openshift-integration/kamelet-catalog

Wrong Jitpack dependencies in kamelet-catalog-1.6

Closed this issue · 0 comments

The Kamelets in branch kamelet-catalog-1.6 refer utility classes with master-SNAPSHOT version.

Example: extract-field-action.kamelet.yaml

  dependencies:
  - "github:openshift-integration.kamelet-catalog:camel-kamelets-utils:master-SNAPSHOT"
  - "camel:kamelet"
  - "camel:core"
  - "camel:jackson"

These dependencies should be using kamelet-catalog-1.6-SNAPSHOT instead. Otherwise the Kamelets will forever use the latest SNAPSHOT from master branch. As soon as the utility classes in master branch start to introduce incompatible changes to these utility classes problems arise.