GH-1122 Make ServerlessAutoConfiguration.ServerlessServletWebServerFactory to satisfy native requirement

While this could be handled with hints, it is harmless to expose it publicly

Resolves #1122
This commit is contained in:
Oleg Zhurakousky
2024-03-27 16:42:29 +01:00
parent f9954d7dbd
commit 56d6b822b2

View File

@@ -51,7 +51,7 @@ public class ServerlessAutoConfiguration {
return new ServerlessServletWebServerFactory();
}
private static class ServerlessServletWebServerFactory
public static class ServerlessServletWebServerFactory
implements ServletWebServerFactory, ApplicationContextAware, InitializingBean {
private ConfigurableWebServerApplicationContext applicationContext;