-
Notifications
You must be signed in to change notification settings - Fork 407
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
note changes to Java licensing #866
Comments
We switched to testing with OpenJDK lately: https://github.com/w3c/epubcheck/blob/master/.travis.yml#L3 In the README file we recommend a Java Development Kit. In the Wiki I added a change so to make clear to use Open JDK 11+: Generally speaking I think we're on a safe side here as we're not using or relying on Oracle technology. |
So far I've "successfully" used Oracle JDK v11.0.1 from https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html to build and run EPUBCheck (I just get this error message #859 ). I will also try OpenJDK v11.0.1 from https://jdk.java.net/11/ Side note (somewhat related): the other day I failed to launch the official DAISY Pipeline2 app using Java 11 (JDK runtime), because of missing libraries in the Java framework ( |
Closing this issue as If EPUBCheck fails on specific JVMs, we can open dedicated issue. |
See https://blog.joda.org/2018/09/do-not-fall-into-oracles-java-11-trap.html for summary
The text was updated successfully, but these errors were encountered: