Replies: 7 comments
|
I'm not sure for Node, but for JDK I would stick to 11, as it's the current LTS version |
0 replies
|
The baseline for the java applications should be (open) JDK11 |
0 replies
|
For Node I don't see a reason to not update to the latest LTS |
0 replies
|
I disagree. We have to fulllfill the prerequisites for Theia. According https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites the version should be |
0 replies
|
It seems the incompatibility with Node 12 has been fixed now |
0 replies
|
But to be safe, staying within Theia's recommended version and LTS seems the way to go :) |
0 replies
|
Are there any benefits of using Node 12? Otherwise I would stick with Node 10 (as long as Theia is using it) to minimize potential build issues. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am currently preparing a docker build for both java-application and node-frontend.
I was wondering, why the Readme.md states that version 8 should be used for node? LTS is currently at 12.13.1 - is there a specific reason for this?
Also regarding the java application I have not found any documentation on a specific openjdk version (I assume we use openjdk?) Are there any preferences or should I just use openjdk 13?
original thread by Jonas Ebel
All reactions