Claus Ibsen created CAMEL-23127:
-----------------------------------
Summary: camel-jbang - Route transform to YAML with inlined
errorHandler is empty
Key: CAMEL-23127
URL: https://issues.apache.org/jira/browse/CAMEL-23127
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 4.19.0
dump this from xml to yaml
{code:java}
<route>
<errorHandler>
<noErrorHandler/>
</errorHandler>
<from uri="direct:sub"/>
<to uri="mock:b"/>
<process ref="myProcessor"/>
</route>
{code}
Has empty error handler where it does not indicate its noErrorHandler that is
selected
--
This message was sent by Atlassian Jira
(v8.20.10#820010)