124 Commits (44a474a014788e7850cee3a5318ac3916e55e756)

Author SHA1 Message Date
Chris Beams 44a474a014 Various updates to support IDEA 12 years ago
Juergen Hoeller c242abada1 Fixed QualifierAnnotationAutowireCandidateResolver's detection of custom qualifier annotations 12 years ago
Juergen Hoeller 047db8cdf8 Fixed AbstractAutoProxyCreator to accept null bean names again 12 years ago
Juergen Hoeller c954d10be4 Allow for SpEL expressions in initial-delay attribute 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Juergen Hoeller c55446da9d Polishing 12 years ago
Juergen Hoeller 1cb6e3dbb6 Several enhancements with respect to CachingMetadataReaderFactory handling. 12 years ago
Juergen Hoeller e298658ef0 Polishing 12 years ago
Juergen Hoeller 801d4714b1 Fixed CGLIB proxy class leaks through further equals/hashCode implementations in Spring AOP pointcuts 12 years ago
Juergen Hoeller a92f7dd474 ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK classes via ASM 12 years ago
Phillip Webb 0d73d199ec Reset MBean Servers after JRuby and JMX tests 12 years ago
Juergen Hoeller f1923f406e Removed outdated EjbSupportTests 12 years ago
Juergen Hoeller 230dec8e6f Removed unnecessary dependency on JTA API 12 years ago
Juergen Hoeller 0614d312ed Polishing 12 years ago
Phillip Webb 6ca71abf93 Intermittent MBeanServerFactoryBeanTests failure 12 years ago
Juergen Hoeller 9c6aa3e43b Java 5 Closeable and Java 7 AutoCloseable automatically detected as destroy methods 12 years ago
Juergen Hoeller 52124fa31b Avoid wide locks in order to remove deadlock potential in case of multi-threaded singleton creation/destruction 12 years ago
Juergen Hoeller 87b7e3d8cf Fixed @Lazy and @DependsOn annotation definitions to be non-inheritable 12 years ago
Juergen Hoeller e2f418ab4c Added "transactionAware" bean property to EhCacheCacheManager and JCacheCacheManager 12 years ago
Juergen Hoeller 0ec19dc95e Removed OC4J tests 12 years ago
Juergen Hoeller b0c6a24974 Deprecated "scheduling.backportconcurrent" package in favor of native JDK 6 "scheduling.concurrent" support 12 years ago
Juergen Hoeller 4dc336920c Deprecated EJB 2.x implementation class hierarchy in "ejb.support" package 12 years ago
Juergen Hoeller 3d5bfc35b6 Deprecated Oracle OC4J support in favor of Oracle WebLogic 12 years ago
Juergen Hoeller df76f1497a Replaced use of EmbeddedValueResolverAware with ConfigurableBeanFactory's resolveEmbeddedValue in order to avoid a package cycle with the org.springframework.context package 12 years ago
Phillip Webb 838ba79f55 Fix Javadoc references to incorrect XML 12 years ago
Phillip Webb 63ca14c33e Clarify use of @Bean with @EnableAsync executors 12 years ago
Oliver Gierke 146a66fe0b Support *Aware ImportBeanDefinitionRegistars 12 years ago
Juergen Hoeller f6209cd7af DefaultSingletonBeanRegistry avoids singletonObjects lock wherever possible for non-singleton factory performance 12 years ago
Juergen Hoeller de91d754d8 Re-added InitializingBean declaration 12 years ago
Juergen Hoeller ea95da126a Implement java.io.Closeable where appropriate 12 years ago
Juergen Hoeller 0a3ea42fe1 DefaultSingletonBeanRegistry avoids singletonObjects lock wherever possible for non-singleton factory performance 12 years ago
Sam Brannen 85ab789f2f Refactor & polish DateTimeFormatterFactory[Bean] 12 years ago
Phillip Webb 432c6ebdae Refactor DateTimeFormatterFactory 12 years ago
Sam Brannen 93c01e0710 Fix timezone issue in DateTimeFormatterFactory 12 years ago
Sam Brannen cef5f0222e Polish Javadoc and imports in datetime package 12 years ago
Phillip Webb 6660227d22 Support for custom global Joda DateTimeFormatters 12 years ago
Phillip Webb a26059f94a Support DateTimeFormat annotation without Joda 12 years ago
Phillip Webb ddddec8719 Corrected date pattern in JavaDocs 12 years ago
Phillip Webb a75b6ee5b6 Polish whitespace and formatting 12 years ago
Chris Beams c94bc2e709 Respect spring.profiles.active in #addActiveProfile 12 years ago
Phillip Webb 468f9c7814 Polish 12 years ago
Phillip Webb 4cdf46f83c Polish @Imports search code 12 years ago
Phillip Webb 3416e058a0 Ensure @Imports are processed in correct order 12 years ago
Juergen Hoeller 914a1b2088 @Autowired, @Value and qualifiers may be used as meta-annotations for custom injection annotations 12 years ago
Phillip Webb 6d8b37d8bb Prevent duplicate @Import processing 12 years ago
Phillip Webb e6c4840356 Polish Javadoc for @Import 12 years ago
Juergen Hoeller 5b93b14392 DateTimeFormat annotation supports use as a meta-annotation as well 12 years ago
Juergen Hoeller 69763fe249 Added test for custom async annotation 12 years ago
Juergen Hoeller 0e0200769d ManagedResource annotation supports placeholders for String attributes 12 years ago