davsclaus opened a new pull request, #25106:
URL: https://github.com/apache/camel/pull/25106
## Backport of #25097
Cherry-pick of #25097 onto `camel-4.18.x`.
**Original PR:** #25097 - CAMEL-24257: MongoDB/Cassandra kamelets: Unable to
export an integration without running instance
**Original author:** @JinyuChen97
**Target branch:** `camel-4.18.x`
### Original description
Fix regression where camel export fails with MongoTimeoutException for
kamelets using #class: Component beans (e.g. mongodb-sink, cassandra-sink). The
outer else { accept = true } branch added in CAMEL-22667 overrode accept=false
back to true when stubPattern is "*", causing real components to be loaded and
attempt connections instead of being replaced with StubComponent.
_Claude Code on behalf of davsclaus_
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]