-
Notifications
You must be signed in to change notification settings - Fork 467
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
Update CLI to use Highest version possible between 3.5.x -> 3.6.x to support J21+J11 #28744
Comments
Internal QA We have only updated to 3.5 here and not 3.6. We do not need to upgrade to 3.6 at this time and can follow up with this. This upgrade should be an easier process without code changes. |
### Proposed Changes * Bringing our cli up to Quarkus 3.6
Fixed, this still working in Java 11 without problems, smoke testing with java 21 and so far everything is ok. Full compatibility will be tested later. |
Task: Upgrade Quarkus Version for Compatibility with Java 21
Objective: Upgrade Quarkus to at least version 3.5, with a target to upgrade to the latest 3.6.x version, ensuring compatibility with Java 21 and maintaining functionality with Java 11 as long as possible.
Background
To support Java 21, Quarkus must be upgraded to at least version 3.5. However, Quarkus 3.7 and higher do not support Java 11. Therefore, the plan is to upgrade to the highest possible Quarkus version compatible with Java 11 before transitioning to Java 21.
Initial tests with Quarkus 3.5 have identified necessary changes, particularly migrating
javax
imports tojakarta
equivalents. Further upgrades to the latest 3.6.x version should be explored, given minimal additional changes are required.Steps
Merge Changes from Test Branch
Ensure Correct GraalVM Version
Upgrade Quarkus to Latest 3.6.x Version
Update Import References
javax
imports to theirjakarta
equivalents as required by the new Quarkus versions.Testing and Validation
Checklist
javax
imports tojakarta
equivalents.Additional Notes
The text was updated successfully, but these errors were encountered: