mayurbm commented on PR #25555:
URL: https://github.com/apache/camel/pull/25555#issuecomment-5396887904

   ### CI Build Failure — Root Cause and Fix
   
   The CI failure in the previous run (`mvn -Pregen` step) was **not caused by 
the code changes** in this PR. The branch was behind `main` — it was on 
`4.22.0-SNAPSHOT` while `main` had already moved to `4.23.0-SNAPSHOT`. The 
regen step failed because the generated sources were stale relative to the 
current main.
   
   **Fix:** Rebased the branch onto latest `main` (`0e93052d4`) and squashed 
into a single clean commit.
   
   Local validation after rebase:
   - `mvn formatter:format impsort:sort` — no changes needed
   - `Tests run: 9, Failures: 0, Errors: 0, Skipped: 0`


-- 
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]

Reply via email to