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

Automated discovery of JAX-RS method entities. #3358

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

tomas-langer
Copy link
Member

Resolves #3090

Added analysis of response types of JAX-RS resource methods, and entity parameter types (types with no annotation).
These types are added for reflection automatically now.

Signed-off-by: Tomas Langer tomas.langer@oracle.com

Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
@tomas-langer tomas-langer merged commit 44a8bc2 into helidon-io:master Sep 6, 2021
@tomas-langer tomas-langer deleted the 3090-jaxrs-entity-aot branch September 6, 2021 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should automatically provide GraalVM settings when endpoint accepts or returns a POJO
2 participants