spring-framework/spring-orm
Rossen Stoyanchev 897557fd1b Fix faulty tests
The tests were doing Callable async request processing in the main
thread which was already bound (via HandlerInterceptor#preProcess).
This leads to an ISE from TransactionSynchronizationManager#bindResource
but it went unnoticed because there is no Servlet container and no
async dispatch to continue processing.

See gh-24835
2020-04-02 09:31:00 +01:00
..
src Fix faulty tests 2020-04-02 09:31:00 +01:00
spring-orm.gradle Use Gradle test fixture support for spring-web 2020-01-02 16:01:35 +01:00