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 2021/12/07 09:12:09 UTC

[camel-kamelets] branch main updated (9fa2ddd -> 4695c71)

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 9fa2ddd  Add websocket source
     new 899f335  The remove-property EIP should use name instead of property-name
     new c4df77e  The remove-property EIP should use name instead of property-name
     new b8eb5a5  The remove-property EIP should use name instead of property-name
     new dc285b0  The remove-property EIP should use name instead of property-name
     new 4695c71  The remove-property EIP should use name instead of property-name

The 5 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:
 kamelets/avro-deserialize-action.kamelet.yaml                         | 4 ++--
 kamelets/avro-serialize-action.kamelet.yaml                           | 4 ++--
 kamelets/protobuf-deserialize-action.kamelet.yaml                     | 2 +-
 kamelets/protobuf-serialize-action.kamelet.yaml                       | 2 +-
 .../src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml  | 4 ++--
 .../src/main/resources/kamelets/avro-serialize-action.kamelet.yaml    | 4 ++--
 .../main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml  | 2 +-
 .../main/resources/kamelets/protobuf-serialize-action.kamelet.yaml    | 2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

[camel-kamelets] 01/05: The remove-property EIP should use name instead of property-name

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 899f3355f47b70ef4dcd454a2e38f85b7ffc3d69
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:01 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 kamelets/avro-deserialize-action.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/avro-deserialize-action.kamelet.yaml b/kamelets/avro-deserialize-action.kamelet.yaml
index 40293c1..50518d3 100644
--- a/kamelets/avro-deserialize-action.kamelet.yaml
+++ b/kamelets/avro-deserialize-action.kamelet.yaml
@@ -68,8 +68,8 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightAvroSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-property:
-          property-name: validate
+          name: validate
       - remove-header:
           name: "Content-Type"

[camel-kamelets] 04/05: The remove-property EIP should use name instead of property-name

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 dc285b0a91e05c2e3e362c6efa30691996adacc2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:58 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 kamelets/protobuf-serialize-action.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/protobuf-serialize-action.kamelet.yaml b/kamelets/protobuf-serialize-action.kamelet.yaml
index af1e859..b5983db 100644
--- a/kamelets/protobuf-serialize-action.kamelet.yaml
+++ b/kamelets/protobuf-serialize-action.kamelet.yaml
@@ -57,7 +57,7 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - set-header:
           name: "Content-Type"
           constant: "application/protobuf"

[camel-kamelets] 03/05: The remove-property EIP should use name instead of property-name

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 b8eb5a599fba44e0844350331f6cb660f6cf81d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:43 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 kamelets/protobuf-deserialize-action.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/protobuf-deserialize-action.kamelet.yaml b/kamelets/protobuf-deserialize-action.kamelet.yaml
index e9f08ff..f6d469e 100644
--- a/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ b/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -57,6 +57,6 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-header:
           name: "Content-Type"

[camel-kamelets] 02/05: The remove-property EIP should use name instead of property-name

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 c4df77e1464251e8a33da234b3beea9a2e6063a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:57:24 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 kamelets/avro-serialize-action.kamelet.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kamelets/avro-serialize-action.kamelet.yaml b/kamelets/avro-serialize-action.kamelet.yaml
index dc09de3..643c1c2 100644
--- a/kamelets/avro-serialize-action.kamelet.yaml
+++ b/kamelets/avro-serialize-action.kamelet.yaml
@@ -68,9 +68,9 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightAvroSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-property:
-          property-name: validate
+          name: validate
       - set-header:
           name: "Content-Type"
           constant: "application/avro"

[camel-kamelets] 05/05: The remove-property EIP should use name instead of property-name

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 4695c719174ebea455401edc4286afa44ace5ee1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 7 09:59:15 2021 +0100

    The remove-property EIP should use name instead of property-name
---
 .../src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml  | 4 ++--
 .../src/main/resources/kamelets/avro-serialize-action.kamelet.yaml    | 4 ++--
 .../main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml  | 2 +-
 .../main/resources/kamelets/protobuf-serialize-action.kamelet.yaml    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml
index 40293c1..50518d3 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/avro-deserialize-action.kamelet.yaml
@@ -68,8 +68,8 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightAvroSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-property:
-          property-name: validate
+          name: validate
       - remove-header:
           name: "Content-Type"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml
index dc09de3..643c1c2 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/avro-serialize-action.kamelet.yaml
@@ -68,9 +68,9 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightAvroSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-property:
-          property-name: validate
+          name: validate
       - set-header:
           name: "Content-Type"
           constant: "application/avro"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
index e9f08ff..f6d469e 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/protobuf-deserialize-action.kamelet.yaml
@@ -57,6 +57,6 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - remove-header:
           name: "Content-Type"
diff --git a/library/camel-kamelets/src/main/resources/kamelets/protobuf-serialize-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/protobuf-serialize-action.kamelet.yaml
index af1e859..b5983db 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/protobuf-serialize-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/protobuf-serialize-action.kamelet.yaml
@@ -57,7 +57,7 @@ spec:
             unmarshalTypeName: com.fasterxml.jackson.databind.JsonNode
             schemaResolver: "#class:org.apache.camel.kamelets.utils.serialization.InflightProtobufSchemaResolver"
       - remove-property:
-          property-name: schema
+          name: schema
       - set-header:
           name: "Content-Type"
           constant: "application/protobuf"