davsclaus opened a new pull request, #24778: URL: https://github.com/apache/camel/pull/24778
## Summary - Remove duplicated `doInit()` and `doStart()` overrides from `XsltSaxonEndpoint` — the parent `XsltEndpoint` already performs the full lifecycle through virtual dispatch to the overridden `createXsltBuilder()` and `loadResource()`, so the stylesheet was being created, loaded, and compiled twice on every startup. - Copy-paste remnant from the CAMEL-14176 module split. ## Test plan - [x] All 37 existing camel-xslt-saxon tests pass 🤖 Generated with [Claude Code](https://claude.ai/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]
