842 Commits (c3e36ad960bf4584110825e040318735f7a46202)

Author SHA1 Message Date
Juergen Hoeller cad0665187 Fixed exception message expectation plus formatting 9 years ago
Juergen Hoeller c3e57dd245 AsyncAnnotationBeanPostProcessor tries to find TaskExecutor by type/name 9 years ago
Juergen Hoeller 8e55ad1c08 Polishing 9 years ago
Juergen Hoeller 66d8c2819f ScheduledAnnotationBeanPostProcessor falls back to "taskScheduler" bean by name 9 years ago
Juergen Hoeller 9f15f347bf Renamed 'name' attribute to 'scopeName' (in order to avoid common override conflicts) 9 years ago
Juergen Hoeller ef781b6353 Fixed default formatters test to reliably work with any system locale 9 years ago
Juergen Hoeller 2934256257 Polishing 9 years ago
Juergen Hoeller 09eb492079 Merged bean definitions are now cached early and selectively evicted after post-processing and before actual bean creation 9 years ago
Juergen Hoeller f4f508d869 Revisit date-time tests for compatibility with JDK 9 build 72 9 years ago
Juergen Hoeller c7fef87e76 ResourceBundleThemeSource exposes fallbackToSystemLocale and defaultEncoding 9 years ago
Sam Brannen 2e41c2e23d Polish Javadoc in @EventListener 9 years ago
Sam Brannen 72f0ac7e5b Polish Javadoc in @EventListener 9 years ago
Stephane Nicoll fd2c0cc982 Polish 9 years ago
Sam Brannen 14e168f2dc Fix typos in @EventListener 9 years ago
Sam Brannen f300325b1b Polishing 9 years ago
Stephane Nicoll e3bb06c878 Avoid Java8 API 9 years ago
Stephane Nicoll bf786c3176 Support for multiple events per method 9 years ago
Juergen Hoeller 08fb62570e Explicit notes for load-time weaving on Tomcat 7.0.63+ and WildFly 9 9 years ago
Sam Brannen 50bed38a85 Polishing 9 years ago
Juergen Hoeller f58e1db2e6 Explicit notes for @Bean on static methods, private methods, and Java 8 default methods 9 years ago
Juergen Hoeller ca3ba7deb5 Extended/BindingAwareModelMap are not meant to be referred to in user code 9 years ago
Sam Brannen 27d1ce84a3 Polishing 9 years ago
Sam Brannen fb83e83e78 Honor contract of @Repeatable in AnnotationUtils 9 years ago
Sam Brannen 6c530b7bfb Delete trailing whitespace in XML files 9 years ago
Juergen Hoeller f1c7dc4f4b Introduced SimpleTransactionScope (analogous to SimpleThreadScope) 9 years ago
Juergen Hoeller d7f8fa50be Polishing 9 years ago
Juergen Hoeller 92f1754b1e Fixed fallback mode in ObjenesisCglibAopProxy, plus consistent support for bypassing Objenesis (e.g. on Google App Engine) 9 years ago
Stephane Nicoll 75c88ffbeb Remove deprecated warnings 9 years ago
Juergen Hoeller c41779f895 AsyncExecutionInterceptor supports Java 8's CompletableFuture as a return type 9 years ago
Juergen Hoeller 06a5ed9cae AbstractApplicationContext resets common introspection caches after refresh 9 years ago
Juergen Hoeller 10cb80a500 Removed superfluous @Ignore import 9 years ago
Juergen Hoeller 1c01f575c2 ConfigurationClassParser ignores unresolvable member classes 9 years ago
Stephane Nicoll 95acf8c989 Remove references to codehaus.org 9 years ago
Sam Brannen 32c17bf540 Revise method and parameter names in annotation support 9 years ago
Sam Brannen 60cdfa535e Polish ComponentScanParserScopedProxyTests 9 years ago
Sam Brannen 2d23f42609 Introduce alias for 'value' attribute in @Scope 9 years ago
Juergen Hoeller 75edb3979e AspectJExpressionPointcut defensively catches exceptions thrown from ShadowMatch.matchesJoinPoint 9 years ago
Juergen Hoeller e97506be55 Member classes get exposed to the import stack now 9 years ago
Juergen Hoeller b02352d30f Enabled test for AspectJ pointcut matching against lambda-defined bean 9 years ago
Stephane Nicoll b87816ed20 Add ResolvableTypeProvider 9 years ago
Stephane Nicoll e8441edcb7 Remove commons pool 2.x workaround 9 years ago
Juergen Hoeller 869b0bc7ee Create enhanced FactoryBean instance before applying method interceptor (preferably via Objenesis) 9 years ago
Juergen Hoeller d195ad216a Polishing 9 years ago
Juergen Hoeller 9410dff99c AsyncResult allows for exposing an execution exception 9 years ago
Sam Brannen 0db948e72d Polish Javadoc for @Scope 9 years ago
Sam Brannen ff8597fa80 Introduce alias for 'value' attribute in @ComponentScan.Filter 9 years ago
Sam Brannen 39e820b4bf Polish Javadoc for @ComponentScan 9 years ago
Sam Brannen d4ee75ddf0 Log correct class name for introspection failure 9 years ago
Sam Brannen d3b5aeb768 Introduce alias for 'value' attribute in @ImportResource 9 years ago
Sam Brannen e5dc6e964c Introduce getAliasedStringArray() in AnnotationAttributes 9 years ago