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

Update quarkus version in kn workflow plugin #2177

Open
LuboTerifaj opened this issue Feb 22, 2024 · 1 comment
Open

Update quarkus version in kn workflow plugin #2177

LuboTerifaj opened this issue Feb 22, 2024 · 1 comment

Comments

@LuboTerifaj
Copy link
Contributor

The following command ends up with ❌ ERROR: creating Quarkus SonataFlow project exit status 1 error message with Quarkus 3.2.9.Final version:

kn workflow quarkus create \
  --name serverless-workflow-hello-world \
  --extension quarkus-jsonp,quarkus-smallrye-openapi \
  --quarkus-platform-group-id=io.quarkus.platform \
  --quarkus-version=3.2.9.Final

The current default and working value is 2.16.10.Final

Once updated, also documentation https://github.com/apache/incubator-kie-kogito-docs needs to be updated.

@ederign
Copy link
Member

ederign commented Feb 26, 2024

Quarkus version on the CLI on main and the docs needs to be updated.

The CLI will be updated as part of #2136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants