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

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 618c1490360e6758e367f015a2b613e2af50c22a
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Tue Jun 22 17:34:05 2021 +0200

    chore: Remove Camel Sources support from Knative trait
---
 deploy/traits.yaml                     | 4 ----
 docs/modules/traits/pages/knative.adoc | 4 ----
 pkg/resources/resources.go             | 4 ++--
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/deploy/traits.yaml b/deploy/traits.yaml
index 9f3ed55..a6f0c73 100755
--- a/deploy/traits.yaml
+++ b/deploy/traits.yaml
@@ -561,10 +561,6 @@ traits:
     description: Enables filtering on events based on the header 
"ce-knativehistory".
       Since this header has been removed in newer versions ofKnative, 
filtering is
       disabled by default.
-  - name: camel-source-compat
-    type: bool
-    description: Enables Knative CamelSource pre 0.15 compatibility fixes 
(will be
-      removed in future versions).
   - name: sink-binding
     type: bool
     description: Allows binding the integration to a sink via a Knative 
SinkBinding
diff --git a/docs/modules/traits/pages/knative.adoc 
b/docs/modules/traits/pages/knative.adoc
index 5f54e1b..6de698a 100755
--- a/docs/modules/traits/pages/knative.adoc
+++ b/docs/modules/traits/pages/knative.adoc
@@ -69,10 +69,6 @@ Can contain simple event types or full Camel URIs (to use a 
specific broker).
 | Enables filtering on events based on the header "ce-knativehistory". Since 
this header has been removed in newer versions of
 Knative, filtering is disabled by default.
 
-| knative.camel-source-compat
-| bool
-| Enables Knative CamelSource pre 0.15 compatibility fixes (will be removed in 
future versions).
-
 | knative.sink-binding
 | bool
 | Allows binding the integration to a sink via a Knative SinkBinding resource.
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index a9a970d..c433238 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -481,9 +481,9 @@ var assets = func() http.FileSystem {
                "/traits.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "traits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 39013,
+                       uncompressedSize: 38850,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x73\x1c\xb9\xf1\xd8\xff\xfa\x14\x28\xfe\x52\xc5\x47\xed\x0e\x29\x3b\x67\x5f\x98\x28\x2e\x9e\xa4\xb3\x79\xa7\x07\x23\xca\xe7\x4a\x29\x57\x5e\xec\x4c\xef\x2e\x44\x0c\x30\x06\x30\xa4\xd6\xa9\x7c\xf7\x14\xba\xf1\x9a\xdd\x21\xb9\xd4\x1d\xaf\x8e\xa9\xd8\x7f\x9c\x48\xce\x34\x1a\x8d\x46\xbf\xbb\xc7\x19\x2e\x9c\x3d\x7d\x36\x65\x8a\xb7\x70\xca\xf8\x62\x21\x94\x70\xeb\x67\x8c\x75\x92\xbb\x85\x36\xed\x29\x5b\x70\x69\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x73\x1c\xb9\xf1\xd8\xff\xfa\x14\x28\xfe\x52\xc5\x47\xed\x0e\xa9\x73\x6c\x5f\x98\x28\x2e\x9e\xa4\xb3\x79\xa7\x07\x23\xca\xe7\x4a\x29\x57\x5e\xec\x4c\xef\x2e\x44\x0c\x30\x06\x30\xa4\xd6\xa9\x7c\xf7\x14\xba\xf1\x9a\xdd\x21\xb9\xd4\x1d\xaf\x8e\xa9\xd8\x7f\x9c\x48\xce\x34\x1a\x8d\x46\xbf\xbb\xc7\x19\x2e\x9c\x3d\x7d\x36\x65\x8a\xb7\x70\xca\xf8\x62\x21\x94\x70\xeb\x67\x8c\x75\x92\xbb\x85\x36\xed\x29\x5b\x70\x69\x
 [...]
                },
        }
        fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{

Reply via email to