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

GraalVM native image support broken due to incomplete classpath in 4.4.4 #1182

Closed
michael-simons opened this issue Mar 12, 2022 · 0 comments
Closed

Comments

@michael-simons
Copy link
Contributor

This happens due to eager initialisation of Micrometer support introduced in 4.4.4.

https://github.com/quarkiverse/quarkus-neo4j/runs/5510710535?check_suite_focus=true#step:6:551

It seems that the native tests are still not part of the build chain.

michael-simons added a commit to michael-simons/neo4j-java-driver that referenced this issue Mar 12, 2022
This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes neo4j#1182.
injectives pushed a commit that referenced this issue Mar 14, 2022
This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes #1182.
injectives pushed a commit to injectives/neo4j-java-driver that referenced this issue Mar 16, 2022
…j#1183)

This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes neo4j#1182.
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

No branches or pull requests

1 participant