You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/07 06:31:58 UTC

[camel-karaf] branch master updated (e30c90e -> 21ccfce)

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

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


    from e30c90e  Upgrade Libphonenumber bundle to version 8.12.20_1
     new 14a2bac  Upgrade Json Smart to version 2.4.2
     new bc7775b  CAMEL-16463 - Remove Camel-Chunk Karaf feature
     new af925a1  CAMEL-16464 - Remove Camel-jsonpath karaf feature
     new 65c046e  Removed json-smart version property placeholder
     new 21ccfce  Regen

The 5 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:
 docs/modules/ROOT/pages/components.adoc              |  5 +----
 .../karaf/features/src/main/resources/features.xml   | 20 --------------------
 pom.xml                                              |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

[camel-karaf] 03/05: CAMEL-16464 - Remove Camel-jsonpath karaf feature

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

commit af925a10eb5e1863287d8f617c8235e77f88b758
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:29:04 2021 +0200

    CAMEL-16464 - Remove Camel-jsonpath karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 387d1e3..3e4ab75 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1233,17 +1233,6 @@
     <bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-jsonb_1.0_spec/${geronimo-jsonb-spec-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jsonb/${project.version}</bundle>
   </feature>
-  <feature name='camel-jsonpath' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle>mvn:com.jayway.jsonpath/json-path/${json-path-version}</bundle>
-    <bundle>mvn:net.minidev/json-smart/${json-smart-version}</bundle>
-    <bundle>mvn:net.minidev/accessors-smart/${json-accessors-smart-version}</bundle>
-    <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
-    <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-jsonpath/${project.version}</bundle>
-  </feature>
   <feature name='camel-jt400' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature>transaction</feature>

[camel-karaf] 01/05: Upgrade Json Smart to version 2.4.2

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

commit 14a2bac270149ccb3b28c05c220a411819fe19dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:05:28 2021 +0200

    Upgrade Json Smart to version 2.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7f10cde..755d79e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
         <josql-bundle-version>1.5_5</josql-bundle-version>
         <jsch-bundle-version>0.1.55_1</jsch-bundle-version>
         <json-flattener-version>0.9.0</json-flattener-version>
-        <json-smart-version>2.3</json-smart-version>
+        <json-smart-version>2.4.2</json-smart-version>
         <json-validator-jackson-version>2.12.2</json-validator-jackson-version>
         <jt400-bundle-version>10.5_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>

[camel-karaf] 02/05: CAMEL-16463 - Remove Camel-Chunk Karaf feature

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

commit bc7775b14f65ee095745b05cccf671638e295870
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:28:20 2021 +0200

    CAMEL-16463 - Remove Camel-Chunk Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index a27dd16..387d1e3 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -408,15 +408,6 @@
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-chatscript/${project.version}</bundle>
   </feature>
-  <feature name='camel-chunk' version='${project.version}' start-level='50'>
-    <feature version='${project.version}'>camel-core</feature>
-    <bundle dependency='true'>mvn:commons-io/commons-io/${commons-io-version}</bundle>
-    <bundle dependency='true'>mvn:org.ow2.asm/asm/${asm-version}</bundle>
-    <bundle dependency='true'>mvn:net.minidev/json-smart/${json-smart-version}</bundle>
-    <bundle dependency='true'>mvn:net.minidev/accessors-smart/${json-accessors-smart-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.chunk-templates/${chunk-templates-bundle-version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-chunk/${project.version}</bundle>
-  </feature>
   <feature name='camel-cm-sms' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${cxf-version-range}'>cxf-specs</feature>

[camel-karaf] 04/05: Removed json-smart version property placeholder

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

commit 65c046e2cc816c4a1d6fb3586471d96c63b4ece0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:29:24 2021 +0200

    Removed json-smart version property placeholder
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 755d79e..ab740b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,6 @@
         <josql-bundle-version>1.5_5</josql-bundle-version>
         <jsch-bundle-version>0.1.55_1</jsch-bundle-version>
         <json-flattener-version>0.9.0</json-flattener-version>
-        <json-smart-version>2.4.2</json-smart-version>
         <json-validator-jackson-version>2.12.2</json-validator-jackson-version>
         <jt400-bundle-version>10.5_1</jt400-bundle-version>
         <juel-bundle-version>2.1.3_1</juel-bundle-version>

[camel-karaf] 05/05: Regen

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

commit 21ccfcea3ea2cd07576e73a1fe52e98da56566b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 08:31:22 2021 +0200

    Regen
---
 docs/modules/ROOT/pages/components.adoc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index 76415bb..dfbaab7 100644
--- a/docs/modules/ROOT/pages/components.adoc
+++ b/docs/modules/ROOT/pages/components.adoc
@@ -5,7 +5,7 @@ Apache Camel Karaf supports the following Camel artifacts as Karaf features
 == Camel Components
 
 // components: START
-Number of Camel components: 185 in 185 JAR artifacts (1 deprecated)
+Number of Camel components: 184 in 184 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -71,9 +71,6 @@ Number of Camel components: 185 in 185 JAR artifacts (1 deprecated)
 | xref:components::chatscript-component.adoc[ChatScript] (camel-chatscript) +
 `chatscript:host:port/botName` | 3.0 | Chat with a ChatScript Server.
 
-| xref:components::chunk-component.adoc[Chunk] (camel-chunk) +
-`chunk:resourceUri` | 2.15 | Transform messages using Chunk templating engine.
-
 | xref:components::cm-sms-component.adoc[CM SMS Gateway] (camel-cm-sms) +
 `cm-sms:host` | 2.18 | Send SMS messages via CM SMS Gateway.