757d48255a6d132ff9d992edd2d27390e2b6fc7a
Prior to this commit, Spring for GraphQL would not support AOT and GraalVM Native. Applications can perform reflection, load resources or require JDK proxies at runtime and we need to contribute `RuntimeHints` during the AOT phase. This commit adds a new `BeanFactoryInitializationAotProcessor` component that introspects GraphQL controllers and registers the relevant reflection hints for binding on argument types and schema types. This also registers JDK proxies for `@ProjectedPayload` support if Spring Data Commons is present in the classpath. Closes gh-495
Spring for GraphQL 
GraphQL support for Spring applications with GraphQL Java.
Code of Conduct
This project is governed by the Spring Code of Conduct. By participating, you are expected to uphold this code of conduct. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
Documentation
This project has reference documentation (published and source), an API reference, and samples.
Continuous Integration Builds
Information regarding CI builds can be found in the project's Concourse pipeline documentation.
Stay in Touch
Follow @SpringCentral.
License
This project is released under version 2.0 of the Apache License.
Description
Languages
Java
97.9%
CSS
1.2%
Shell
0.7%
HTML
0.2%