445 Commits (d4a23b81e9e49a6e9cc871d8bb1accc70c6444df)

Author SHA1 Message Date
Juergen Hoeller 7118fcff0d MethodValidationInterceptor falls back to invocation attempt with resolved bridge method (for Hibernate Validator 5.2 compatibility) 9 years ago
Juergen Hoeller 3430f7623c Consistent detection of meta-annotation attributes via ASM 9 years ago
Sam Brannen f47bbb0d9e Polish tests 9 years ago
Juergen Hoeller e0f012f32d Removal of redundant JdkVersion checks in the test suite 9 years ago
Juergen Hoeller d8794a1edc Test against EhCache 3.0 M2 (as a JCache provider) 9 years ago
Juergen Hoeller 9ef38807e6 Polishing 9 years ago
Juergen Hoeller 1a636b1023 Polishing 9 years ago
Sam Brannen 0153913ef4 Polish and simplify EnableSchedulingTests 9 years ago
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 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 f4f508d869 Revisit date-time tests for compatibility with JDK 9 build 72 9 years ago
Stephane Nicoll bf786c3176 Support for multiple events per method 9 years ago
Juergen Hoeller d7f8fa50be Polishing 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 10cb80a500 Removed superfluous @Ignore import 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 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 ff8597fa80 Introduce alias for 'value' attribute in @ComponentScan.Filter 9 years ago
Sam Brannen d3b5aeb768 Introduce alias for 'value' attribute in @ImportResource 9 years ago
Stephane Nicoll 08c032d9fd Allow Cache annotations to not specify any cache name 9 years ago
Sam Brannen 4dffeeee64 Introduce alias for 'value' attribute in caching annotations 9 years ago
Stephane Nicoll 0ed9ca097b Customize destruction callback for AutoCloseable beans 9 years ago
Juergen Hoeller de893ada2b Compatibility with JSR-354 final (and its new Monetary singleton) 9 years ago
Stephane Nicoll cf391f5ce1 polish 9 years ago
Juergen Hoeller 6418b54f81 DataBinder tries ConversionService if PropertyEditor could not produce required type 9 years ago
Juergen Hoeller 02da2e85ee DataBinder allows for adding custom Formatters as alternative to PropertyEditors (including per-field formatters) 10 years ago
Juergen Hoeller 64a01d64c5 Polishing 10 years ago
Juergen Hoeller 1722fa6678 JSR-223 based StandardScriptFactory (including <lang:std> support) 10 years ago
Sam Brannen 4bf32578b5 Rename MethodBasedEvaluationContextTest to *Tests 10 years ago
Juergen Hoeller e87dc9f82d Test for AspectJ pointcuts with lambdas (currently marked as ignored) 10 years ago
Juergen Hoeller 1cc042d4c7 Polishing 10 years ago
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 10 years ago
Sam Brannen 2015781ea1 Rename duplicate EnvironmentIntegrationTests to EnvironmentSystemIntegrationTests 10 years ago
Sam Brannen 572cbb0821 Consistently supply test name to @Parameters 10 years ago
Juergen Hoeller 706d3adf07 Consistently throw IllegalStateException from getAutowireCapableBeanFactory() 10 years ago
Sam Brannen e0d2dbd21d Polish Javadoc & TODOs in ApplicationListenerMethodAdapter 10 years ago
Juergen Hoeller 9ed0a56d84 AbstractApplicationContext collects early ApplicationEvents and publishes them once the multicaster is available 10 years ago
Juergen Hoeller e403aefe86 Proper exception in case of an @Bean method call encountering a bean type mismatch 10 years ago
Juergen Hoeller 1da98b0542 @Bean-returned FactoryBean proxy delegates to actual target instance now 10 years ago