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

[SonataFlow Images] Filter QUARKUS_EXTENSION that includes kogito-runtimes dependencies to KOGITO_VERSION #2633

Open
ricardozanini opened this issue Oct 1, 2024 · 0 comments
Assignees

Comments

@ricardozanini
Copy link
Member

ricardozanini commented Oct 1, 2024

When adding a new quarkus extension to sonataflow-builder-images and sonataflow-devmode-images, if the extension is published by KIE (org.kie), the version should be filtered to use KOGITO_VERSION. This way, users don't have to add the version.

Scenarios

  1. User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:1.2.3, then the dependency version will be 1.2.3
  2. User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing, then the dependency version will be what's inside KOGITO_VERSION.
  3. User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:${KOGITO_VERSION}, then the dependency version will be what's inside KOGITO_VERSION.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant