mayurbm commented on PR #25871: URL: https://github.com/apache/camel/pull/25871#issuecomment-5452114848
@davsclaus The CI failure was caused by a stale generated file on `main` — same as PR #25775. Commit `dd2bf5719` (CAMEL-24454: camel-mllp - default logPhi to false) changed the MLLP component but `MllpComponentBuilderFactory.java` was not yet regenerated at the time this PR was built. Fixed by merging latest `main` into this branch, which brings in the regenerated DSL with `Default: false` for `logPhi`. Local `camel-support` + `camel-core` full test suites pass with JDK 21. _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]
