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


 discard 9a4b960f71a Regen for commit a7a21391a3d726baf96d38ca1d6b3ac70775bf2b
     add bbcae467c94 CAMEL-18050: camel-jbang - Package uber jar without first 
run
     add 7a5be7395ce CAMEL-17956: use registered ObjectMapper when parsing 
json. (#7544)
     new 99e25cbefc3 Regen for commit 7a5be7395ce3f89bd3da1a980715184b23d40a8a

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a4b960f71a)
            \
             N -- N -- N   refs/heads/regen_bot (99e25cbefc3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/camel/jsonpath/JsonPathEngine.java  |  25 ++++-
 .../apache/camel/jsonpath/JsonPathExpression.java  |   2 +-
 .../apache/camel/jsonpath/CustomObjectMapper.java} |  11 ++-
 .../camel/jsonpath/JsonPathCustomMapperTest.java   | 102 +++++++++++++++++++++
 ...=> SpringJsonPathCustomReadMapperBeanTest.java} |  30 +++---
 .../src/test/resources/bignumbers.json             |  11 +++
 ... => SpringJsonPathCustomReadMapperBeanTest.xml} |   7 +-
 .../apache/camel/dsl/jbang/core/commands/Run.java  |   3 +-
 8 files changed, 168 insertions(+), 23 deletions(-)
 copy 
components/{camel-jackson/src/test/java/org/apache/camel/component/jackson/MyJsonObjectMapper.java
 => 
camel-jsonpath/src/test/java/org/apache/camel/jsonpath/CustomObjectMapper.java} 
(75%)
 create mode 100644 
components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/JsonPathCustomMapperTest.java
 copy 
components/camel-jsonpath/src/test/java/org/apache/camel/jsonpath/{SpringJsonPathSplitWriteAsStringTest.java
 => SpringJsonPathCustomReadMapperBeanTest.java} (57%)
 create mode 100644 components/camel-jsonpath/src/test/resources/bignumbers.json
 copy 
components/camel-jsonpath/src/test/resources/org/apache/camel/jsonpath/{SpringJsonPathSplitWriteAsStringTest.xml
 => SpringJsonPathCustomReadMapperBeanTest.xml} (89%)

Reply via email to