Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document GraalVM Native support in reference documentation #581

Closed
bclozel opened this issue Dec 16, 2022 · 0 comments
Closed

Document GraalVM Native support in reference documentation #581

bclozel opened this issue Dec 16, 2022 · 0 comments
Assignees
Labels
type: documentation A documentation task
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Dec 16, 2022

Support for AOT and GraalVM Native images has been shipped with #495.

While annotated controllers are supported automatically, there are still cases where developers are required to contribute hints for their applications. For example, registering a DataFetcher "manually" with the wiring configuration will not expose the Java types for reflection at runtime. Also, GraphQlClient usage cannot discover Java types linked to the schema, as there are no beans in the application context and they are not exposed through method signatures.

We need to document these cases with concrete code snippets.

@bclozel bclozel added the type: documentation A documentation task label Dec 16, 2022
@bclozel bclozel added this to the 1.1.1 milestone Dec 16, 2022
@bclozel bclozel self-assigned this Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

No branches or pull requests

1 participant