spring-framework/spring-context/src/test
Stephane Nicoll 8f8a85912a Call AsyncUncaughtExceptionHandler when necessary
If a sub-class of Future (such as ListenableFuture) is used as a return
type and an exception is thrown, the AsyncUncaughtExceptionHandler is
called. Now checking for any Future implementation instead of a faulty
strict matching.

Issue: SPR-12797
2015-03-09 09:57:53 +01:00
..
groovy/org/springframework/context/groovy Ensure all tests are executed in the Gradle build 2014-02-03 23:16:47 +01:00
java Call AsyncUncaughtExceptionHandler when necessary 2015-03-09 09:57:53 +01:00
resources Fully support XML config in GroovyBeanDefinitionReader 2015-02-28 23:12:13 +01:00