-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switch to Java 11 #1965
Comments
We need at least scala 2.12.4 . |
Updating to Scala |
You can start the app like
which is a Bug an fixed with |
Oh, no, same issue here. Since This script supports a
|
Ah thx, this is great news ! Have to change start scripts, too, but will work :) |
Will install java 11 tomorrow on both server and configure the start script to use java 11. |
Also remove redirection standard error to the standard output because this redirects all java logs.
Installed openjdk-11 and set JAVA_HOME to it. |
We decided to bring up our java code to a higher, maintained version. Raising java 8 to Java 11 seems to be a good start.
As we want to have our libraries (see metafacture/metafacture-core#518) also to version 11 it's mandatory for compiling to also have the play apps working with java 11.
Compatibility matrix for java, scala and sbt.
To use java 11: change the path of java in your execution environment to java 11. Also set the environment variable JAVA_HOME to java 11.
The text was updated successfully, but these errors were encountered: