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/11/23 12:53:48 UTC

[camel-kamelets] branch main updated (e94e261 -> 1d7a143)

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 e94e261  Do not use kamelet-reify anymore - Infinispan Source
     new 34126f1  Infinispan Source Kamelet: Add better description for Event Types and default value
     new 0c8bb4a  Infinispan Source Kamelet: Add better description for Event Types and default value
     new 1d7a143  Infinispan Source Kamelet: Add better description for Event Types and default value

The 3 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:
 docs/modules/ROOT/pages/infinispan-source.adoc                        | 2 +-
 infinispan-source.kamelet.yaml                                        | 4 +++-
 .../src/main/resources/kamelets/infinispan-source.kamelet.yaml        | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

[camel-kamelets] 02/03: Infinispan Source Kamelet: Add better description for Event Types and default value

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 0c8bb4a107b87eda28ec548e006c0e1b18ce4c81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 13:47:31 2021 +0100

    Infinispan Source Kamelet: Add better description for Event Types and default value
---
 .../src/main/resources/kamelets/infinispan-source.kamelet.yaml        | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/infinispan-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/infinispan-source.kamelet.yaml
index 7fd38ba..b0874f5 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/infinispan-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/infinispan-source.kamelet.yaml
@@ -77,8 +77,10 @@ spec:
         default: "infinispan"
       eventTypes:
         title: Infinispan Cluster Name
-        description: Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
+        description: Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
         type: string
+        example: "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED"
+        default: "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER"
   dependencies:
     - "camel:kamelet"
     - "camel:core"

[camel-kamelets] 03/03: Infinispan Source Kamelet: Add better description for Event Types and default value

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 1d7a14387bcc08549dc13111cfa389d43b4a0f3e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 13:49:29 2021 +0100

    Infinispan Source Kamelet: Add better description for Event Types and default value
---
 docs/modules/ROOT/pages/infinispan-source.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/infinispan-source.adoc b/docs/modules/ROOT/pages/infinispan-source.adoc
index b0f64b5..abc25dd 100644
--- a/docs/modules/ROOT/pages/infinispan-source.adoc
+++ b/docs/modules/ROOT/pages/infinispan-source.adoc
@@ -18,7 +18,7 @@ The following table summarizes the configuration options available for the `infi
 | *hosts {empty}* *| Hosts| Specifies the host of the cache on Infinispan instance| String| | 
 | *password {empty}* *| Password| Password to connect to Infinispan.| string| | 
 | *username {empty}* *| Username| Username to connect to Infinispan.| string| | 
-| eventTypes| Infinispan Cluster Name| Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER| string| | 
+| eventTypes| Infinispan Cluster Name| Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER| string| `"CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER"`| `"CLIENT_CACHE_ENTRY_CREA [...]
 | saslMechanism| SASL Mechanism| The SASL Mechanism to use| String| `"DIGEST-MD5"`| 
 | secure| Secure| If the Infinispan instance is secured or not| boolean| `true`| 
 | securityRealm| Security Realm| Define the security realm to access the infinispan instance| string| `"default"`| 

[camel-kamelets] 01/03: Infinispan Source Kamelet: Add better description for Event Types and default value

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 34126f14333d2193c40998df9e30e71d818fdec7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 13:46:39 2021 +0100

    Infinispan Source Kamelet: Add better description for Event Types and default value
---
 infinispan-source.kamelet.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/infinispan-source.kamelet.yaml b/infinispan-source.kamelet.yaml
index 7fd38ba..b0874f5 100644
--- a/infinispan-source.kamelet.yaml
+++ b/infinispan-source.kamelet.yaml
@@ -77,8 +77,10 @@ spec:
         default: "infinispan"
       eventTypes:
         title: Infinispan Cluster Name
-        description: Specifies the set of event types to register by the consumer.Multiple event can be separated by comma. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
+        description: Specifies the set of event types to register by the consumer. Multiple event can be separated by comma without spaces. The possible event types are CLIENT_CACHE_ENTRY_CREATED, CLIENT_CACHE_ENTRY_MODIFIED, CLIENT_CACHE_ENTRY_REMOVED, CLIENT_CACHE_ENTRY_EXPIRED, CLIENT_CACHE_FAILOVER
         type: string
+        example: "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED"
+        default: "CLIENT_CACHE_ENTRY_CREATED,CLIENT_CACHE_ENTRY_MODIFIED,CLIENT_CACHE_ENTRY_REMOVED,CLIENT_CACHE_ENTRY_EXPIRED,CLIENT_CACHE_FAILOVER"
   dependencies:
     - "camel:kamelet"
     - "camel:core"