spring-framework/spring-orm/src
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
..
main/java/org/springframework/orm Reuse empty class array constant in ClassUtils 2020-03-24 00:08:43 +01:00
test Fix faulty tests 2020-04-02 09:31:00 +01:00