smongiar opened a new pull request, #23782: URL: https://github.com/apache/camel/pull/23782
Cherry-pick of #23780 to `camel-4.18.x`. ## Summary - Normalize transformer names before catalog lookup in `DependencyDownloaderTransformerResolver` - Transformer names use colon-separated format (`aws2-ddb:application-json`) but the catalog stores them in dash-separated format (`aws2-ddb-application-json`) - The `normalize(key)` method from `TransformerResolver` already handles this conversion — it just wasn't being called before the catalog lookup ## Test plan - [x] Added `catalogLookupShouldNormalizeColonSeparatedNames()` test - [x] Existing `stubTransformerShouldHaveNameSet()` test still passes -- 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]
