mayurbm commented on PR #25871: URL: https://github.com/apache/camel/pull/25871#issuecomment-5454928497
@davsclaus @Croway The CI failure is unrelated to this PR. The `camel-netty` surefire failure is a **JVM fork timeout** — the test process exceeded its time limit on the CI runner. This is a CI infrastructure/resource issue, not caused by changes to `core/camel-api`. This PR only touches: - `core/camel-api/src/main/java/org/apache/camel/TypeConversionException.java` — removes `+ value` from `createMessage()` - `core/camel-core/src/test/java/org/apache/camel/TypeConversionExceptionMessageTest.java` — regression test - `core/camel-core/src/test/java/org/apache/camel/impl/DefaultComponentTest.java` — updated assertion `camel-netty` has no dependency on any of these. Local test suites for `camel-api` and `camel-core` pass with JDK 21. Could you please re-run the failing job? _Claude Code on behalf of mayurbm_ -- 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]
