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

davsclaus pushed a change to branch feature/CAMEL-23530-dataweave-component
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 908a6dd8cfe4 CAMEL-23530: Move DataWeave parser to camel-dataweave 
component for reuse
     add cce9b1d74a19 CAMEL-23530: Auto-detect DataWeave scripts in DataSonnet 
language

No new revisions were added by this update.

Summary of changes:
 components/camel-datasonnet/pom.xml                |  4 ++
 .../src/main/docs/datasonnet-language.adoc         | 84 ++++++++++++++++++++--
 .../language/datasonnet/DatasonnetLanguage.java    | 27 +++++++
 .../datasonnet/DataWeaveAutoDetectTest.java        | 67 +++++++++++++++++
 .../src/test/resources/simpleMapping.dwl           |  7 ++
 5 files changed, 182 insertions(+), 7 deletions(-)
 create mode 100644 
components/camel-datasonnet/src/test/java/org/apache/camel/language/datasonnet/DataWeaveAutoDetectTest.java
 create mode 100644 
components/camel-datasonnet/src/test/resources/simpleMapping.dwl

Reply via email to