-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
use Java 11 for quarkus stack as Java 8 is deprecated #16790
use Java 11 for quarkus stack as Java 8 is deprecated #16790
Comments
This is quite critical ... I don't know when the samples (used by our quarkus stack) will be updated and stop working with java8, so the sooner we fix that the better if we want to avoid a bad surprise seeing our quarkus stack broken. |
still the quarkus plugin to upgrade to Java11 |
@sunix if I provide a PR, can you test it against your flow? |
@ericwill yes |
reopening as the Quarkus stacks have to be updated |
reopening again |
@sunix am I to understand that we shouldn't offer Quarkus + Java 8 at all then? |
yes we shouldn't offer java 8 : https://quarkus.io/blog/quarkus-1-4-final-released/#java-8-deprecated |
Okay, I'll do the removal next sprint (187). |
* Remove some quarkus-java8 plugins and migrate quarkus-java8 1.5 to quarkus-java11 See eclipse-che/che#16790 Signed-off-by: Eric Williams <[email protected]>
Closes eclipse-che/che#16790 Signed-off-by: Eric Williams <[email protected]>
* Remove some quarkus-java8 plugins and migrate quarkus-java8 1.5 to quarkus-java11 See eclipse-che/che#16790 Signed-off-by: Eric Williams <[email protected]>
Is your task related to a problem? Please describe.
Java 8 is deprecated https://quarkus.io/blog/quarkus-1-4-final-released/#whats-new
Describe the solution you'd like
Use Java 11 images (for runtime and plugin)
The text was updated successfully, but these errors were encountered: