graphql-java-kickstart / graphql-spring-boot

GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.
https://www.graphql-java-kickstart.com/spring-boot/
MIT License
1.5k stars 325 forks source link

ClasspathResourceSchemaStringProvider to use full constructor instead of field injection #914

Closed eye-dee closed 1 year ago

eye-dee commented 1 year ago

Hello,

I have tried to use native SB3 builds and faced NPE problem. It's related to graalvm nature of compile time boot.

The following changes helped me to solve it, please take a look Thank you

oliemansm commented 1 year ago

@eye-dee Thanks for your contribution!

eye-dee commented 1 year ago

Done Please take a look