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
native-image
We currently can't build the cli native image against Micronaut 4, because of the issues specified at:
cli
The text was updated successfully, but these errors were encountered:
fix: native-image jit linkage errors in cli
34683de
- fix: missing `log4j` classes, via `slf4j` bridge - fix: allow conditional language inclusion in `cli` build - fix: drop JRT flag to `native-image` - fix: swap to `NONE` runtime for Micronaut - fix: missing `initialize-at-build-time` netty types - fix: missing Netty, NPN, ALPN dependencies - chore: ability to dynamically load/detect languages in cli Fixes and closes #394. Relates-To: oracle/graal#7110 Relates-To: micronaut-projects/micronaut-core#9664 Relates-To: #394 Signed-off-by: Sam Gammon <sam@elide.ventures>
7a1a4ec
sgammon
Successfully merging a pull request may close this issue.
We currently can't build the
cli
native image against Micronaut 4, because of the issues specified at:The text was updated successfully, but these errors were encountered: