Impact of recent announcement from Oracle regarding GraalVM #12073
Unanswered
smocherla-brex
asked this question in
General
Replies: 1 comment 1 reply
-
This announcement just means that Java SE subscribers (commercially) will no longer receive Native Image support included as part of their subscription (this is the "[discontinuation]"). Native Image and other key GraalVM features aren't going anywhere. It is not deprecated or discontinued as a technology; Oracle may offer commercial support via other avenues at a later date. The language focus on non-Java applies mostly to Truffle languages. GraalVM itself is written in Java, of course, so JVM use of GraalVM (as Micronaut uses it) is also not going away. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Apologies if this has been already been discussed (I didn't find a related discussion or thread). This recent announcement from Oracle Java product team has become a source of confusion for many people (including me) on what it exactly means for users of native-image with integrations with frameworks like Micronaut.
Specifically, these parts
seems concerning as it would seem to indicate native image will seemingly not be supported (unclear what Java SE Product customers specifically entails here) and Oracle will stop investing in GraalVM for Java based languages? I'm creating this issue to get thoughts from the maintainers of Micronaut on what it means for the native image integration that comes with it. Will it continue to be supported for the foreseeable future? If so, a note or clarification will help users like me. Appreciate your response.
Beta Was this translation helpful? Give feedback.
All reactions