gnodet commented on PR #23060: URL: https://github.com/apache/camel/pull/23060#issuecomment-4401120774
_Claude Code on behalf of Guillaume Nodet_ ## Benchmark results Tested with two companion PRs to measure the impact: | PR | OpenRewrite | Build time (JDK 21) | |---|---|---| | #23068 (no FQCNs) | **skipped** | ~22 min | | #23069 (with FQCNs) | **triggered** | ~30 min | **~8 minutes saved (~36% faster)** on builds that don't introduce FQCNs, which is the common case (dependency bumps, doc changes, clean code). When FQCNs are detected, OpenRewrite runs as before — no regression in correctness. -- 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]
