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

Support for GraalVM Native Image #740

Open
alapierre opened this issue Sep 11, 2024 · 1 comment
Open

Support for GraalVM Native Image #740

alapierre opened this issue Sep 11, 2024 · 1 comment

Comments

@alapierre
Copy link

I'm useing Micronaut framework with Micronaut Data and I'm trying to facilitate GraalVM Native Image. Every think works fine how long I'm not using PostgreSQLRangeType. Problem is in lack of reflection metadata for GraalVM.

To Reproduce

sample project: https://github.com/micronaut-projects/micronaut-data

@vladmihalcea
Copy link
Owner

@alapierre Try to replace the Reflection calls with Method Handles, build the project, and see if it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants