-
Notifications
You must be signed in to change notification settings - Fork 150
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
Deprecate quarkus-java8 plugins #539
Deprecate quarkus-java8 plugins #539
Conversation
Java 8 is no longer supported in Quarkus, let's deprecate these plugins and remove them after three sprints. See eclipse-che/che#16790 Signed-off-by: Eric Williams <[email protected]>
I'm not sure this is the correct way to do it, another option is to remove all quarkus-java8 plugins with a version < 1.4. |
Happy path tests passed. |
…arkus-java11 Signed-off-by: Eric Williams <[email protected]>
Having thought about it more, the 1.2.x and 1.3.0 plugins were deprecated for awhile, so I removed them. For Quarkus Java 8 support users can use 1.3.0a, and use Quarkus on Java 11 for everything else. I've left the quarkus-java8 1.5.0 plugin deprecated in this PR -- I'll remove it in three sprints. |
Happy path tests passed. |
@sunix please take a look -- let's get this one out of the queue. |
@@ -10,6 +10,9 @@ icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |||
repository: https://github.com/redhat-developer/vscode-quarkus | |||
category: Language | |||
firstPublicationDate: "2020-06-11" | |||
deprecate: | |||
automigrate: true | |||
migrateTo: redhat/quarkus-java11/latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this also mean updating the quarkus devfile(s) so they're compatible with java11 instead of java8?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
* 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]>
Java 8 is no longer supported in Quarkus, let's deprecate these plugins and remove them after three sprints.
See eclipse-che/che#16790
Signed-off-by: Eric Williams [email protected]