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

Removed confusing JVM version information #295

Merged
merged 1 commit into from Jun 29, 2020

Conversation

wololock
Copy link
Contributor

Starting from Micronaut 2.0, the mn --version started displaying the JVM version associated with the GraalVM versions used to compile the native image of the Micronaut CLI. Previously (1.3.x branch), the JVM version information was associated with the JVM version of the host that runs the mn command.

Fixes #293

Starting from Micronaut 2.0, the `mn --version` started displaying the JVM version associated with the GraalVM versions used to compile the native image of the Micronaut CLI. Previously (1.3.x branch), the JVM version information was associated with the JVM version of the host that run the `mn` command.
@CLAassistant
Copy link

CLAassistant commented Jun 29, 2020

CLA assistant check
All committers have signed the CLA.

@graemerocher graemerocher merged commit fee184e into micronaut-projects:master Jun 29, 2020
@graemerocher
Copy link
Contributor

Thanks for the contribution!

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

Successfully merging this pull request may close these issues.

"mn --version" prints incorrect JVM version (1.8.0_252 instead of 11.0.6)
3 participants