Skip to content
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

EmbeddedWebServerFactoryCustomizerAutoConfiguration should not run when embedded web server is not configured #34189

Closed
scottfrederick opened this issue Feb 14, 2023 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@scottfrederick
Copy link
Contributor

When a Spring Boot application is configured for external web container deployment as suggested in the documentation, the EmbeddedWebServerFactoryCustomizerAutoConfiguration will be invoked even though an embedded web server is not set up. This can prevent the app from starting when the auto-configured WebServerFactoryCustomizer is applied.

@philwebb
Copy link
Member

Closing in favor of PR #34332. Thanks @terminux!

@philwebb philwebb closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2023
@philwebb philwebb added status: superseded An issue that has been superseded by another and removed type: bug A general bug labels Feb 28, 2023
@philwebb philwebb removed this from the 2.7.x milestone Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

2 participants