eclipse / microprofile-starter

MicroProfile project generator source code
Apache License 2.0
74 stars 51 forks source link

Add Java 17 to the Java versions #482

Open Emily-Jiang opened 1 year ago

Emily-Jiang commented 1 year ago

Java 17 was supported by some runtimes such as Liberty, Helidon, etc. We need to add it to the list of the Java versions.

moghaddam commented 1 year ago

There is no restriction when choosing JDK version for MicroProfile projects. It has a lower limit of JDK 8 but no upper limit.

EDIT: I meant there is no restriction in our IntelliJ plugin

RamiSJ12 commented 1 year ago

Only some features won't be supported, if you use NetBeans IDE can see the updates there.

You can upgrade to [JAVA 20]()https://www.oracle.com/my/java/technologies/downloads/

https://www.oracle.com/my/java/technologies/downloads/