• Andy Wilkinson's avatar
    Use getTomcatWebServer to create TomcatWebServer instance · 2b211371
    Andy Wilkinson authored
    TomcatReactiveWebServerFactory's getTomcatWebServer is described as
    being a hook point the can be overrideden to return a different
    TomcatWebServer or to apply additional processing to the Tomcat
    server. Previously, this did not work as the method was not called
    to create the TomcatWebServer instance. Instead, TomcatWebServer was
    instantiated and returned directly.
    
    This commit updates TomcatReactiveWebServerFactory to call
    getTomcatWebServer to create the TomcatWebServer instance. A test
    has also been added to verify that the method is now used.
    
    Fixes gh-20386
    2b211371
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...