davsclaus opened a new pull request, #25110: URL: https://github.com/apache/camel/pull/25110
_Claude Code on behalf of davsclaus_ ## Summary Fixes two copy constructor bugs in circuit breaker configuration classes: - **FaultToleranceConfigurationCommon**: `bulkheadWaitingTaskQueue` was not copied — any config copied via `copyDefinition()` silently lost the bulkhead waiting task queue setting, falling back to the default (10) - **Resilience4jConfigurationCommon**: `recordExceptions` was incorrectly copied from `source.ignoreExceptions` instead of `source.recordExceptions` — a copy-paste bug that silently replaced recorded exception classes with ignored exception classes ## Test plan - [x] `camel-core-model` builds successfully - [x] Both fixes are one-line corrections to copy constructors 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]
