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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user