Croway opened a new pull request, #22374:
URL: https://github.com/apache/camel/pull/22374

   ## Summary
   
   _Claude Code on behalf of Federico Mariani_
   
   - Fix 6 failing `CmdStartStopITCase` tests in the JBang IT test suite by 
using the `--wide-uri` flag with `camel get route`
   - The `FROM` column in route status output has `maxWidth(45)` with 
`ELLIPSIS_RIGHT` truncation, which clips URIs like `timer://java?period=1000` 
to `timer://java?peri?`, breaking the test regex patterns
   - Adding `--wide-uri` renders the column with `maxWidth(140)`, ensuring full 
URI visibility for pattern matching
   
   **Regression since build #410 (2026-03-25) — all 6 tests in 
`CmdStartStopITCase` have been failing consistently.**
   
   ## Test plan
   
   - [ ] Verify all 6 `CmdStartStopITCase` tests pass with `--wide-uri` flag
   - [ ] Confirm `--wide-uri` flag doesn't affect other test behavior
   - [ ] CI JBang IT Tests / main should return to green
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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