You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2022/11/23 22:05:25 UTC

[camel-k-runtime] branch main updated: Set knative as a know http endpoint (#933)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 43098f3e Set knative as a know http endpoint (#933)
43098f3e is described below

commit 43098f3eb8fe6e3e0ed2abf3f046eca26104ab6a
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Nov 23 19:05:21 2022 -0300

    Set knative as a know http endpoint (#933)
---
 .../main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
index a2728475..40876c1f 100644
--- a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
+++ b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateCatalogMojo.java
@@ -79,6 +79,7 @@ public class GenerateCatalogMojo extends AbstractMojo {
         "cxfrs",
         "grpc",
         "jetty",
+        "knative",
         "netty-http",
         "platform-http",
         "rest",