You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/02 07:49:43 UTC

[camel] branch main updated: camel-jbang - Add cxf-soap/cxf-rest as known dependency by their endpoint FQN class names.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ef6c12cc8f camel-jbang - Add cxf-soap/cxf-rest as known dependency by their endpoint FQN class names.
7ef6c12cc8f is described below

commit 7ef6c12cc8f261993c76b28706323fd106302769
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 2 09:49:25 2022 +0200

    camel-jbang - Add cxf-soap/cxf-rest as known dependency by their endpoint FQN class names.
---
 .../src/main/resources/camel-main-known-dependencies.properties         | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
index 6d6e67500af..3928529973b 100644
--- a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
+++ b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties
@@ -23,3 +23,5 @@ org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.ac
 org.apache.commons.dbcp2.BasicDataSource = org.apache.commons:commons-dbcp2:2.9.0
 org.apache.qpid.jms.JmsConnectionFactory = org.apache.qpid:qpid-jms-client:1.0.0
 org.postgresql.Driver = org.postgresql:postgresql:42.4.0
+org.apache.camel.component.cxf.jaxws.CxfEndpoint = camel:cxf-soap
+org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint = camel:cxf-rest