diff --git a/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/reflect-config.json b/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/reflect-config.json index 98b48667..b1d729bd 100644 --- a/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/reflect-config.json +++ b/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/reflect-config.json @@ -5,7 +5,7 @@ "allDeclaredMethods":true, "allDeclaredConstructors":true, "condition": { - "typeReachable": "org.springframework.graphql.client.DefaultRSocketGraphQlClientBuilder" + "typeReachable": "org.springframework.graphql.client.AbstractGraphQlClientBuilder" } }, { @@ -14,7 +14,7 @@ "allDeclaredMethods":true, "allDeclaredConstructors":true, "condition": { - "typeReachable": "org.springframework.graphql.client.DefaultWebSocketGraphQlClientBuilder" + "typeReachable": "org.springframework.graphql.server.webflux.GraphQlWebSocketHandler" } } ]