You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wilkinsona
changed the title
Configure WebFlux to use the auto-configured AsyncTaskExecutor
Configure WebFlux's support for blocking execution to use the auto-configured AsyncTaskExecutor
Jul 18, 2023
We do this at the moment for MVC:
spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration.java
Lines 228 to 241 in c922567
We need to do similar for WebFlux once spring-projects/spring-framework#30678 has been implemented
The text was updated successfully, but these errors were encountered: