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 2020/07/16 10:09:32 UTC

[camel-karaf] branch master updated (0373c58 -> 27afd80)

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 0373c58  Upgrade Solr bundle to version 8.5.1_1
     new 45c3b2c  Added Camel-jsonata Karaf feature
     new dc8081d  Added property placeholder for antlr v4 runtime
     new 9331ba1  Fixed placeholder
     new 27afd80  Regen

The 4 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 ++++-
 platforms/karaf/features/src/main/resources/features.xml | 12 ++++++++++++
 pom.xml                                                  |  1 +
 3 files changed, 17 insertions(+), 1 deletion(-)


[camel-karaf] 03/04: Fixed 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 9331ba1ced8f90b8d58b6c29cf1253bc52c943b4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 16 11:50:21 2020 +0200

    Fixed placeholder
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df71c41..2944b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>
         <antlr-runtime-bundle-version>3.5.2_1</antlr-runtime-bundle-version>
-        <antlr-runtime-v4-version>4.8<antlr-runtime-v4-version>
+        <antlr-runtime-v4-version>4.8</antlr-runtime-v4-version>
         <apache-any23-bundle-version>2.3_1</apache-any23-bundle-version>
         <apache-mime4j-version>0.8.3</apache-mime4j-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>


[camel-karaf] 01/04: Added Camel-jsonata 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 45c3b2c3871db236778b92e94c009a244c642cfd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 16 11:47:13 2020 +0200

    Added Camel-jsonata Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index f1cfdbe..b8cc7b4 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1542,6 +1542,18 @@
     <bundle dependency='true'>wrap:mvn:com.schibsted.spt.data/jslt/${jslt-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-jslt/${project.version}</bundle>
   </feature>
+  <feature name='camel-jsonata' version='${project.version}' start-level='50'>
+    <feature version='${project.version}'>camel-core</feature>
+    <bundle dependency='true'>wrap:mvn:com.ibm.jsonata4java/JSONata4Java/${jsonata4java-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:org.antlr/antlr4-runtime/4.8</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 dependency='true'>mvn:com.google.code.gson/gson/${gson-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.commons/commons-text/${commons-text-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-jsonata/${project.version}</bundle>
+  </feature>
   <feature name='camel-json-validator' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>mvn:com.networknt/json-schema-validator/${networknt-json-schema-validator-version}</bundle>


[camel-karaf] 04/04: 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 27afd80860542304854c910865c6d0296ed9bf4d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 16 12:09:14 2020 +0200

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

diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc
index 42ed8e0..ffcce0b 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: 206 in 206 JAR artifacts (1 deprecated)
+Number of Camel components: 207 in 207 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -332,6 +332,9 @@ Number of Camel components: 206 in 206 JAR artifacts (1 deprecated)
 | xref:components::json-validator-component.adoc[JSON Schema Validator] (camel-json-validator) +
 `json-validator:resourceUri` | 2.20 | Validate JSON payloads using NetworkNT JSON Schema.
 
+| xref:components::jsonata-component.adoc[JSONATA] (camel-jsonata) +
+`jsonata:resourceUri` | 3.5 | JSON to JSON transformation using JSONATA.
+
 | xref:components::jt400-component.adoc[JT400] (camel-jt400) +
 `jt400:userID:password/systemName/objectPath.type` | 1.5 | Exchanges messages with an IBM i system using data queues, message queues, or program call. IBM i is the replacement for AS/400 and iSeries servers.
 


[camel-karaf] 02/04: Added property placeholder for antlr v4 runtime

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 dc8081decdd5a3674034321d38a08437a088bf22
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 16 11:49:18 2020 +0200

    Added property placeholder for antlr v4 runtime
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 pom.xml                                                  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index b8cc7b4..4e1239f 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1545,7 +1545,7 @@
   <feature name='camel-jsonata' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <bundle dependency='true'>wrap:mvn:com.ibm.jsonata4java/JSONata4Java/${jsonata4java-version}</bundle>
-    <bundle dependency='true'>wrap:mvn:org.antlr/antlr4-runtime/4.8</bundle>
+    <bundle dependency='true'>wrap:mvn:org.antlr/antlr4-runtime/${antlr-runtime-v4-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>
diff --git a/pom.xml b/pom.xml
index aadacf4..df71c41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,6 +110,7 @@
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>
         <antlr-runtime-bundle-version>3.5.2_1</antlr-runtime-bundle-version>
+        <antlr-runtime-v4-version>4.8<antlr-runtime-v4-version>
         <apache-any23-bundle-version>2.3_1</apache-any23-bundle-version>
         <apache-mime4j-version>0.8.3</apache-mime4j-version>
         <asciidoctorj-version>2.1.0</asciidoctorj-version>