Croway commented on PR #1843:
URL: 
https://github.com/apache/camel-spring-boot/pull/1843#issuecomment-4937729739

   Both review findings addressed:
   
   1. **Overflow on `(int) Duration.toMillis()`** — fixed in 25b33d8e73a using 
`Math.toIntExact()`, so a misconfigured interval/timeout now fails fast with 
`ArithmeticException` instead of silently wrapping.
   2. **Upgrade guide entry** — the 4.x upgrade guides live in the main repo, 
so this is covered by apache/camel#24593 (documents the `Duration` type 
changes, the plain-numbers-stay-millis compatibility, and why 
`camel.clustered.controller.initial-delay` keeps its `String` type).
   
   _Claude Code on behalf of Federico 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