-
Notifications
You must be signed in to change notification settings - Fork 15
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
native-image --version output change in 21.1.0-dev #230
Comments
Also the --version output for GraalVM CE itself is going to change from:
to
Note the removal of "Version" and the addition of "Java 11 CE". I am considering submitting a PR to make the bash launcher print:
for GraalVM CE and
for Mandrel. The corresponding native native-image should print:
for GraalVM CE and
for Mandrel. |
Some background:
Paul Woegerer (@olpaw) commented that:
So to my understanding any proposals should avoid having "GraalVM" appear in the output of the bash script's |
This will have an effect on Quarkus native's version parsing. See: |
Fixed with oracle#3329 |
With Mandrel
21.0.0.0-Final
this version is being reported (despite it being a bash launcher):With a recent build from Graal VM master (revision 205f6ef, for example) we'd be reporting this instead:
This is being caused by an intentional change upstream: oracle@bcf982c See also: oracle#3313
Since
--version
output is being used in Quarkus we need to coordinate with them to find a scheme which will work for them and is in accordance with upstream as well.The text was updated successfully, but these errors were encountered: