You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2023/07/27 08:12:01 UTC

[camel-karaf] branch coheigea/californium-bugfix created (now 471d6730)

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

coheigea pushed a change to branch coheigea/californium-bugfix
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


      at 471d6730 Fixing californium feature following upgrade to 2.7.4

This branch includes the following new commits:

     new 471d6730 Fixing californium feature following upgrade to 2.7.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karaf] 01/01: Fixing californium feature following upgrade to 2.7.4

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/californium-bugfix
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 471d6730e8c4442cd83188070f253de7827ed68e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Jul 27 09:11:37 2023 +0100

    Fixing californium feature following upgrade to 2.7.4
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index aa3b4f0f..7d63553d 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -601,7 +601,7 @@
     <bundle dependency='true'>mvn:io.netty/netty-tcnative-classes/${netty-tcnative-classes-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/californium-core/${californium-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/element-connector/${californium-version}$overwrite=merge&amp;Import-Package=net.i2p.crypto.eddsa;resolution:=optional</bundle>
-    <bundle>wrap:mvn:org.eclipse.californium/element-connector-tcp-netty/${californium-version}</bundle>
+    <bundle>wrap:mvn:org.eclipse.californium/element-connector-tcp-netty/${californium-netty-version}</bundle>
     <bundle>wrap:mvn:org.eclipse.californium/scandium/${californium-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-coap/${project.version}</bundle>
   </feature>