1036 Commits (920eba79f8e4dce747723662b513d3b0431e2c5b)

Author SHA1 Message Date
Johnny Lim 44e652f99e Remove duplicate words 9 years ago
Stephane Nicoll bee1b77af5 Manage asynchronous EventListener with replies 9 years ago
Juergen Hoeller b28d96af7d ScheduledAnnotationBeanPostProcessor accepts non-void methods as well 9 years ago
Juergen Hoeller 999112216d AopUtils.canApply properly matches package-visible methods (aligned with advice matching within proxies) 9 years ago
Juergen Hoeller 3b44c47dcd Polishing 9 years ago
Juergen Hoeller dcfa4740ee Polishing 9 years ago
Juergen Hoeller da112611a5 SpringCacheAnnotationParser properly accepts empty @Caching annotation 9 years ago
Stephane Nicoll 10554a85c9 Polish 9 years ago
Juergen Hoeller b6f1afd471 Polishing 9 years ago
Juergen Hoeller 537193a4e0 Consistent license header 9 years ago
Juergen Hoeller 550a3209f7 Fixed XML example for setup of scheduled tasks 9 years ago
Juergen Hoeller b82df144e4 LoadTimeWeaver.getThrowawayClassLoader() decorated for exclude support (if necessary) 9 years ago
Juergen Hoeller 437ffa6067 Detect LoadTimeWeaver bean when declared through @Bean method as well 9 years ago
Juergen Hoeller 4407bd794d Polishing 9 years ago
Juergen Hoeller cb9549655c AbstractApplicationContext registers default embedded value resolver 9 years ago
Juergen Hoeller 157dcab56c Cleanup of remaining direct BeanWrapper usage 9 years ago
youmoo 1bccc8f1cd Fix typo 9 years ago
Juergen Hoeller 13f889e914 SimpleApplicationEventMulticaster leniently handles ClassCastException 9 years ago
Juergen Hoeller 696dcb72a5 SpringValidatorAdapter allows for custom field name resolution 9 years ago
Juergen Hoeller 739ae8c045 LocalValidatorFactoryBean supports custom ValidationProviderResolver 9 years ago
Juergen Hoeller 14bf6509ec Consistent cache key implementation across transaction and cache attribute sources 9 years ago
Sam Brannen ea09e578b9 Document support for @Cache* as merged composed annotations 9 years ago
Sam Brannen 2ed3382a60 Document composed support for @Scheduled, @JmsListener, & @Sql 9 years ago
Sam Brannen 3597879608 Revert merged support for @ManagedNotification & @ManagedOperationParameter 9 years ago
Sam Brannen 4fa11e334f Test @ManagedNotification as a merged, composed annotation 9 years ago
Juergen Hoeller 54aeb7a5d6 Cache key classes implement Comparable and consistently provide a toString representation 9 years ago
Sam Brannen a8b5ea1c51 Polishing 9 years ago
Sam Brannen 4836d06704 Test @Scheduled as a merged composable annotation 9 years ago
Juergen Hoeller c6ff0951fc Polishing 9 years ago
Juergen Hoeller 94cb7786c8 Polishing 9 years ago
Sam Brannen c6b1f38651 Support @Scheduled as a merged composable annotation 9 years ago
Sam Brannen b6d9fd39e6 Support @ManagedNotification & @ManagedOperationParameter as merged annotations 9 years ago
Juergen Hoeller 517ebd1d3e Consistent formatting 9 years ago
Juergen Hoeller 9af12d290e Polishing 9 years ago
Juergen Hoeller 5025c615b1 Consistent use of AnnotatedElementUtils.findMergedAnnotation/hasAnnotation 9 years ago
Juergen Hoeller 3c18a4533a Ignored test removed (not intended to work) 9 years ago
Sam Brannen 59c88eb3c0 Support @Cache* as merged composed annotations 9 years ago
Sam Brannen 4cd7ba12bb Polishing 9 years ago
Juergen Hoeller a1a06cd665 @EnableScheduling tests do not expect exception in case of scheduler ambiguity anymore 9 years ago
Sam Brannen 5045579028 Revise EnableSchedulingTests 9 years ago
Juergen Hoeller 6e3fac85f3 AnnotationAwareOrderComparator uses DecoratingProxy interface for target class introspection 9 years ago
Juergen Hoeller 431ca9314a Leniently allow constructor argument matches if required name is not resolvable 9 years ago
Juergen Hoeller a95bf6e0fc Current InjectionPoint/DependencyDescriptor as factory method argument 9 years ago
Juergen Hoeller d2c0885e29 StandardServletEnvironment supports "spring.jndi.ignore" flag for efficient property lookups 9 years ago
Stephane Nicoll b1121fba70 Polish 9 years ago
Stephane Nicoll 30d457c622 Deprecate addCache 9 years ago
Sam Brannen e904ce4ead Polish QualifierAnnotationAutowireContextTests 9 years ago
Sam Brannen e83e3ec9de Add failing test for @Qualifier as composed annotation 9 years ago
Stephane Nicoll 33a4e9e57f Prevent non public bean to be exposed to JMX 9 years ago
Juergen Hoeller 155fa3754b Consistent lazy resolution of default executor/scheduler for Async/ScheduledAnnotationBeanPostProcessor 9 years ago