We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
1.13.2.Final
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
To2.16.0.Final
A new project equivalent to this one could be created using the quarkus client
The text was updated successfully, but these errors were encountered: