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

feat(runtime): enable source less integrations #4831

Merged
merged 2 commits into from
Oct 25, 2023
Merged

Conversation

squakez
Copy link
Contributor

@squakez squakez commented Oct 17, 2023

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

feat(runtime): enable source less integrations

@squakez
Copy link
Contributor Author

squakez commented Oct 24, 2023

To be rebased after #4852 in order to check that forcefully disabled traits are added to Integration conditions.

@squakez squakez marked this pull request as ready for review October 25, 2023 09:19
@squakez squakez merged commit b1a94df into apache:main Oct 25, 2023
15 of 16 checks passed
@squakez squakez deleted the feat/3295 branch October 25, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run without source code
2 participants