gnodet commented on code in PR #26221:
URL: https://github.com/apache/camel/pull/26221#discussion_r3968958826
##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles/route-topology.json:
##########
Review Comment:
These files are not part of this PR's diff — they're generated catalog files
that may have appeared in a transient revision.
##########
catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dev-consoles-openapi.json:
##########
Review Comment:
Same — not in this PR's diff.
##########
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:
Fair point — simplified the comment to just the JIRA reference.
--
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]