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
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -399,9 +399,9 @@ public WebBindingInitializer getWebBindingInitializer() {
399
399
* Set the default {@link AsyncTaskExecutor} to use when a controller method
400
400
* return a {@link Callable}. Controller methods can override this default on
401
401
* a per-request basis by returning an {@link WebAsyncTask}.
402
-
* <p>By default a {@link SimpleAsyncTaskExecutor} instance is used.
403
-
* It's recommended to change that default in production as the simple executor
404
-
* does not re-use threads.
402
+
* <p>If your application has controllers with such return types, please
403
+
* configure an {@link AsyncTaskExecutor} as the one used by default is not
0 commit comments