jam01 opened a new pull request #3913: URL: https://github.com/apache/camel/pull/3913
When using jsonpath as a predicate in a CBR the StreamCache is not reset and therefore the content is lost. The first commit adds a failing JsonPathStreamCachingCBRTest which is just a copy of JsonPathCBRTest with streaming. The second commit adds `StreamCache.reset()`s wherever it seemed appropriate after reading the content. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
