You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/04/09 08:43:15 UTC

[camel] branch regen_bot updated (050af52b29f -> 061887e533c)

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


    omit 050af52b29f CAMEL-19257: deep serialize only safe data types (#9830)
    omit e6b96877d21 Upgrade to jslt 0.1.14

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/regen_bot (061887e533c)
            \
             O -- O -- O   (050af52b29f)

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

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |  2 +-
 components/camel-jslt/pom.xml                      |  5 --
 .../apache/camel/component/jslt/JsltEndpoint.java  | 43 +-------------
 .../component/jslt/JsltSafeSerializationTest.java  | 67 ----------------------
 .../org/apache/camel/component/jslt/SafeBean.java  | 29 ----------
 .../apache/camel/component/jslt/UnsafeBean.java    | 29 ----------
 .../camel/component/jslt/serialization/input.json  |  1 -
 .../camel/component/jslt/serialization/output.json |  1 -
 .../jslt/serialization/transformation.jslt         |  7 ---
 parent/pom.xml                                     |  2 +-
 10 files changed, 3 insertions(+), 183 deletions(-)
 delete mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/JsltSafeSerializationTest.java
 delete mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/SafeBean.java
 delete mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/UnsafeBean.java
 delete mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/input.json
 delete mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/output.json
 delete mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/transformation.jslt