essobedo opened a new pull request, #8430: URL: https://github.com/apache/camel/pull/8430
Fix for https://issues.apache.org/jira/browse/CAMEL-18548 ## Motivation The addition of the support of Map and List as POJO in camel-jsonpath causes regressions on how a MessageContentsList produced by the cxfrs producer is treated. ## Modifications: * Add a new flag called `supportPojoAsMapAndList` to be able to disable the feature if needed. The support is enabled by default * Add a test case in camel-cxf to reproduce to problem * Add more tests into `JsonPathLanguageTest` to have a better code coverage * Add a unit test into `JsonPathLanguageTest` for this particular uses case * Add the flag to the Java DSL -- 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]
