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:50:56 UTC

[camel] branch camel-3.18.x 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 camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 2f25e64c8662e246db5d568327cc1b7c322debd9
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.
---
 .../main/resources/camel-main-known-dependencies.properties    | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

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 875c4688816..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
@@ -15,11 +15,13 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 
-com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.7
+com.amazon.redshift.jdbc.Driver = com.amazon.redshift:redshift-jdbc42:2.1.0.9
 com.microsoft.sqlserver.jdbc.SQLServerDriver = com.microsoft.sqlserver:mssql-jdbc:10.2.0.jre11
-com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.29
+com.mysql.cj.jdbc.Driver = mysql:mysql-connector-java:8.0.30
 net.sf.saxon.xpath.XPathFactoryImpl = camel:saxon
-org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jms-client-all:2.22.0
+org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory = org.apache.activemq:artemis-jms-client-all:2.23.1
 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.3.6
+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