Affects: 6.1.0.M2

Similar to the logging changes tracked by https://github.com/spring-projects/spring-framework/issues/30902, there are some places where the javadoc should also be updated to take virtual threads into account, including:

https://github.com/spring-projects/spring-framework/blob/0d8a8432d18af8d2a5fcb29f9de40e4cbf0f9016/spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/AsyncSupportConfigurer.java#L58-L60

and perhaps

https://github.com/spring-projects/spring-framework/blob/0d8a8432d18af8d2a5fcb29f9de40e4cbf0f9016/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java#L402-L404

These are just two places that I noticed and I haven't done an exhaustive search so there may be others.