688 Commits (f017cc3febcfa93c747e4b1b82a935aefaa0117e)

Author SHA1 Message Date
Juergen Hoeller ad475ffadf Consistent vararg declarations for String array setters 10 years ago
Juergen Hoeller 47006eeff1 Fixed side effect on other tests 10 years ago
Juergen Hoeller f2e4ad2364 ComponentScan annotation allows for registering beans with lazy initialization 10 years ago
Juergen Hoeller ef51d4dbdb AnnotatedElementUtils adapts post-processed values to AnnotationAttributes as well 10 years ago
Juergen Hoeller 3a419872c8 Polishing 10 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Juergen Hoeller 9f3c1cf762 Polishing 10 years ago
Juergen Hoeller 036896a6b8 Split configuration constants into local XConfigUtils classes instead of piling them up in AnnotationConfigUtils 10 years ago
Juergen Hoeller 92c657e12d JmsListener/ScheduledAnnotationBeanPostProcessor uses SmartInitializingSingleton instead of ContextRefreshedEvent 10 years ago
Juergen Hoeller 78484129f5 ConcurrentMapCacheManager recreates caches in case of setAllowNullValues change 10 years ago
Juergen Hoeller 496492b2d8 Autowiring rejects self references to a factory method on the same bean as well 10 years ago
Stephane Nicoll d9e0b292ab polishing 10 years ago
Juergen Hoeller 5e2fbe7355 AbstractApplicationContext logs initialization exception before trying to cancel refresh attempt 10 years ago
Juergen Hoeller 9d6c38bd54 Consistent bracket alignment 10 years ago
Stephane Nicoll 35226695eb Rename default to testCache in Cache related tests 10 years ago
Sebastien Deleuze 86e8bdab6b Make ListenableFuture compliant with Java 8 lambda 10 years ago
Juergen Hoeller bad74dc836 Revision of SpelCompiler support, resolving a subpackage cycle through moving CodeFlow and CompilablePropertyAccessor to the main spel package 10 years ago
Juergen Hoeller bbf5800831 ConfigurationClassParser processes late-arriving DeferredImportSelectors as regular import selectors 10 years ago
Juergen Hoeller 2665d56209 Polishing 10 years ago
Stephane Nicoll b676c41805 Add missing 4.1 XSDs 10 years ago
Juergen Hoeller 2bd6e24b65 MBeanExporter implements newly introduced SmartInitializingSingleton callback interface 10 years ago
Juergen Hoeller 29f6f3d7e7 Test ASM5's bytecode parsing of INVOKESPECIAL/STATIC on interfaces 10 years ago
Juergen Hoeller 01264dc673 Polishing 10 years ago
Juergen Hoeller 1115374188 MBeanExporter should not implement SmartLifecycle but rather receive a ContextRefreshedEvent-like callback 10 years ago
Stephane Nicoll e20ac27fb4 Fix mutually exclusive use of CachePut and Cacheable 10 years ago
Juergen Hoeller b7984f21d8 Polishing 10 years ago
Juergen Hoeller 37ba1b966e Seamless support for Groovy bean definitions mixed with XML bean definitions 10 years ago
Juergen Hoeller db616dc438 Polishing 10 years ago
Juergen Hoeller cee53e9330 Unit tests for method validation before async dispatching 10 years ago
Rossen Stoyanchev 71b942698d Fix sniff task warnings 10 years ago
Rossen Stoyanchev 9880d2b5f4 Remove JDK 1.7 guard for removeOnCancelPolicy property 10 years ago
Rossen Stoyanchev 7441f23012 Add support for removeOnCancelPolicy 10 years ago
Juergen Hoeller fac2d80054 AbstractApplicationContext uses AtomicBoolean instead of synchronization for active/closed flags 10 years ago
Stephane Nicoll b0979cbab6 autoGrow support in DataBinder for field access 10 years ago
Stephane Nicoll 17d15cc495 Fix warning 10 years ago
Stephane Nicoll bc714888c4 Nested properties support for field-based validation 10 years ago
Stephane Nicoll 8221c9abc5 Support for nested path using field access 10 years ago
Juergen Hoeller 442bd682a7 Polishing 10 years ago
Juergen Hoeller 35067790f3 MBeanExporter implements DisposableBean again (also revised logging and rearranged properties) 10 years ago
Juergen Hoeller 46dc07a005 AsyncExecutionInterceptor uses submitListenable if method signature indicates ListenableFuture 10 years ago
Juergen Hoeller cc917de24d Polishing 10 years ago
Juergen Hoeller b3e3c5312f Introduced AnnotationConfigRegistry as common interface for AnnotationConfig(Web)ApplicationContext 10 years ago
Juergen Hoeller b6255128bf ConfigurationClassPostProcessor skips pre-processed bean definitions now (avoiding side effects in case of multiple CCPPs) 10 years ago
Juergen Hoeller 18131bf611 Consistent declaration of private static final logger variables 10 years ago
Juergen Hoeller 6f68b034ca MBeanExportConfiguration's SpecificPlatform properly calls afterPropertiesSet 10 years ago
Stephane Nicoll c7b106577f polishing 10 years ago
Marten Deinum 2ede219e66 Using SmartLifecycle to register MBeans 10 years ago
Juergen Hoeller 6aa9c40552 ConfigurationClassParser falls back to ASM-based resolution of member classes in case of NoClassDefFoundError 10 years ago
Juergen Hoeller f7b465390c Moved @Uses annotations to org.springframework.lang; fixed Base64Utils to declare Java 8, and fixed PathResource's declaration to refer to Java 7. 10 years ago
Stephane Nicoll 001d0e734c Support for @Order at the bean declaration level 10 years ago