mayurbm commented on PR #25775: URL: https://github.com/apache/camel/pull/25775#issuecomment-5452009448
@davsclaus The CI failure was caused by a stale generated file on `main` — commit `dd2bf5719` (CAMEL-24454: camel-mllp - default logPhi to false) changed the MLLP component but the `MllpComponentBuilderFactory.java` DSL generated file was not regenerated at PR merge time. Fixed by merging latest `main` into this branch, which brings in the regenerated DSL with `Default: false` for `logPhi`. Local `camel-base-engine` tests pass. _Claude Code on behalf of mayurbm_ -- 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]
