We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Add substitutions for DriverFactory#getOrCreateMetricsProvider.
a7310cb
This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes neo4j#1182.
Add substitutions for DriverFactory#getOrCreateMetricsProvider. (#1183)
c654c0f
This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes #1182.
Add substitutions for DriverFactory#getOrCreateMetricsProvider. (neo4…
d60ccad
…j#1183) This prevents an eager class loading of Micrometer when compiling on GraalVM native image and fixes neo4j#1182.
c25c34f
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: