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/10/16 07:28:03 UTC

[camel] branch master updated (8c45402 -> 938d912)

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.git.


    from 8c45402  Regen for commit e1f27a1b1e84e5659b08202ca1d73c9614c4229a
     new 7f2be1d  Upgrade Vertx to version 3.9.4
     new 71c3759  Sync Properties
     new 938d912  Regen

The 3 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:
 camel-dependencies/pom.xml                                              | 2 +-
 .../resources/org/apache/camel/catalog/dataformats/json-jsonb.json      | 2 +-
 parent/pom.xml                                                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 03/03: 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.git

commit 938d912df18b28fa5b341fda8493781830294f6f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 09:17:53 2020 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/dataformats/json-jsonb.json      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/json-jsonb.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/json-jsonb.json
index f122d2b..412b40f 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/json-jsonb.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/dataformats/json-jsonb.json
@@ -5,7 +5,7 @@
     "title": "JSON JSON-B",
     "description": "Marshal POJOs to JSON and back using JSON-B.",
     "deprecated": false,
-    "firstVersion": "3.6.0",
+    "firstVersion": "3.7.0",
     "label": "dataformat,transformation,json",
     "javaType": "org.apache.camel.component.jsonb.JsonbDataFormat",
     "supportLevel": "Preview",


[camel] 02/03: Sync Properties

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.git

commit 71c37595d92355bbde6956a9a71ba6587286da2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 08:41:26 2020 +0200

    Sync Properties
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index b221ef8..8e7b3ec 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -559,7 +559,7 @@
     <vavr-version>0.10.2</vavr-version>
     <velocity-tools-version>2.0</velocity-tools-version>
     <velocity-version>2.1</velocity-version>
-    <vertx-version>3.9.3</vertx-version>
+    <vertx-version>3.9.4</vertx-version>
     <vysper-version>0.7</vysper-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>
     <web3j-version>3.6.0</web3j-version>


[camel] 01/03: Upgrade Vertx to version 3.9.4

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.git

commit 7f2be1de2118687378339276cd41f81039306cd8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 08:40:58 2020 +0200

    Upgrade Vertx to version 3.9.4
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4795e7d..226c96c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -546,7 +546,7 @@
         <vavr-version>0.10.2</vavr-version>
         <velocity-tools-version>2.0</velocity-tools-version>
         <velocity-version>2.1</velocity-version>
-        <vertx-version>3.9.3</vertx-version>
+        <vertx-version>3.9.4</vertx-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>