oscerd opened a new pull request, #22417: URL: https://github.com/apache/camel/pull/22417
## Summary - Replace empty catch blocks in `DrillProducer.doStop()` with `LOG.debug()` logging and add null check for connection - Replace manual `Statement`/`ResultSet` close with try-with-resources in `process()`, fixing a potential `NullPointerException` when `executeQuery()` throws - Add 5 unit tests covering resource cleanup, exception handling, and null-safety ## Test plan - [x] New `DrillProducerTest` with 5 tests (all pass) - [x] Existing tests unaffected (7 run, 0 failures, 1 skipped — pre-existing `@Disabled`) - [ ] CI green _Claude Code on behalf of Andrea Cosentino_ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
