You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/22 09:53:04 UTC

[camel-kamelets] branch main updated (a5221e5a -> ebfbe8c3)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


    from a5221e5a Upgrade Classgraph to version 4.8.151
     new 4ae84e3d JSLT Action - Fix too many slashes in example of template
     new ebfbe8c3 Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/yaks-tests.yaml                                   | 6 +++---
 kamelets/jslt-action.kamelet.yaml                                   | 2 +-
 .../src/main/resources/kamelets/jslt-action.kamelet.yaml            | 2 +-
 test/aws-ddb-sink/aws-ddb-sink-binding.yaml                         | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)


[camel-kamelets] 01/02: JSLT Action - Fix too many slashes in example of template

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 4ae84e3dc5c7b950cd7a91c9da50bd7e984c7ff0
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Mon Nov 21 18:49:22 2022 +0900

    JSLT Action - Fix too many slashes in example of template
---
 kamelets/jslt-action.kamelet.yaml                                       | 2 +-
 .../camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/jslt-action.kamelet.yaml b/kamelets/jslt-action.kamelet.yaml
index 02973f05..36aa2e42 100644
--- a/kamelets/jslt-action.kamelet.yaml
+++ b/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
index 02973f05..36aa2e42 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/jslt-action.kamelet.yaml
@@ -39,7 +39,7 @@ spec:
         title: Template
         description: The inline template for JSLT Transformation
         type: string
-        example: "file:////template.json"
+        example: "file://template.json"
         pattern: "^(http|https|file|classpath)://.*"
   dependencies:
   - "camel:jslt"


[camel-kamelets] 02/02: Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit ebfbe8c35b302838628ecaac2d8ee2e4e960a9af
Author: Tadayoshi Sato <sa...@gmail.com>
AuthorDate: Tue Nov 22 14:18:33 2022 +0900

    Upgrade to Camel K 1.10.3, YAKS 0.11.0 for yaks tests
---
 .github/workflows/yaks-tests.yaml           | 6 +++---
 test/aws-ddb-sink/aws-ddb-sink-binding.yaml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/yaks-tests.yaml b/.github/workflows/yaks-tests.yaml
index 8dd7007d..46acc626 100644
--- a/.github/workflows/yaks-tests.yaml
+++ b/.github/workflows/yaks-tests.yaml
@@ -41,8 +41,8 @@ concurrency:
   cancel-in-progress: true
 
 env:
-  CAMEL_K_VERSION: 1.8.2
-  YAKS_VERSION: 0.9.0-202203140033
+  CAMEL_K_VERSION: 1.10.3
+  YAKS_VERSION: 0.11.0
   YAKS_IMAGE_NAME: "docker.io/yaks/yaks"
   YAKS_RUN_OPTIONS: "--timeout=15m"
 
@@ -75,7 +75,7 @@ jobs:
         rm -r _kamel
     - name: Get YAKS CLI
       run: |
-        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
+        curl --fail -L --silent https://github.com/citrusframework/yaks/releases/download/v${YAKS_VERSION}/yaks-${YAKS_VERSION}-linux-64bit.tar.gz -o yaks.tar.gz
         mkdir -p _yaks
         tar -zxf yaks.tar.gz --directory ./_yaks
         sudo mv ./_yaks/yaks /usr/local/bin/
diff --git a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
index dd048560..e7ba6d10 100644
--- a/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
+++ b/test/aws-ddb-sink/aws-ddb-sink-binding.yaml
@@ -32,8 +32,8 @@ spec:
     - ref:
         kind: Kamelet
         apiVersion: camel.apache.org/v1alpha1
-        name: log-sink
-        propeties:
+        name: log-action
+        properties:
           showHeaders: true
   sink:
     ref: