diff --git a/spring-graphql-test/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json b/spring-graphql-test/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json new file mode 100644 index 00000000..45da4e6a --- /dev/null +++ b/spring-graphql-test/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json @@ -0,0 +1,19 @@ +{ + "bundles": [], + "resources": { + "includes": [ + { + "pattern": "\\Qgraphql-test\/\\E.*\\Q.graphql\\E", + "condition": { + "typeReachable": "org.springframework.graphql.test.tester.GraphQlTester" + } + }, + { + "pattern": "\\Qgraphql-test\/\\E.*\\Q.gql\\E", + "condition": { + "typeReachable": "org.springframework.graphql.test.tester.GraphQlTester" + } + } + ] + } +} \ No newline at end of file diff --git a/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json b/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json new file mode 100644 index 00000000..c2a276dc --- /dev/null +++ b/spring-graphql/src/main/resources/META-INF/native-image/org.springframework.graphql/spring-graphql/resource-config.json @@ -0,0 +1,19 @@ +{ + "bundles": [], + "resources": { + "includes": [ + { + "pattern": "\\Qgraphql-documents\/\\E.*\\Q.graphql\\E", + "condition": { + "typeReachable": "org.springframework.graphql.client.GraphQlClient" + } + }, + { + "pattern": "\\Qgraphql-documents\/\\E.*\\Q.gql\\E", + "condition": { + "typeReachable": "org.springframework.graphql.client.GraphQlClient" + } + } + ] + } +} \ No newline at end of file