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 2023/03/23 12:44:20 UTC

[camel-kamelets] branch 3.x updated (12de6152 -> bea4d5da)

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

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


    from 12de6152 Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
     new 687f0bb9 Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
     new bea4d5da Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading

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:
 kamelets/cassandra-source.kamelet.yaml                                  | 2 +-
 .../src/main/resources/kamelets/cassandra-source.kamelet.yaml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel-kamelets] 02/02: Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading

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

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

commit bea4d5da93a4644d136598250b3b775a9b086b37
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 13:34:52 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/cassandra-source.kamelet.yaml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml
index c90220fd..5dcdfe91 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/cassandra-source.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
         description: The consistency level to use.
         type: string
         default: QUORUM
-        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
+        enum: ["ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
       query:
         title: Query
         description: The query to execute against the Cassandra cluster table.


[camel-kamelets] 01/02: Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading

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

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

commit 687f0bb95d9dab48c70d177218738abf9d4401db
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 13:33:37 2023 +0100

    Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/cassandra-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/cassandra-source.kamelet.yaml b/kamelets/cassandra-source.kamelet.yaml
index c90220fd..5dcdfe91 100644
--- a/kamelets/cassandra-source.kamelet.yaml
+++ b/kamelets/cassandra-source.kamelet.yaml
@@ -79,7 +79,7 @@ spec:
         description: The consistency level to use.
         type: string
         default: QUORUM
-        enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
+        enum: ["ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
       query:
         title: Query
         description: The query to execute against the Cassandra cluster table.