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:07 UTC

[camel-kamelets] branch 0.9.x updated (4252debf -> 7f6c6032)

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

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


    from 4252debf Azure Storage Blob Sink: Remove operation parameter, since the kamelet has been developed just for uploadBlockBlob operation
     new 210eb92d Cassandra Kamelets: Consistency Level in source should list only available consistency level for reading
     new 7f6c6032 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] 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 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 210eb92dfe6a32d7ca5b8642bcef16a2a652978c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 13:39:01 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 3f508dc0..729f7130 100644
--- a/kamelets/cassandra-source.kamelet.yaml
+++ b/kamelets/cassandra-source.kamelet.yaml
@@ -74,7 +74,7 @@ spec:
         default: ALL
       consistencyLevel:
         title: Consistency Level
-        description: The consistency level to use. Possible values are ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
+        description: The consistency level to use. Possible values are ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
         type: string
         default: QUORUM
       query:


[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 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 7f6c60325d56e07545d9b1d96c581da63eba84c3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 23 13:39:42 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 3f508dc0..729f7130 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
@@ -74,7 +74,7 @@ spec:
         default: ALL
       consistencyLevel:
         title: Consistency Level
-        description: The consistency level to use. Possible values are ANY, ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
+        description: The consistency level to use. Possible values are ONE, TWO, THREE, QUORUM, ALL, LOCAL_QUORUM, EACH_QUORUM, SERIAL, LOCAL_SERIAL, or LOCAL_ONE.
         type: string
         default: QUORUM
       query: