We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This following json message body transforms in Camel 4 not equal to Camel 2:
{ "test": null }
The settings of the JsonTo Xml component are:
This is the expected result (Camel 2):
<?xml version="1.0" encoding="UTF-8"?> <root><test json_null="true"/></root>
This is the result in Camel 4:
<?xml version="1.0" encoding="UTF-8"?> <root> <test>null</test> </root>
In other combinations of options, the output of the Camel 4 component differs from Camel 2 as well.
https://dovetailworld.atlassian.net/browse/DOV-2222
The text was updated successfully, but these errors were encountered:
brunovg
Successfully merging a pull request may close this issue.
This following json message body transforms in Camel 4 not equal to Camel 2:
The settings of the JsonTo Xml component are:
This is the expected result (Camel 2):
This is the result in Camel 4:
In other combinations of options, the output of the Camel 4 component differs from Camel 2 as well.
https://dovetailworld.atlassian.net/browse/DOV-2222
The text was updated successfully, but these errors were encountered: