johnpoth opened a new pull request #2627: URL: https://github.com/apache/camel-k/pull/2627
<!-- Description --> This leverages some of the work by @pedjak in [sbo-919](https://github.com/redhat-developer/service-binding-operator/pull/919) that allows us to use SBO as a library. This means that the Service Binding Operator no longers needs to be installed. This has the benefit of simplifying the code a bit and allows us to upgrade to the latest version (#2553) without having to wait for [sbo-#927](https://github.com/redhat-developer/service-binding-operator/issues/927). It also avoids us having to use SBO as a service through CRDs which was a little messy. I've removed: - IntegrationPhaseWaitingForBindings - IntegrationConditionServiceBindingsCollectionReady - The ability to bind to an existing ServiceBinding (part of the updated specification) - Renamed ServiceBinding trait property to "service" As the specification is still work in progress (which we mention in the docs), I think that's o.k Thanks ! <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note NONE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org