feat(runtime): enable source less integrations #4831
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this PR we enable the possibility to run any Camel application built externally (ie, via pipeline) in any of the supported runtimes of Apache Camel. In such circumstance, the user need to configure manually any capability typically discovered by the operator when it is run in its classic mode (as it can scan the source code for such capabilities)
It is very close to what it was requested in #3295. We may enhance by adding the capability of scraping for routes included in the container image.
Closes #3295
Release Note