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 09:43:54 UTC

[camel] branch regen_bot_3x updated (37c6194872b -> 6a3bdada7b1)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot_3x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 37c6194872b Fixed CS
     add 6a3bdada7b1 CAMEL-19257: deep serialize only safe data types (#9830)

No new revisions were added by this update.

Summary of changes:
 .../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 +++
 7 files changed, 176 insertions(+), 1 deletion(-)
 create mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/JsltSafeSerializationTest.java
 create mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/SafeBean.java
 create mode 100644 components/camel-jslt/src/test/java/org/apache/camel/component/jslt/UnsafeBean.java
 create mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/input.json
 create mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/output.json
 create mode 100644 components/camel-jslt/src/test/resources/org/apache/camel/component/jslt/serialization/transformation.jslt