-
Notifications
You must be signed in to change notification settings - Fork 406
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
Java 9 Compatibility #139
Comments
@vazexqi @kaplanjosh This is something we should probably have on the todo list. |
Note that Java 9 is not just Linux but all platforms. It looks to me like Oracle is pushing v9: http://www.oracle.com/technetwork/java/javase/downloads/jre9-downloads-3848532.html |
This is because of https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j We would either change jorje to not use javax/xml/ws/Holder or we special case for Java 9. However, because Java 9 doesn't seem to be a long-term release according to http://www.oracle.com/technetwork/java/eol-135779.html, I'm thinking of holding off until 18.9^ (LTS) comes out. |
According to http://www.oracle.com/technetwork/java/eol-135779.html Java 9 SE is not a long-term release. The next long-term release is Java 11 (18.9-LTS) which will be out September 2018. We will support it then. I'm closing this issue now. |
Java 11 (18.9-LTS) is out since almost three months, still no support for this extension. Apex autocomplete and DB definition are key functionality for Salesforce developers. Do you have a milestone for the new stable Java support? |
With Java 9 being GA we need to check whether the Apex Language Service supports running with a Java 9 Development Kit.
GPL Binaries (from Oracle) here:
http://jdk.java.net/9
Just Linux for now.
Oracle Java 9 Downloads:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
The text was updated successfully, but these errors were encountered: