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/08 12:56:25 UTC

[camel-karaf] branch main updated (f3d5d2a9 -> 11df5f0b)

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

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


    from f3d5d2a9 [create-pull-request] automated change (#178)
     new b189201f CAMEL-18365: camel-jsonpath - Upgrade to 2.7
     new 11df5f0b Fixed wrong feature name

The 2 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.


Summary of changes:
 platforms/karaf/features/src/main/resources/features.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


[camel-karaf] 01/02: CAMEL-18365: camel-jsonpath - Upgrade to 2.7

Posted by da...@apache.org.
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-karaf.git

commit b189201fbb31bea942329753e581e0d089863717
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 8 14:56:08 2022 +0200

    CAMEL-18365: camel-jsonpath - Upgrade to 2.7
---
 platforms/karaf/features/src/main/resources/features.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index bdf23470..0c940dca 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1316,8 +1316,7 @@
   </feature>
   <feature name='camel-jsonpath' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <!-- json-path 2.5 and 2.6 does not work with OSGi -->
-    <bundle>mvn:com.jayway.jsonpath/json-path/2.4.0</bundle>
+    <bundle>mvn:com.jayway.jsonpath/json-path/${json-path-version}</bundle>
     <bundle dependency='true'>mvn:net.minidev/json-smart/${json-smart-version}</bundle>
     <bundle dependency='true'>mvn:net.minidev/accessors-smart/${json-smart-version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm.bundle.version}</bundle>


[camel-karaf] 02/02: Fixed wrong feature name

Posted by da...@apache.org.
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-karaf.git

commit 11df5f0b5885ffd303bd817c1017a3d8889d6929
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 8 14:56:18 2022 +0200

    Fixed wrong feature name
---
 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 0c940dca..fb2eabe4 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1297,7 +1297,7 @@
     <bundle dependency='true'>wrap:mvn:com.github.jasminb/jsonapi-converter/${jasminb-jsonapi-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jsonapi/${project.version}</bundle>
   </feature>
-  <feature name='camel-xxx-jsonb' version='${project.version}' start-level='50'>
+  <feature name='camel-jsonb' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm.bundle.version}</bundle>
     <bundle dependency='true'>mvn:org.ow2.asm/asm-analysis/${asm.bundle.version}</bundle>