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 16:53:57 UTC

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

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 061887e533c Regen
     add e6b96877d21 Upgrade to jslt 0.1.14
     add 050af52b29f CAMEL-19257: deep serialize only safe data types (#9830)
     add d3e41ee19b1 Regen SBOM from commit 050af52b29fd707c4289fc30a931d2ccdf66eb4d

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |    2 +-
 camel-sbom/camel-sbom.json                         | 4489 ++++++++++----------
 camel-sbom/camel-sbom.xml                          | 3773 ++++++++--------
 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 +-
 12 files changed, 4283 insertions(+), 4165 deletions(-)
 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