Skip to content

Commit 2e3bd78

Browse files
committed
Update package names of excluded autoconfigs
1 parent fa4879a commit 2e3bd78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-dgs-spring-graphql/src/main/kotlin/com/netflix/graphql/dgs/springgraphql/autoconfig/ExcludeAutoConfigurationsEnvironmentPostProcessor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ class ExcludeAutoConfigurationsEnvironmentPostProcessor : EnvironmentPostProcess
8282
mapOf(
8383
Pair(
8484
"dgs.springgraphql.autoconfiguration.graphqlobservation.enabled",
85-
"org.springframework.boot.actuate.autoconfigure.observation.graphql.GraphQlObservationAutoConfiguration",
85+
"org.springframework.boot.graphql.autoconfigure.observation.GraphQlObservationAutoConfiguration",
8686
),
8787
Pair(
8888
"dgs.springgraphql.autoconfiguration.graphqlwebmvcsecurity.enabled",
89-
"org.springframework.boot.autoconfigure.graphql.security.GraphQlWebMvcSecurityAutoConfiguration",
89+
"org.springframework.boot.graphql.autoconfigure.security.GraphQlWebMvcSecurityAutoConfiguration",
9090
),
9191
)
9292

0 commit comments

Comments
 (0)