Andy Wilkinson opened SPR-14030 and commented
There's a behaviour difference between 4.2.x and 4.1.x around proxy creation for beans with @Async methods. When using 4.2.x, early instantiation of the bean makes it ineligible for proxying. It works fine with 4.1.x.
I'll submit a spring-framework-issues PR with a test that illustrates the problem once I've got the issue number.
Affects: 4.2.5
Reference URL: spring-projects/spring-boot#5366
Issue Links:
Andy Wilkinson opened SPR-14030 and commented
There's a behaviour difference between 4.2.x and 4.1.x around proxy creation for beans with
@Asyncmethods. When using 4.2.x, early instantiation of the bean makes it ineligible for proxying. It works fine with 4.1.x.I'll submit a
spring-framework-issuesPR with a test that illustrates the problem once I've got the issue number.Affects: 4.2.5
Reference URL: spring-projects/spring-boot#5366
Issue Links:
@Asyncannotations can block indefinitely@EnableAsync's javadoc)