davsclaus opened a new pull request, #23921:
URL: https://github.com/apache/camel/pull/23921
## Backport of #23920
Cherry-pick of #23920 onto `camel-4.18.x`.
**Original PR:** #23920 - CAMEL-23730: Fix export dry-run failing with
NoSuchBeanException for bean references
**Original author:** @davsclaus
**Target branch:** `camel-4.18.x`
### Original description
Align DependencyDownloaderTransformerResolver with language and dataformat
resolvers by requiring the `transformer:` prefix to stub transformers. This
allows reverting Run.java back to `stubPattern("*")` for export dry-run, so
StubBeanRepository is properly registered and bean references
(aggregationRepository, idempotentRepository, etc.) are stubbed correctly.
**Backport note:** Adjusted StubBeanRepository import path
(`o.a.c.main.download` on 4.18.x vs `o.a.c.main.stub` on main).
_Claude Code on behalf of Claus Ibsen_
--
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]