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:00:52 UTC

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

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

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

commit 67576ffe4fe134d4570383c9dbae1e5563d124a3
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: |-