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

Upgrade to Quarkus 3.0 #206

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

apupier
Copy link
Member

@apupier apupier commented May 26, 2023

the main change is migrating from JavaEE to JakartaEE.

fix #204

TO UPDATE THE version of compas.core when a release is available or use the ${project.version} ?

Note: several tests are failing locally fo rme, both with Quarkus 2 and Quarkus 3. They are the same.

requires com-pas/compas-core#230

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)
- deactivated tests CompasOclFileCollectorTest and
SclRiseClipseValidatorTest which are failing locally so that I can build
locally the whole project and have the Quarkus migration tool working
- 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.

fix com-pas#204

TO  UPDATE THE version of compas.core when a release is available

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
@juancho0202 juancho0202 marked this pull request as ready for review October 4, 2023 11:27
@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Quarkus 3.0
3 participants