Polish "Apply context and connector customizer beans to Tomcat factories"
Closes gh-15492
This commit is contained in:
@@ -186,7 +186,7 @@ public class ReactiveWebServerFactoryAutoConfigurationTests {
|
||||
static class TomcatContextCustomizerConfiguration {
|
||||
|
||||
@Bean
|
||||
public TomcatContextCustomizer connectorCustomizer() {
|
||||
public TomcatContextCustomizer contextCustomizer() {
|
||||
return (context) -> {
|
||||
};
|
||||
}
|
||||
|
||||
@@ -300,7 +300,7 @@ public class ServletWebServerFactoryAutoConfigurationTests {
|
||||
static class TomcatContextCustomizerConfiguration {
|
||||
|
||||
@Bean
|
||||
public TomcatContextCustomizer connectorCustomizer() {
|
||||
public TomcatContextCustomizer contextCustomizer() {
|
||||
return (context) -> {
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user