We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
I adapted according to the submission records of version 3.3 and did not find any issues
Sorry, something went wrong.
Duplicates #38819
I just want to know why there is no support for 3.2, but instead support was provided in 3.3. Is there any downside
We just didn't get to it in time for 3.2 and got it done for 3.3.
We don't add enhancements in maintenance releases of Spring Boot. As 3.2.0 didn't have that feature, new enhancements will go into 3.3.
If you need this feature in 3.2, you can add this bean yourself:
@Bean public UndertowDeploymentInfoCustomizer undertowDeploymentInfoCustomizer() { return deploymentInfo -> deploymentInfo.setExecutor(Executors.newVirtualThreadPerTaskExecutor()); }
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: