apupier commented on code in PR #26221:
URL: https://github.com/apache/camel/pull/26221#discussion_r3965993023
##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json:
##########
Review Comment:
unrelated change to this PR
##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json:
##########
Review Comment:
unrelated change to this PR
##########
core/camel-core/src/test/java/org/apache/camel/language/simple/SimpleTest.java:
##########
@@ -641,6 +641,14 @@ public void testExceptionStacktrace() {
assertTrue(out.contains("at org.apache.camel.language."));
}
+ @Test
+ public void testExceptionStacktraceNoException() {
+ // CAMEL-24651: ${exception.stacktrace} must return null (not NPE)
when exchange has no exception
Review Comment:
this comment is not very helpful, it is expected that there is not a NPE
--
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]