Skip to content

Commit 76ac9fb

Browse files
committed
Use the non-deprecated env post processor key
Uses `org.springframework.boot.EnvironmentPostProcessor` instead of the deprecated `org.springframework.boot.env.EnvironmentPostProcessor` key in `spring.factories` for the `spring-boot-grpc-server` module. Signed-off-by: onobc <[email protected]>
1 parent a6a9a84 commit 76ac9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer=\
22
org.springframework.boot.grpc.server.autoconfigure.security.GrpcDisableCsrfHttpConfigurer
33

4-
org.springframework.boot.env.EnvironmentPostProcessor=\
4+
org.springframework.boot.EnvironmentPostProcessor=\
55
org.springframework.boot.grpc.server.autoconfigure.ServletEnvironmentPostProcessor

0 commit comments

Comments
 (0)