You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:1.2.3, then the dependency version will be 1.2.3
User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing, then the dependency version will be what's inside KOGITO_VERSION.
User adds org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:${KOGITO_VERSION}, then the dependency version will be what's inside KOGITO_VERSION.
The text was updated successfully, but these errors were encountered:
When adding a new quarkus extension to
sonataflow-builder-images
andsonataflow-devmode-images
, if the extension is published by KIE (org.kie
), the version should be filtered to useKOGITO_VERSION
. This way, users don't have to add the version.Scenarios
org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:1.2.3
, then the dependency version will be1.2.3
org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing
, then the dependency version will be what's insideKOGITO_VERSION
.org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:${KOGITO_VERSION}
, then the dependency version will be what's insideKOGITO_VERSION
.The text was updated successfully, but these errors were encountered: