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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 26, 2023

  1. Upgrade to Quarkus 3.0

    - 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.
    - removed no more necessary com.sun.xml.bind:jaxb-impl
    
    fixes com-pas#4
    
    Signed-off-by: Aurélien Pupier <[email protected]>
    apupier committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fe91d3a View commit details
    Browse the repository at this point in the history