Skip to content

May I ask why version 3.2 does not support undertow virtual thread configuration #39256

New issue

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

Closed
JavaLionLi opened this issue Jan 21, 2024 · 5 comments
Labels
status: duplicate A duplicate of another issue

Comments

@JavaLionLi
Copy link

No description provided.

@JavaLionLi
Copy link
Author

I adapted according to the submission records of version 3.3 and did not find any issues

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 21, 2024
@bclozel
Copy link
Member

bclozel commented Jan 21, 2024

Duplicates #38819

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2024
@bclozel bclozel added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 21, 2024
@JavaLionLi
Copy link
Author

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

@bclozel
Copy link
Member

bclozel commented Jan 22, 2024

We just didn't get to it in time for 3.2 and got it done for 3.3.

@mhalbritter
Copy link
Contributor

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 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());
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

4 participants