445 Commits (d4a23b81e9e49a6e9cc871d8bb1accc70c6444df)

Author SHA1 Message Date
Juergen Hoeller e1395a6c68 Avoid repeated exposure of SpringProxy/Advised for fallback interfaces as well 10 years ago
Juergen Hoeller 2c637dcb2e ReaderEditor supports Reader injection analogous to InputStreamEditor (from Spring resource location) 10 years ago
Juergen Hoeller ceb17fcaca CronSequenceGenerator explicitly rejects invalid incrementer delta 10 years ago
Juergen Hoeller f9c2d1d171 DefaultAopProxyFactory falls back to JdkDynamicAopProxy when encountering JDK proxy as target 10 years ago
Juergen Hoeller a15dc08bea @Import allows for importing regular component classes as well 10 years ago
Juergen Hoeller 192462902e Consistent support for Java 8 default methods (in interfaces implemented by user classes) 10 years ago
Juergen Hoeller 768f6e836a Bean class name may contain SpEL expression for late resolution 10 years ago
Juergen Hoeller 6c169bd644 Initial support for JSR-354 Money & Currency 10 years ago
Juergen Hoeller f5b4e18209 @Configuration classes get processed according to their @Order (if applicable) 10 years ago
Juergen Hoeller 9d497cbd98 @Bean definitions override scanned classes, plus check whether overriding is actually allowed 10 years ago
Stephane Nicoll 8f8a85912a Call AsyncUncaughtExceptionHandler when necessary 10 years ago
Sam Brannen d90cee78ef Remove trailing whitespace in source code 10 years ago
Kazuki Shimizu c746b10da9 Support @NumberFormat as a meta-annotation 10 years ago
Sam Brannen 789d904658 Assume TestGroup.PERFORMANCE for AnnotationProcessorPerformanceTests 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Sam Brannen fcd60b269e Polish ScheduledTaskRegistrar(Tests) 10 years ago
Juergen Hoeller 626748d718 Renamed ScheduledTaskRegistrarTest to ScheduledTaskRegistrarTests 10 years ago
Tobias Montagna-Hay 64467b4f59 Provide accessors to scheduled tasks 10 years ago
Juergen Hoeller bb5b5d52ed Revised condition override check based on method names instead of bean names 10 years ago
Juergen Hoeller e3d1a1dda2 @Resource injection points support @Lazy as well 10 years ago
Stephane Nicoll 152a7b645f Support for Collection-based return type 10 years ago
Stephane Nicoll aabf73dea4 Add Commons Pool 2 support 10 years ago
Stephane Nicoll 1aec6a6cc2 Detect Order on target class as well 10 years ago
Stephane Nicoll 8eb7beebc8 Order ApplicationListener using @Order 10 years ago
Stephane Nicoll 66735d01cf Add exception-handler attribute support for AspectJ 10 years ago
Juergen Hoeller 981aefc2c0 Properly honor conditions on overriding bean methods 10 years ago
Stephane Nicoll 4741a12fdc Support for transactional event listener 10 years ago
Stephane Nicoll f0fca890bb Annotation-based event listeners 10 years ago
Stephane Nicoll 6d6422acde Support for generics-based events 10 years ago
Stephane Nicoll 982f9ce6c9 Allow MBeans to be excluded additively 10 years ago
Stephane Nicoll c7b324b89b Move cached expression evaluation abstraction 10 years ago
Sam Brannen 7a6dfe3765 Make MBeanServer integration tests more robust 10 years ago
Sam Brannen 08f3a79821 Fix broken test in EnableSchedulingTests 10 years ago
Stephane Nicoll cae217de94 Handle scoped proxy properly in MBeanExporter 10 years ago
Juergen Hoeller 809ee0d350 Annotation post-processors clear old InjectionMetadata registrations on refresh 10 years ago
Juergen Hoeller 03d4e1bc22 Consistent bridge method handling in annotation post-processors 10 years ago
Stephane Nicoll c1f1cac359 Remove DisposableBeanMethodInterceptor 10 years ago
Juergen Hoeller fa0ef2d87e BeanFactory accepts getBean arguments for non-prototype beans as well 10 years ago
Juergen Hoeller c5c5473d44 Common annotation processing for imported and nested classes within configuration classes 10 years ago
Sebastien Deleuze f39c505069 Remove a Groovy test already covered by testConfigFileParsingError() 10 years ago
Juergen Hoeller 5e3edc667e Support @Validated at method level for overriding validation groups 10 years ago
Juergen Hoeller b4167be52d GroovyBeanDefinitionReader consistently throws BeanDefinitionParsingException for invalid files of any name 10 years ago
Juergen Hoeller 4bd75e4146 BeanMethodInterceptor forwards user-provided arguments to getBean(name, args) 10 years ago
Juergen Hoeller 3c3e07e324 Defensive handling of manually registered singleton names (based on Spring Integration test failure) 10 years ago
Juergen Hoeller 0e36402bd2 Revised retrieval of cache strategy beans 10 years ago
Juergen Hoeller 7d2231541b Unit tests for java.util.Optional with autowired collections on @Autowired fields/methods and @Bean method parameters 10 years ago
Stephane Nicoll 5aefcc802e Prevent early bean initialization with @EnableCaching 10 years ago
Juergen Hoeller 725ad0df50 SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 10 years ago
Juergen Hoeller a2731f1a4f Revised test for ImportBeanDefinitionRegistrar double scan 10 years ago
Juergen Hoeller 38030ef237 Test for ImportBeanDefinitionRegistrar double scan 10 years ago