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 4ffdc240..abe4c06e 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 @@ -12,7 +12,7 @@ "allDeclaredMethods":true, "allDeclaredConstructors":true, "condition": { - "typeReachable": "org.springframework.graphql.client.DefaultRSocketGraphQlClientBuilder" + "typeReachable": "org.springframework.graphql.client.AbstractGraphQlClientBuilder" } }, { @@ -21,7 +21,7 @@ "allDeclaredMethods":true, "allDeclaredConstructors":true, "condition": { - "typeReachable": "org.springframework.graphql.client.DefaultWebSocketGraphQlClientBuilder" + "typeReachable": "org.springframework.graphql.server.webflux.GraphQlWebSocketHandler" } } ]