davsclaus opened a new pull request, #24780: URL: https://github.com/apache/camel/pull/24780
## Summary _Claude Code on behalf of davsclaus_ - Remove dead `InputStream is = null` variable and `IOHelper.close(is)` in `XsltBuilder.process()` that have been no-ops since the CAMEL-13851 SourceHandlerFactory refactoring (3.0) - Remove the stale comment and unused `IOHelper` import The variable was never assigned after the refactoring moved InputStream acquisition into `XmlSourceHandlerFactoryImpl.getSource()`. The SAX/StAX parser chain closes the stream on all standard paths. ## Test plan - [x] `camel-xslt` module builds cleanly - [x] All 60 XSLT tests in `camel-core` pass 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]
