oscerd commented on PR #22483: URL: https://github.com/apache/camel/pull/22483#issuecomment-4205226301
_Claude Code on behalf of Andrea Cosentino_ @gnodet Thank you for the review! Both items addressed in 3c5e848: 1. **CamelContext cleanup** — Added `@AfterEach` with `camelContext.close()` to prevent resource leaks across test runs. 2. **Redundant test** — Removed `testExceptionTypeIsRuntimeCamelExceptionNotRuntimeException` since the other two tests already verify the exception type via `assertThrows(RuntimeCamelException.class, ...)`. -- 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]
