Skip to content

Commit 56d6b82

Browse files
committed
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
1 parent f9954d7 commit 56d6b82

File tree

1 file changed

+1
-1
lines changed
  • spring-cloud-function-adapters/spring-cloud-function-serverless-web/src/main/java/org/springframework/cloud/function/serverless/web

1 file changed

+1
-1
lines changed

spring-cloud-function-adapters/spring-cloud-function-serverless-web/src/main/java/org/springframework/cloud/function/serverless/web/ServerlessAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public ServletWebServerFactory servletWebServerFactory() {
5151
return new ServerlessServletWebServerFactory();
5252
}
5353

54-
private static class ServerlessServletWebServerFactory
54+
public static class ServerlessServletWebServerFactory
5555
implements ServletWebServerFactory, ApplicationContextAware, InitializingBean {
5656

5757
private ConfigurableWebServerApplicationContext applicationContext;

0 commit comments

Comments
 (0)