This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 0506369 CAMEL-16462: camel-core - Optimize Splitter EIP to reduce
object allocations.
add 3512e9b CAMEL-16459 jsonpath: If used after platform-http-vertx, it
causes PathNotFoundException (#5299)
No new revisions were added by this update.
Summary of changes:
components/camel-jsonpath/pom.xml | 12 ++-
.../org/apache/camel/jsonpath/JsonPathEngine.java | 8 +-
.../camel/jsonpath/JsonPathPlatformHttpTest.java | 92 ++++++++++++++++++++++
.../ROOT/pages/camel-3x-upgrade-guide-3_10.adoc | 9 +++
4 files changed, 116 insertions(+), 5 deletions(-)
create mode 100644
components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathPlatformHttpTest.java