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

To make hibernate-types work with GraalVM, we need to minimize reflec… #482

Conversation

edudar
Copy link
Contributor

@edudar edudar commented Sep 4, 2022

…tion usage. getJavaType() is available with a public getter, so we don't need reflection here.

I didn't change types-43 and types-5 because those versions still have a protected getter and need reflection, or we'd need to open the getter.

Fixes #343

…tion usage. `getJavaType()` is available with a public getter so we don't need reflection here.
@vladmihalcea
Copy link
Owner

Thanks, I'll review it when I have some time.

@vladmihalcea
Copy link
Owner

Thanks, I merged it.

@edudar edudar deleted the issue-343-replaced_javaType_reflection_call branch September 5, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for GraalVM native images
2 participants