davsclaus opened a new pull request, #25108: URL: https://github.com/apache/camel/pull/25108
_Claude Code on behalf of davsclaus_ ## Summary - Fix JMX managed attribute `CircuitBreakerWaitDurationInOpenState` to return milliseconds (`.toMillis()`) instead of seconds (`.getSeconds()`), consistent with sibling attributes `BulkheadMaxWaitDuration` and `TimeoutDuration` - Add upgrade guide entry documenting the JMX contract change This is a follow-up from CAMEL-24137 which converted `waitDurationInOpenState` from seconds to milliseconds but missed updating the JMX getter. ## Test plan - [x] Verified all three duration-returning JMX attributes now consistently use `.toMillis()` - [x] Checked dev console — it doesn't expose configuration values, only runtime metrics - [x] Module builds successfully Co-Authored-By: Claude Opus 4.6 <[email protected]> -- 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]
