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

MessageBuffer unable to parse java.specification.version for java 10 #482

Open
arnaudroger opened this issue Sep 4, 2018 · 1 comment
Open
Labels

Comments

@arnaudroger
Copy link

java.specification.version for java 10 is "10"
MessageBuffer is expecting a '.' and will then not use unsafe even if available
I suspect the same is true for 9 and 11.
a workaround is to override the property on the command line

-Djava.specification.version=1.10
@ppkarwasz
Copy link
Contributor

It's fixed in 0.8.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants