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

Quarkus version is too old and not supported anymore: 1.13.2.Final #10

Open
cmoulliard opened this issue Jan 26, 2023 · 0 comments
Open

Comments

@cmoulliard
Copy link

Bump old quarkus version

Bump the version of the sample which is a bit old "1.13.2.Final" and not supported anymore to use a more recent
From: 1.13.2.Final To 2.16.0.Final

A new project equivalent to this one could be created using the quarkus client

sdk install quarkus
or
curl -Ls https://sh.jbang.dev | bash -s - trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/
curl -Ls https://sh.jbang.dev | bash -s - app install --fresh --force quarkus@quarkusio

quarkus create && cd code-with-quarkus
mvn compile && mvn quarkus:dev
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

No branches or pull requests

1 participant