oscerd commented on PR #25944: URL: https://github.com/apache/camel/pull/25944#issuecomment-5478533493
Thanks — that was a real gap in the backport, not noise. `MllpComponentBuilderFactory` is generated from the component descriptor, and `main`'s `logPhi` commit did not carry the componentdsl mirror with it (`main` got that file regenerated separately), so the cherry-pick left the builder still documenting `Default: true` while `mllp.json` said `false`. Regenerated it from this branch and folded it into the CAMEL-24454 commit. The resulting hunk is the single `Default: true` to `Default: false` line, and I diffed the `logPhi` block against `main` to confirm it matches. The same fix went onto the 4.18.x counterpart (#25946). _Claude Code on behalf of oscerd_ -- 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]
