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 #338

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

Commits on May 26, 2023

  1. Upgrade to Quarkus 3.0

    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.
    - Updated quarkus.index-dependency for jaxb from
    org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec to
    `jakarta.xml.bind:jakarta.xml.bind-api`
    
    fix com-pas#333
    
    TO UPDATE THE version of compas.core when a release is available or use
    the ${project.version} ?
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed May 26, 2023
    Configuration menu
    Copy the full SHA
    27f85e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. chore: update compas-core version to 0.16.0

    Signed-off-by: Juan Muñoz <[email protected]>
    juancho0202 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7f72fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c17cd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge branch 'develop' into 333-UpgradeToQuarkus3.0

    Signed-off-by: Pascal Wilbrink <[email protected]>
    pascalwilbrink authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c7c48f7 View commit details
    Browse the repository at this point in the history