715 Commits (268471c637ee8de88dbba010e814cde3c9efd755)

Author SHA1 Message Date
Sam Brannen 7edc7c2c8f Fully support XML config in GroovyBeanDefinitionReader 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Juergen Hoeller 2b3409461f Polishing 10 years ago
Sam Brannen fcd60b269e Polish ScheduledTaskRegistrar(Tests) 10 years ago
Juergen Hoeller 81102deedf Avoid potential deadlocks between event multicaster and singleton registry through shared lock 10 years ago
Juergen Hoeller 09fde31732 Support for Hibernate Validator 5.2 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
Stephane Nicoll dff2a3d180 Reduce logging level of EventListenerMethodProcessor 10 years ago
Juergen Hoeller bb5b5d52ed Revised condition override check based on method names instead of bean names 10 years ago
Sam Brannen c3408d869c @NumberFormat & @DateTimeFormat are now @Documented 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 8fcbdaee24 Handle receive timeout in JmsInvokerClientInterceptor 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
Juergen Hoeller 1273c90a64 ScheduledAnnotationBeanPostProcessor uses target class as cache key in case of proxy 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 058714b03a Polishing 10 years ago
Juergen Hoeller 981aefc2c0 Properly honor conditions on overriding bean methods 10 years ago
Stephane Nicoll 6b3092c236 Clear expression caches on context shutdown 10 years ago
Stephane Nicoll 37c04bd9c8 Fix usage of Java8 API 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
Juergen Hoeller 0479ca68fe ScheduledAnnotationBeanPostProcessor registers tasks in ContextRefreshedEvent phase (again) 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
Juergen Hoeller 9ac02b319d Remove pre-3.2 deprecated classes and methods 10 years ago
Juergen Hoeller 1cefeb2af0 Prevent NPE in AbstractApplicationEventMulticaster's non-caching code path 10 years ago
Juergen Hoeller bc075c713f Polishing 10 years ago
Juergen Hoeller 6f2de283c4 Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated 10 years ago
Juergen Hoeller 0919a15f91 Spring's JMX support can rely on native MXBean detection on Java 6+ 10 years ago
Juergen Hoeller d4a5059097 AnnotationJmxAttributeSource uses AnnotationUtils for consistent meta-annotation handling and diagnostics 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 ad71c6a91c AbstractApplicationEventMulticaster populates ListenerRetriever cache in fully synchronized fashion 10 years ago
Juergen Hoeller b30843aee0 AbstractFallbackTransactionAttributeSource's DefaultCacheKey takes targetClass into account (again) 10 years ago
Stephane Nicoll 67f184293b Improve performance of generateKey 10 years ago
Juergen Hoeller bb1d1e916e Polishing 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 c85686ac78 Polishing 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