-
Notifications
You must be signed in to change notification settings - Fork 4
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
Migrating to Quarkus 3.0 #334
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Develop to Master for Release
Make a new release without native
Develop -> Master (Release)
Develop -> Main
Merge Develop to Main (for release)
Merge Develop into Main (Release)
Merge Develop to Main (Release)
Merge branch 'develop' into main
Merge branch 'develop' into main
New release
New release
New Release
New release building native image
New release for native image
New Release
New release
Develop -> Main
New release
New release including PostgreSQL implementation.
New release with small fixes
Create a new release
Create new release with library updates
New release
New release
New release
New release
New release
New release
New release
New release
New release
New release
New release
New release
New release
Merge Develop into Main
the main change is migrating from JavaEE to JakartaEE. - update Quarkus bom from io.quarkus:quarkus-universe-bom to io.quarkus.platform:quarkus-bom as it was deprecated since Quarkus 2.1 https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.1#quarkus-universe-bom-is-deprecated (and it is required to use the Quarkus migration tool) - launched quarkus `quarkus update --stream=3.0` as mentioned in https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0#automatic-update-tool which dealt with a fair part of the migration. Then it remained few little tasks. - Remove no more needed com.sun.xml.bind:jaxb-impl Signed-off-by: Aurélien Pupier <[email protected]>
Updated with:
|
Signed-off-by: Pascal Wilbrink <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
pascalwilbrink
approved these changes
Oct 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
the main change is migrating from JavaEE to JakartaEE.
quarkus update --stream=3.0
as mentioned in https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0#automatic-update-tool which dealt with a fair part of the migration. Then it remained few little tasks.it requires com-pas/compas-core#230