Skip to content
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 39 commits into from
Oct 4, 2023
Merged

Conversation

apupier
Copy link
Member

@apupier apupier commented May 5, 2023

the main change is migrating from JavaEE to JakartaEE.

it requires com-pas/compas-core#230

Dennis Labordus and others added 30 commits July 20, 2021 10:39
Develop to Master for Release
Make a new release without native
Develop -> Master (Release)
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 building native image
New release including PostgreSQL implementation.
New release with small fixes
Create new release with library updates
@apupier apupier self-assigned this May 26, 2023
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]>
@apupier
Copy link
Member Author

apupier commented May 26, 2023

Updated with:

  • rebased on develop branch
  • upgraded to Quarkus 3.0.4 (instead of 3.0.1)
  • Removed no more used depdency com.sun.xml.bind:jaxb-impl

@sonarcloud
Copy link

sonarcloud bot commented Oct 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@juancho0202 juancho0202 marked this pull request as ready for review October 4, 2023 11:29
@pascalwilbrink pascalwilbrink merged commit 6cc1f66 into com-pas:develop Oct 4, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants