This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch worktree-dataweave-to-datasonnet
in repository https://gitbox.apache.org/repos/asf/camel.git
omit fdba9c2ad73f Fix license plugin failure for .dwl test resources
omit 468aa4f5ce5f Fix bugs found during code review
omit 2d79aeb13af4 Add DataWeave to DataSonnet transpiler in camel-jbang
add b370ee32b5e2 Downgrade hazelcast to 5.4.0 (see CAMEL-22041) (#22155)
add 65a20614fe09 Regen SBOM from commit
b370ee32b5e2761db57002871b59ac6ed06d5f47 (#22174)
add b528331a6ba0 chore(camel-test-infra-mongodb): upgrade
mongodb.container to 7.0.31-jammy
add a0a099410450 chore(deps): Bump org.mnode.ical4j:ical4j from 4.2.3 to
4.2.4 (#22185)
add a5bfe0a81e34 chore(deps): Bump jackson2-version from 2.21.1 to 2.21.2
(#22183)
add b405a4e1c482 chore(deps): Bump aws-java-sdk2-version from 2.42.17 to
2.42.18
add 8629043381d0 CAMEL-23227: Enhance camel-datasonnet with utility
functions and standard library
add f7896c4c756f Add DataWeave to DataSonnet transpiler in camel-jbang
add bbda6276e326 Fix bugs found during code review
add 7f3252e006b3 Fix license plugin failure for .dwl test resources
add 612428aba01a CAMEL-23228: Fix TODOs in DataWeave to DataSonnet
transpiler
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 (fdba9c2ad73f)
\
N -- N -- N refs/heads/worktree-dataweave-to-datasonnet
(612428aba01a)
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.
No new revisions were added by this update.
Summary of changes:
camel-sbom/camel-sbom.json | 14602 ++++++++++---------
camel-sbom/camel-sbom.xml | 12484 ++++++++--------
.../src/main/docs/datasonnet-language.adoc | 133 +
.../org/apache/camel/language/datasonnet/CML.java | 267 +-
.../src/main/resources/camel.libsonnet | 72 +
.../language/datasonnet/CamelLibsonnetTest.java | 269 +
.../language/datasonnet/CmlFunctionsTest.java | 333 +
.../commands/transform/DataWeaveConverter.java | 53 +-
.../commands/transform/DataWeaveConverterTest.java | 31 +
parent/pom.xml | 11 +-
.../infra/mongodb/services/container.properties | 2 +-
11 files changed, 15060 insertions(+), 13197 deletions(-)
create mode 100644
components/camel-datasonnet/src/main/resources/camel.libsonnet
create mode 100644
components/camel-datasonnet/src/test/java/org/apache/camel/language/datasonnet/CamelLibsonnetTest.java
create mode 100644
components/camel-datasonnet/src/test/java/org/apache/camel/language/datasonnet/CmlFunctionsTest.java