10133 Commits (9b7fd8be4d20520f12a2614057629884d2d8a5f4)
 

Author SHA1 Message Date
Sam Brannen 9b7fd8be4d Polish Javadoc for AnnotationUtils 10 years ago
Sam Brannen 9c6d4b7848 Assert status quo for interface support in AnnotationUtils 10 years ago
Rossen Stoyanchev 16ee69203c Add support for destination vars in @SendTo/SendToUser 10 years ago
Sebastien Deleuze a3159dfbf2 Add script based templating support 10 years ago
Rossen Stoyanchev b6327acec8 Add SpEL based selector to DefaultSubscriptionRegistry 10 years ago
Sam Brannen 86733a98da Polish ApplicationListenerMethodAdapter 10 years ago
Sam Brannen b9b0b78fa1 Support n meta-annotation levels on methods in AnnotationUtils 10 years ago
Sam Brannen 666d1cecc8 Fix broken test in AnnotationUtilsTests 10 years ago
Sam Brannen 19a75f2c66 Document meta-annotation support in AnnotationUtils 10 years ago
Sam Brannen ed88b7fe08 Reorganize tests in AnnotationUtilsTests for greater clarity 10 years ago
Sam Brannen 8a1f9f8aa3 Fix typo in exception message 10 years ago
Sebastien Deleuze 713fc5c4ab Add onTimeout() and onCompletion() callbacks to ResponseBodyEmitter 10 years ago
Sam Brannen 5cbe4b948d Introduce dedicated 'cache' subpackage in the TCF 10 years ago
Stephane Nicoll ca91956bdb Do not retain BeanFactory ref 10 years ago
Sebastien Deleuze 5b0a0f4db5 Support CompletableFuture as alternative to DeferredResult in MVC 10 years ago
Juergen Hoeller 72894b26c2 Fix conversion of Message<?> payload for replies 10 years ago
Stephane Nicoll 444b9032be Apply DestinationResolver to listener container 10 years ago
Sebastien Deleuze 9a65eec36f Avoid registering CorsConfiguration for methods without @CrossOrigin 10 years ago
Sam Brannen e829b2aa1d Polish Javadoc for ContextCache 10 years ago
Sam Brannen 93f403cbf6 Ensure that contexts loaded by the TCF are active 10 years ago
Sam Brannen d66d160543 Use ConcurrentHashMaps in DefaultContextCache 10 years ago
Sam Brannen c52a0ccdfd Introduce TestContextManager(TestContextBootstrapper) constructor 10 years ago
Sam Brannen 9e6a5ae4a7 Merge pull request #780 from sbrannen/SPR-12683 10 years ago
Sam Brannen 129488cb4f Improve extensibility of TestContext bootstrapping & context caching 10 years ago
Sam Brannen e6c24f7167 Convert ContextCache to interface with default implementation 10 years ago
Sam Brannen c9d597f519 Introduce createBootstrapContext() extension in TestContextManager 10 years ago
Sam Brannen 0b054f9fbd Improve Javadoc for TestContextBootstrapper 10 years ago
Sam Brannen 186abcb054 Introduce buildTestContext() in TestContextBootstrapper 10 years ago
Sam Brannen 0392a88c69 Move static ContextCache to DefaultCacheAwareContextLoaderDelegate 10 years ago
Sam Brannen 0e287c1a90 Introduce resetContextCache() in ContextCacheTestUtils 10 years ago
Sam Brannen dc345dcb3d Polish TestContextManager 10 years ago
Sam Brannen 0cb22fc8f3 Use SoftReferences for context caching in the TCF 10 years ago
Sam Brannen 2a4f4cd258 Introduce reset() method in ContextCache 10 years ago
Rossen Stoyanchev c29eae3307 Support user destinations with multiple app servers 10 years ago
Rossen Stoyanchev c384945a17 Polish "user" destination support package 10 years ago
Sam Brannen 3c5a9b4e1d Introduce class-level @DirtiesContext tests for TestNG 10 years ago
Sam Brannen d31f3ee0b2 Suppress warning in ServletAnnotationControllerHandlerMethodTests 10 years ago
Juergen Hoeller afe42cd2a2 Upgrade to JavaMail 1.5.3 (and Hibernate 4.3.9) 10 years ago
Juergen Hoeller d398bb7c51 DefaultMessageListenerContainer uses receiveTimeout for wait call on shutdown 10 years ago
Juergen Hoeller cddcf3637d Polishing 10 years ago
Juergen Hoeller 050e581c10 StatementCreatorUtils.setValue only uses setString etc for Types.OTHER in case of Oracle 10 years ago
Juergen Hoeller 10a51a4f19 InvocableHandlerMethod logs argument resolution exceptions at debug level 10 years ago
Stephane Nicoll fac639971a Merge remote-tracking branch 'origin/master' 10 years ago
Stephane Nicoll f98a6c6b6a Support expression in @SendTo 10 years ago
Juergen Hoeller 9ed0a56d84 AbstractApplicationContext collects early ApplicationEvents and publishes them once the multicaster is available 10 years ago
Juergen Hoeller 65ba72f1fc FactoryBean type check logs currently-in-creation exception at debug level 10 years ago
Juergen Hoeller aa49949d7a Bean type mismatch check accepts assignable values according to ClassUtils 10 years ago
Stephane Nicoll 2c7d2d38a9 Support custom resolution of response destination 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