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

Build fails with Java 9 #125

Closed
FauxFaux opened this issue Sep 10, 2017 · 2 comments
Closed

Build fails with Java 9 #125

FauxFaux opened this issue Sep 10, 2017 · 2 comments

Comments

@FauxFaux
Copy link

In Java 9, the javax.xml.bind package is gone by default, which causes a lot of the tests to fail. Java 9 is due out in ten days.

There's some discussion on the Debian wiki about workarounds for this, but the situation is pretty grim:
https://wiki.debian.org/Java/Java9Pitfalls (under "javax.xml.bind").

Can the tests be fixed to use a different XML API that supports Java 9, or do you have any suggestions on how I can run the tests on Java 9?

@giltene
Copy link
Member

giltene commented Sep 14, 2017

Fixed with c410c5c and 296902d . Now builds and runs all tests succesfully with Java 6...9.

@giltene giltene closed this as completed Sep 14, 2017
@giltene
Copy link
Member

giltene commented Sep 15, 2017

Also, just released HdrHistogram 2.1.10 to maven and posted to maven central. Works on Java 6...9

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

No branches or pull requests

2 participants