-
Notifications
You must be signed in to change notification settings - Fork 40.7k
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
Labels
status: superseded
An issue that has been superseded by another
Comments
terminux
added a commit
to terminux/spring-boot
that referenced
this issue
Feb 22, 2023
terminux
added a commit
to terminux/spring-boot
that referenced
this issue
Feb 22, 2023
terminux
added a commit
to terminux/spring-boot
that referenced
this issue
Feb 22, 2023
terminux
added a commit
to terminux/spring-boot
that referenced
this issue
Feb 22, 2023
terminux
added a commit
to terminux/spring-boot
that referenced
this issue
Feb 24, 2023
philwebb
added
status: superseded
An issue that has been superseded by another
and removed
type: bug
A general bug
labels
Feb 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: