You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Phillip Webb 683e9532d6 Handle servlet startup failures consistently
Ensure that all servlet containers handle servlet startup failures
consistently and throw a `WebServerException` that wraps the original
cause.

Both Undertow and Jetty already dealt with startup failures in this
way, but Tomcat did not. The `TomcatEmbeddedContext` has now been
changed to no longer call `super.loadOnStartup` but instead re-implement
a version of that method that wraps and rethrows the original exception
(as long as `failCtxIfServletStartFails` is `true`, which it now is by
default).

Closes gh-14790
6 years ago
..
spring-boot Handle servlet startup failures consistently 6 years ago
spring-boot-actuator Fix checkstyle violation 6 years ago
spring-boot-actuator-autoconfigure Polish 6 years ago
spring-boot-autoconfigure Change order of loggingCodecCustomizer 6 years ago
spring-boot-cli Merge branch '2.0.x' 6 years ago
spring-boot-dependencies Upgrade to Reactor Californium-SR1 6 years ago
spring-boot-devtools Make devtools set spring.messages.reloadable=true 6 years ago
spring-boot-docs Merge branch '2.0.x' 6 years ago
spring-boot-parent Add Kotlin DSL examples to Gradle Plugin's documentation 6 years ago
spring-boot-properties-migrator
spring-boot-starters Exclude duplicate javax.activation classes from web services starter 6 years ago
spring-boot-test Tolerate Integer values for port properties 6 years ago
spring-boot-test-autoconfigure Merge '2.0.x' 6 years ago
spring-boot-tools Order class filter checks and exit early 6 years ago
pom.xml Restore import-control checkstyle 6 years ago