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

   ## Summary
   
   - Fix all 6 `CmdStartStopITCase` tests that have been failing consistently 
(builds #416-#420)
   - The `--wide-uri` flag (added in 6948646d2ca) uses 
`OverflowBehaviour.NEWLINE` which wraps URIs across multiple lines in narrow CI 
container terminals, breaking regex patterns that expect the full URI on a 
single line
   - Add `(?s)` flag (dot-matches-newline) and simplify URI matching to 
`timer.*?` so line wrapping doesn't break the match
   
   ## Test plan
   
   - [x] Compiles locally
   - [ ] CI validates `CmdStartStopITCase` passes
   
   _Claude Code on behalf of Fede Mariani_


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