davsclaus opened a new pull request, #24758: URL: https://github.com/apache/camel/pull/24758
## Summary - Fix `BeanProcessor` lifecycle delegation to use `ServiceHelper` instead of direct method calls, ensuring the `BaseService` state machine is properly traversed. The key bug was `doStop()` calling `delegate.doStop()` (raw method), which bypassed state tracking and prevented bean restart. - All four lifecycle methods now use `ServiceHelper`: `initService`, `startService`, `stopService`, `stopAndShutdownService`. ## Test plan - [x] `mvn test` passes in `components/camel-bean` - [ ] CI green _Claude Code on behalf of davsclaus_ 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]
