gnodet commented on PR #23060: URL: https://github.com/apache/camel/pull/23060#issuecomment-4430297792
_Claude Code on behalf of Guillaume Nodet_ ## Benchmark results (marker file approach) Tested with two companion PRs to validate the per-module marker file approach: | PR | Changes | OpenRewrite | Regen time (JDK 21) | |---|---|---|---| | #23122 (no Java changes) | README only | **not triggered** (no markers) | ~24 min | | #23123 (Java in camel-api) | 1 module | **triggered for core/camel-api only** | ~25.5 min | With the per-module approach, OpenRewrite on a single module adds only ~1.5 min (vs ~8 min when running on all modules with the old `-Prewrite` flag). Both PRs: regen succeeded, no uncommitted changes from marker files, license plugin handled correctly. Test step failures in #23122/#23123 are unrelated (flaky camel-ftp port binding — `FileToFtpsWithCustomTrustStorePropertiesIT` fails to bind to hardcoded port 43901). Main PR #23060 passed all CI checks (JDK 17, 21, 25). -- 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]
