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 13:03:11 UTC

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

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 1d7a143  Infinispan Source Kamelet: Add better description for Event Types and default value
     new 52e924c  Do not use kamelet-reify anymore - Infinispan Source
     new 1bdff83  Do not use kamelet-reify anymore - Infinispan Source

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

[camel-kamelets] 01/02: Do not use kamelet-reify anymore - Infinispan Source

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 52e924c1bcd4aafeabaf62a5d62188d9bf849f3e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 23 13:55:14 2021 +0100

    Do not use kamelet-reify anymore - Infinispan Source
---
 infinispan-source.kamelet.yaml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/infinispan-source.kamelet.yaml b/infinispan-source.kamelet.yaml
index b0874f5..bb70dc6 100644
--- a/infinispan-source.kamelet.yaml
+++ b/infinispan-source.kamelet.yaml
@@ -11,15 +11,6 @@ metadata:
     camel.apache.org/kamelet.group: "Infinispan"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBpZD0iYXJ0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAyNCAyMTUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMGIyNTQ1O30uY2xzLTJ7ZmlsbDojNTk5ZmM2O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjI5Ny4yNCIgeT0iMS45OCIgd2lkdGg9IjExLjkiIGhlaWdodD0iMTU4LjEyIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzk1LjI1LDY0Ljg4Yy03LjgxLTkuNDUtMTguOS0xNC4yNC0zMy0xNC4yNC0xMy43NywwLTI0LjczLDQuNzUtMzIuNjQsMTQuMTFWNTIuMzlIMz [...]
 spec:
-  sources:
-    - content: |-
-        public class InfinispanWorkaround extends org.apache.camel.builder.RouteBuilder {
-          @Override
-          public void configure() throws Exception {
-            getContext().setAutowiredEnabled(false);
-          }
-        }
-      name: InfinispanWorkaround.java
   definition:
     title: "Infinispan Source"
     description: |-

[camel-kamelets] 02/02: Do not use kamelet-reify anymore - Infinispan Source

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

    Do not use kamelet-reify anymore - Infinispan Source
---
 .../src/main/resources/kamelets/infinispan-source.kamelet.yaml   | 9 ---------
 1 file changed, 9 deletions(-)

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 b0874f5..bb70dc6 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
@@ -11,15 +11,6 @@ metadata:
     camel.apache.org/kamelet.group: "Infinispan"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyBpZD0iYXJ0d29yayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAyNCAyMTUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMGIyNTQ1O30uY2xzLTJ7ZmlsbDojNTk5ZmM2O308L3N0eWxlPjwvZGVmcz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjI5Ny4yNCIgeT0iMS45OCIgd2lkdGg9IjExLjkiIGhlaWdodD0iMTU4LjEyIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzk1LjI1LDY0Ljg4Yy03LjgxLTkuNDUtMTguOS0xNC4yNC0zMy0xNC4yNC0xMy43NywwLTI0LjczLDQuNzUtMzIuNjQsMTQuMTFWNTIuMzlIMz [...]
 spec:
-  sources:
-    - content: |-
-        public class InfinispanWorkaround extends org.apache.camel.builder.RouteBuilder {
-          @Override
-          public void configure() throws Exception {
-            getContext().setAutowiredEnabled(false);
-          }
-        }
-      name: InfinispanWorkaround.java
   definition:
     title: "Infinispan Source"
     description: |-