Spring Async issue when upgrading from 4.2.0.RC3 to 4.2.0.RELEASE
问题 I've a web application using the spring(4.2.x) artifacts spring-webmvc, spring-messaging, spring-websocket I've the below @Enable* annotations in my spring config java class @EnableWebMvc @EnableWebSocketMessageBroker @EnableAsync @EnableMBeanExport WebSocket is used for broadcasting messages to browser clients. And there are few async methods annotated with @Async The application was working fine with spring version 4.2.0.RC3. But when I changed it to the GA release 4.2.0.RELEASE, I get the