This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 6465756 fix(catalog): Declare the webhook component as an HTTP component new 267d290 Merge pull request #140 from astefanutti/pr-01 6465756 is described below commit 6465756104a66c72beb320c386a461249cfb4252 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Wed Sep 11 18:49:47 2019 +0200 fix(catalog): Declare the webhook component as an HTTP component --- .../org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java index 7104673..e5fb4cb 100644 --- a/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java +++ b/tooling/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/processors/CatalogProcessor3x.java @@ -43,6 +43,7 @@ public class CatalogProcessor3x implements CatalogProcessor { "spark-rest", "spring-ws", "undertow", + "webhook", "websocket" );