-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tests fail , IncompatibleClassChange #50
Comments
Thanks for the report. All tests pass in Java 8, which is what the project targets. I can see this failure with Java 14, but upgrading to Java 14 isn't something we're likely to work on, and I don't know how complicated any required changes would be. |
Actually that was tested with:
The error occurs in https://github.com/gbif/gbif-common , which also has in pom.xml So its'likely that all dependent modules should be upgraded together. It's not blocking for me, I can use the library . |
surprisingly I get the same if I run maven with java11 and do a clean build with |
I suspect some included library is compiled with an older java version? gbif-common 0.45 maybe? Ive updated to the latest versions locally, but no difference |
It's possible that compiling gbif-common with java11 fixes most of the 17 errors . |
Tests fail both in latest code and in release 2.8 .
The text was updated successfully, but these errors were encountered: