You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2018/11/14 10:52:11 UTC

[camel-k] branch master updated (28fa600 -> 612142d)

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

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


    from 28fa600  Add automatic configuration to Knative endpoints
     new 98675df  chore(runtime) : add a java rest example with restlet
     new e490506  chore(dependencies): update kotlin to v1.3.10
     new cb8bdeb  chore(dependencies): update camel to v2.22.2
     new 26551ed  chore(dependencies): update camel to v2.22.2
     new 67c4ca8  chore(dependencies): update to maven 3.6.0
     new b92bcf0  chore(dependencies): update to maven 3.6.0
     new a6fe714  chore(runtime): configure maven surefire plugin
     new 612142d  chore(runtime): replace test logging configuration via properties with xml configuiration for camel-knative submodule

The 8 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:
 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 deploy/camel-catalog.yaml                          | 484 ++++++++++-----------
 .../src/test/resources/log4j2-test.xml             |   0
 .../src/test/resources/log4j2.properties           |   7 -
 runtime/dependency-lister/pom.xml                  |   6 +-
 runtime/examples/RestWithRestlet.java              |  21 +
 runtime/kotlin/pom.xml                             |   1 -
 runtime/pom.xml                                    |   9 +-
 8 files changed, 274 insertions(+), 256 deletions(-)
 copy runtime/{jvm => camel-knative}/src/test/resources/log4j2-test.xml (100%)
 delete mode 100644 runtime/camel-knative/src/test/resources/log4j2.properties
 create mode 100644 runtime/examples/RestWithRestlet.java


[camel-k] 06/08: chore(dependencies): update to maven 3.6.0

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b92bcf0664e56457eda455d611b36d6fd969121b
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:19:30 2018 +0100

    chore(dependencies): update to maven 3.6.0
---
 .mvn/wrapper/maven-wrapper.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
index a5fcc11..b6e6781 100755
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip
\ No newline at end of file
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
\ No newline at end of file


[camel-k] 02/08: chore(dependencies): update kotlin to v1.3.10

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit e49050647ec4371229ef7162d9df740d92dbca4d
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:12:22 2018 +0100

    chore(dependencies): update kotlin to v1.3.10
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4f05606..81ada28 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -44,7 +44,7 @@
         <log4j2.version>2.11.1</log4j2.version>
         <slf4j.version>1.7.25</slf4j.version>
         <groovy.version>2.4.15</groovy.version>
-        <kotlin.version>1.3.0</kotlin.version>
+        <kotlin.version>1.3.10</kotlin.version>
         <snakeyaml.version>1.23</snakeyaml.version>
         <spock.version>1.0-groovy-2.4</spock.version>
         <jackson.version>2.9.7</jackson.version>


[camel-k] 07/08: chore(runtime): configure maven surefire plugin

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit a6fe714b97b9565d620c571e988f007d2b623417
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:28:15 2018 +0100

    chore(runtime): configure maven surefire plugin
---
 runtime/kotlin/pom.xml | 1 -
 runtime/pom.xml        | 5 +++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index 0c0f706..8a0db06 100644
--- a/runtime/kotlin/pom.xml
+++ b/runtime/kotlin/pom.xml
@@ -109,7 +109,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven-surefire-plugin.version}</version>
                 <configuration>
                     <useSystemClassLoader>false</useSystemClassLoader>
                     <forkCount>0</forkCount>
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 4846d30..5c28d0b 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -87,6 +87,11 @@
                         </compilerArgs>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>${maven-surefire-plugin.version}</version>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>


[camel-k] 03/08: chore(dependencies): update camel to v2.22.2

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit cb8bdeb2a503a93f116d953dab9b2d04b004536a
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:13:20 2018 +0100

    chore(dependencies): update camel to v2.22.2
---
 runtime/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/pom.xml b/runtime/pom.xml
index 81ada28..4846d30 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -33,7 +33,7 @@
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>
 
-        <camel.version>2.22.1</camel.version>
+        <camel.version>2.22.2</camel.version>
         <junit.version>4.12</junit.version>
         <junit-jupiter.version>5.3.1</junit-jupiter.version>
         <joor.version>0.9.9</joor.version>


[camel-k] 05/08: chore(dependencies): update to maven 3.6.0

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 67c4ca8c142ef5806ec09900f8bb1e51e3ce9b11
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:18:02 2018 +0100

    chore(dependencies): update to maven 3.6.0
---
 runtime/dependency-lister/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index 1c4bfa7..0810fc0 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>3.5.4</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.5.2</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>3.5.4</version>
+      <version>3.6.0</version>
       <exclusions>
         <exclusion>
           <groupId>*</groupId>


[camel-k] 01/08: chore(runtime) : add a java rest example with restlet

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 98675df75a98a41c0fb942120098c7ceb1b29f47
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:10:41 2018 +0100

    chore(runtime) : add a java rest example with restlet
---
 runtime/examples/RestWithRestlet.java | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/runtime/examples/RestWithRestlet.java b/runtime/examples/RestWithRestlet.java
new file mode 100644
index 0000000..16c77c7
--- /dev/null
+++ b/runtime/examples/RestWithRestlet.java
@@ -0,0 +1,21 @@
+//
+// To run this integrations use:
+//
+//     kamel run --name=rest-with-restlet --dependency=camel-restlet runtime/examples/RestWithRestlet.java
+//
+public class RestWithRestlet extends org.apache.camel.builder.RouteBuilder {
+    @Override
+    public void configure() throws Exception {
+        restConfiguration()
+            .component("restlet")
+            .host("localhost")
+            .port("8080");
+
+        rest()
+            .get("/hello")
+            .to("direct:hello");
+
+        from("direct:hello")
+            .transform().simple("Hello World");
+    }
+}
\ No newline at end of file


[camel-k] 08/08: chore(runtime): replace test logging configuration via properties with xml configuiration for camel-knative submodule

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 612142d9a44aecf140f911d47da7d36e50e3848d
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:29:34 2018 +0100

    chore(runtime): replace test logging configuration via properties with xml configuiration for camel-knative submodule
---
 .../camel-knative/src/test/resources/log4j2-test.xml    | 17 +++++++++++++++++
 .../camel-knative/src/test/resources/log4j2.properties  |  7 -------
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/runtime/camel-knative/src/test/resources/log4j2-test.xml b/runtime/camel-knative/src/test/resources/log4j2-test.xml
new file mode 100644
index 0000000..9af8521
--- /dev/null
+++ b/runtime/camel-knative/src/test/resources/log4j2-test.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Configuration status="INFO">
+  <Appenders>
+    <Console name="STDOUT" target="SYSTEM_OUT">
+      <PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS}|%-5level|%t|%c{1} - %msg%n"/>
+    </Console>
+    <Null name="NONE"/>
+  </Appenders>
+
+  <Loggers>
+    <Root level="INFO">
+      <!--<AppenderRef ref="STDOUT"/>-->
+      <AppenderRef ref="NONE"/>
+    </Root>
+  </Loggers>
+
+</Configuration>
\ No newline at end of file
diff --git a/runtime/camel-knative/src/test/resources/log4j2.properties b/runtime/camel-knative/src/test/resources/log4j2.properties
deleted file mode 100644
index 9d5f10e..0000000
--- a/runtime/camel-knative/src/test/resources/log4j2.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-appender.console.type = Console
-appender.console.name = console
-appender.console.layout.type = PatternLayout
-appender.console.layout.pattern = [%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n
-
-rootLogger.level = INFO
-rootLogger.appenderRef.stdout.ref = console
\ No newline at end of file


[camel-k] 04/08: chore(dependencies): update camel to v2.22.2

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 26551ed01d8f30a4c1771d1ee9f2c6ad5f780e27
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Nov 14 11:17:41 2018 +0100

    chore(dependencies): update camel to v2.22.2
---
 deploy/camel-catalog.yaml | 484 +++++++++++++++++++++++-----------------------
 1 file changed, 242 insertions(+), 242 deletions(-)

diff --git a/deploy/camel-catalog.yaml b/deploy/camel-catalog.yaml
index 36a3330..2e1f5e1 100644
--- a/deploy/camel-catalog.yaml
+++ b/deploy/camel-catalog.yaml
@@ -2,7 +2,7 @@ artifacts:
   camel-ahc:
     groupId: org.apache.camel
     artifactId: camel-ahc
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ahc
     languages: []
@@ -10,7 +10,7 @@ artifacts:
   camel-ahc-ws:
     groupId: org.apache.camel
     artifactId: camel-ahc-ws
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ahc-ws
     - ahc-wss
@@ -19,7 +19,7 @@ artifacts:
   camel-amqp:
     groupId: org.apache.camel
     artifactId: camel-amqp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - amqp
     languages: []
@@ -27,7 +27,7 @@ artifacts:
   camel-apns:
     groupId: org.apache.camel
     artifactId: camel-apns
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - apns
     languages: []
@@ -35,7 +35,7 @@ artifacts:
   camel-as2:
     groupId: org.apache.camel
     artifactId: camel-as2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - as2
     languages: []
@@ -43,7 +43,7 @@ artifacts:
   camel-asterisk:
     groupId: org.apache.camel
     artifactId: camel-asterisk
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - asterisk
     languages: []
@@ -51,7 +51,7 @@ artifacts:
   camel-atmos:
     groupId: org.apache.camel
     artifactId: camel-atmos
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - atmos
     languages: []
@@ -59,7 +59,7 @@ artifacts:
   camel-atmosphere-websocket:
     groupId: org.apache.camel
     artifactId: camel-atmosphere-websocket
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - atmosphere-websocket
     languages: []
@@ -67,7 +67,7 @@ artifacts:
   camel-atom:
     groupId: org.apache.camel
     artifactId: camel-atom
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - atom
     languages: []
@@ -75,7 +75,7 @@ artifacts:
   camel-atomix:
     groupId: org.apache.camel
     artifactId: camel-atomix
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - atomix-map
     - atomix-messaging
@@ -88,7 +88,7 @@ artifacts:
   camel-avro:
     groupId: org.apache.camel
     artifactId: camel-avro
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - avro
     languages: []
@@ -97,7 +97,7 @@ artifacts:
   camel-aws:
     groupId: org.apache.camel
     artifactId: camel-aws
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - aws-cw
     - aws-ddb
@@ -119,7 +119,7 @@ artifacts:
   camel-azure:
     groupId: org.apache.camel
     artifactId: camel-azure
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - azure-blob
     - azure-queue
@@ -128,7 +128,7 @@ artifacts:
   camel-core:
     groupId: org.apache.camel
     artifactId: camel-core
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - bean
     - binding
@@ -175,7 +175,7 @@ artifacts:
   camel-bean-validator:
     groupId: org.apache.camel
     artifactId: camel-bean-validator
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - bean-validator
     languages: []
@@ -183,7 +183,7 @@ artifacts:
   camel-beanstalk:
     groupId: org.apache.camel
     artifactId: camel-beanstalk
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - beanstalk
     languages: []
@@ -191,7 +191,7 @@ artifacts:
   camel-bonita:
     groupId: org.apache.camel
     artifactId: camel-bonita
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - bonita
     languages: []
@@ -199,7 +199,7 @@ artifacts:
   camel-box:
     groupId: org.apache.camel
     artifactId: camel-box
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - box
     languages: []
@@ -207,7 +207,7 @@ artifacts:
   camel-braintree:
     groupId: org.apache.camel
     artifactId: camel-braintree
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - braintree
     languages: []
@@ -215,7 +215,7 @@ artifacts:
   camel-cache:
     groupId: org.apache.camel
     artifactId: camel-cache
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cache
     languages: []
@@ -223,7 +223,7 @@ artifacts:
   camel-caffeine:
     groupId: org.apache.camel
     artifactId: camel-caffeine
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - caffeine-cache
     - caffeine-loadcache
@@ -232,7 +232,7 @@ artifacts:
   camel-chronicle:
     groupId: org.apache.camel
     artifactId: camel-chronicle
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - chronicle-engine
     languages: []
@@ -240,7 +240,7 @@ artifacts:
   camel-chunk:
     groupId: org.apache.camel
     artifactId: camel-chunk
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - chunk
     languages: []
@@ -248,7 +248,7 @@ artifacts:
   camel-cm-sms:
     groupId: org.apache.camel
     artifactId: camel-cm-sms
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cm-sms
     languages: []
@@ -256,7 +256,7 @@ artifacts:
   camel-cmis:
     groupId: org.apache.camel
     artifactId: camel-cmis
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cmis
     languages: []
@@ -264,7 +264,7 @@ artifacts:
   camel-coap:
     groupId: org.apache.camel
     artifactId: camel-coap
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - coap
     languages: []
@@ -272,7 +272,7 @@ artifacts:
   camel-cometd:
     groupId: org.apache.camel
     artifactId: camel-cometd
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cometd
     - cometds
@@ -281,7 +281,7 @@ artifacts:
   camel-consul:
     groupId: org.apache.camel
     artifactId: camel-consul
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - consul
     languages: []
@@ -289,7 +289,7 @@ artifacts:
   camel-context:
     groupId: org.apache.camel
     artifactId: camel-context
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - context
     languages: []
@@ -297,7 +297,7 @@ artifacts:
   camel-couchbase:
     groupId: org.apache.camel
     artifactId: camel-couchbase
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - couchbase
     languages: []
@@ -305,7 +305,7 @@ artifacts:
   camel-couchdb:
     groupId: org.apache.camel
     artifactId: camel-couchdb
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - couchdb
     languages: []
@@ -313,7 +313,7 @@ artifacts:
   camel-cassandraql:
     groupId: org.apache.camel
     artifactId: camel-cassandraql
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cql
     languages: []
@@ -321,7 +321,7 @@ artifacts:
   camel-crypto:
     groupId: org.apache.camel
     artifactId: camel-crypto
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - crypto
     languages: []
@@ -331,7 +331,7 @@ artifacts:
   camel-crypto-cms:
     groupId: org.apache.camel
     artifactId: camel-crypto-cms
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - crypto-cms
     languages: []
@@ -339,7 +339,7 @@ artifacts:
   camel-cxf:
     groupId: org.apache.camel
     artifactId: camel-cxf
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - cxf
     - cxfrs
@@ -348,7 +348,7 @@ artifacts:
   camel-digitalocean:
     groupId: org.apache.camel
     artifactId: camel-digitalocean
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - digitalocean
     languages: []
@@ -356,7 +356,7 @@ artifacts:
   camel-disruptor:
     groupId: org.apache.camel
     artifactId: camel-disruptor
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - disruptor
     - disruptor-vm
@@ -365,7 +365,7 @@ artifacts:
   camel-dns:
     groupId: org.apache.camel
     artifactId: camel-dns
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - dns
     languages: []
@@ -373,7 +373,7 @@ artifacts:
   camel-docker:
     groupId: org.apache.camel
     artifactId: camel-docker
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - docker
     languages: []
@@ -381,7 +381,7 @@ artifacts:
   camel-dozer:
     groupId: org.apache.camel
     artifactId: camel-dozer
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - dozer
     languages: []
@@ -389,7 +389,7 @@ artifacts:
   camel-drill:
     groupId: org.apache.camel
     artifactId: camel-drill
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - drill
     languages: []
@@ -397,7 +397,7 @@ artifacts:
   camel-dropbox:
     groupId: org.apache.camel
     artifactId: camel-dropbox
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - dropbox
     languages: []
@@ -405,7 +405,7 @@ artifacts:
   camel-ehcache:
     groupId: org.apache.camel
     artifactId: camel-ehcache
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ehcache
     languages: []
@@ -413,7 +413,7 @@ artifacts:
   camel-ejb:
     groupId: org.apache.camel
     artifactId: camel-ejb
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ejb
     languages: []
@@ -421,7 +421,7 @@ artifacts:
   camel-elasticsearch:
     groupId: org.apache.camel
     artifactId: camel-elasticsearch
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - elasticsearch
     languages: []
@@ -429,7 +429,7 @@ artifacts:
   camel-elasticsearch-rest:
     groupId: org.apache.camel
     artifactId: camel-elasticsearch-rest
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - elasticsearch-rest
     languages: []
@@ -437,7 +437,7 @@ artifacts:
   camel-elasticsearch5:
     groupId: org.apache.camel
     artifactId: camel-elasticsearch5
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - elasticsearch5
     languages: []
@@ -445,7 +445,7 @@ artifacts:
   camel-elsql:
     groupId: org.apache.camel
     artifactId: camel-elsql
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - elsql
     languages: []
@@ -453,7 +453,7 @@ artifacts:
   camel-etcd:
     groupId: org.apache.camel
     artifactId: camel-etcd
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - etcd
     languages: []
@@ -461,7 +461,7 @@ artifacts:
   camel-eventadmin:
     groupId: org.apache.camel
     artifactId: camel-eventadmin
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - eventadmin
     languages: []
@@ -469,7 +469,7 @@ artifacts:
   camel-exec:
     groupId: org.apache.camel
     artifactId: camel-exec
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - exec
     languages: []
@@ -477,7 +477,7 @@ artifacts:
   camel-facebook:
     groupId: org.apache.camel
     artifactId: camel-facebook
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - facebook
     languages: []
@@ -485,7 +485,7 @@ artifacts:
   camel-flatpack:
     groupId: org.apache.camel
     artifactId: camel-flatpack
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - flatpack
     languages: []
@@ -494,7 +494,7 @@ artifacts:
   camel-flink:
     groupId: org.apache.camel
     artifactId: camel-flink
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - flink
     languages: []
@@ -502,7 +502,7 @@ artifacts:
   camel-fop:
     groupId: org.apache.camel
     artifactId: camel-fop
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - fop
     languages: []
@@ -510,7 +510,7 @@ artifacts:
   camel-freemarker:
     groupId: org.apache.camel
     artifactId: camel-freemarker
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - freemarker
     languages: []
@@ -518,7 +518,7 @@ artifacts:
   camel-ftp:
     groupId: org.apache.camel
     artifactId: camel-ftp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ftp
     - ftps
@@ -528,7 +528,7 @@ artifacts:
   camel-ganglia:
     groupId: org.apache.camel
     artifactId: camel-ganglia
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ganglia
     languages: []
@@ -536,7 +536,7 @@ artifacts:
   camel-geocoder:
     groupId: org.apache.camel
     artifactId: camel-geocoder
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - geocoder
     languages: []
@@ -544,7 +544,7 @@ artifacts:
   camel-git:
     groupId: org.apache.camel
     artifactId: camel-git
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - git
     languages: []
@@ -552,7 +552,7 @@ artifacts:
   camel-github:
     groupId: org.apache.camel
     artifactId: camel-github
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - github
     languages: []
@@ -560,7 +560,7 @@ artifacts:
   camel-google-bigquery:
     groupId: org.apache.camel
     artifactId: camel-google-bigquery
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - google-bigquery
     languages: []
@@ -568,7 +568,7 @@ artifacts:
   camel-google-calendar:
     groupId: org.apache.camel
     artifactId: camel-google-calendar
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - google-calendar
     languages: []
@@ -576,7 +576,7 @@ artifacts:
   camel-google-drive:
     groupId: org.apache.camel
     artifactId: camel-google-drive
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - google-drive
     languages: []
@@ -584,7 +584,7 @@ artifacts:
   camel-google-mail:
     groupId: org.apache.camel
     artifactId: camel-google-mail
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - google-mail
     - google-mail-stream
@@ -593,7 +593,7 @@ artifacts:
   camel-google-pubsub:
     groupId: org.apache.camel
     artifactId: camel-google-pubsub
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - google-pubsub
     languages: []
@@ -601,7 +601,7 @@ artifacts:
   camel-gora:
     groupId: org.apache.camel
     artifactId: camel-gora
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - gora
     languages: []
@@ -609,7 +609,7 @@ artifacts:
   camel-grape:
     groupId: org.apache.camel
     artifactId: camel-grape
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - grape
     languages: []
@@ -617,7 +617,7 @@ artifacts:
   camel-grpc:
     groupId: org.apache.camel
     artifactId: camel-grpc
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - grpc
     languages: []
@@ -625,7 +625,7 @@ artifacts:
   camel-guava-eventbus:
     groupId: org.apache.camel
     artifactId: camel-guava-eventbus
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - guava-eventbus
     languages: []
@@ -633,7 +633,7 @@ artifacts:
   camel-hazelcast:
     groupId: org.apache.camel
     artifactId: camel-hazelcast
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - hazelcast-atomicvalue
     - hazelcast-instance
@@ -651,7 +651,7 @@ artifacts:
   camel-hbase:
     groupId: org.apache.camel
     artifactId: camel-hbase
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - hbase
     languages: []
@@ -659,7 +659,7 @@ artifacts:
   camel-hdfs:
     groupId: org.apache.camel
     artifactId: camel-hdfs
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - hdfs
     languages: []
@@ -667,7 +667,7 @@ artifacts:
   camel-hdfs2:
     groupId: org.apache.camel
     artifactId: camel-hdfs2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - hdfs2
     languages: []
@@ -675,7 +675,7 @@ artifacts:
   camel-hipchat:
     groupId: org.apache.camel
     artifactId: camel-hipchat
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - hipchat
     languages: []
@@ -683,7 +683,7 @@ artifacts:
   camel-http:
     groupId: org.apache.camel
     artifactId: camel-http
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - http
     - https
@@ -692,7 +692,7 @@ artifacts:
   camel-http4:
     groupId: org.apache.camel
     artifactId: camel-http4
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - http4
     - https4
@@ -701,7 +701,7 @@ artifacts:
   camel-ibatis:
     groupId: org.apache.camel
     artifactId: camel-ibatis
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ibatis
     languages: []
@@ -709,7 +709,7 @@ artifacts:
   camel-iec60870:
     groupId: org.apache.camel
     artifactId: camel-iec60870
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - iec60870-client
     - iec60870-server
@@ -718,7 +718,7 @@ artifacts:
   camel-ignite:
     groupId: org.apache.camel
     artifactId: camel-ignite
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ignite-cache
     - ignite-compute
@@ -732,7 +732,7 @@ artifacts:
   camel-mail:
     groupId: org.apache.camel
     artifactId: camel-mail
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - imap
     - imaps
@@ -746,7 +746,7 @@ artifacts:
   camel-infinispan:
     groupId: org.apache.camel
     artifactId: camel-infinispan
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - infinispan
     languages: []
@@ -754,7 +754,7 @@ artifacts:
   camel-influxdb:
     groupId: org.apache.camel
     artifactId: camel-influxdb
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - influxdb
     languages: []
@@ -762,7 +762,7 @@ artifacts:
   camel-irc:
     groupId: org.apache.camel
     artifactId: camel-irc
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - irc
     languages: []
@@ -770,7 +770,7 @@ artifacts:
   camel-ironmq:
     groupId: org.apache.camel
     artifactId: camel-ironmq
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ironmq
     languages: []
@@ -778,7 +778,7 @@ artifacts:
   camel-javaspace:
     groupId: org.apache.camel
     artifactId: camel-javaspace
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - javaspace
     languages: []
@@ -786,7 +786,7 @@ artifacts:
   camel-jbpm:
     groupId: org.apache.camel
     artifactId: camel-jbpm
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jbpm
     languages: []
@@ -794,7 +794,7 @@ artifacts:
   camel-jcache:
     groupId: org.apache.camel
     artifactId: camel-jcache
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jcache
     languages: []
@@ -802,7 +802,7 @@ artifacts:
   camel-jclouds:
     groupId: org.apache.camel
     artifactId: camel-jclouds
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jclouds
     languages: []
@@ -810,7 +810,7 @@ artifacts:
   camel-jcr:
     groupId: org.apache.camel
     artifactId: camel-jcr
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jcr
     languages: []
@@ -818,7 +818,7 @@ artifacts:
   camel-jdbc:
     groupId: org.apache.camel
     artifactId: camel-jdbc
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jdbc
     languages: []
@@ -826,7 +826,7 @@ artifacts:
   camel-jetty9:
     groupId: org.apache.camel
     artifactId: camel-jetty9
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jetty
     languages: []
@@ -834,7 +834,7 @@ artifacts:
   camel-jgroups:
     groupId: org.apache.camel
     artifactId: camel-jgroups
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jgroups
     languages: []
@@ -842,7 +842,7 @@ artifacts:
   camel-jing:
     groupId: org.apache.camel
     artifactId: camel-jing
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jing
     languages: []
@@ -850,7 +850,7 @@ artifacts:
   camel-jira:
     groupId: org.apache.camel
     artifactId: camel-jira
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jira
     languages: []
@@ -858,7 +858,7 @@ artifacts:
   camel-jms:
     groupId: org.apache.camel
     artifactId: camel-jms
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jms
     languages: []
@@ -866,7 +866,7 @@ artifacts:
   camel-jmx:
     groupId: org.apache.camel
     artifactId: camel-jmx
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jmx
     languages: []
@@ -874,7 +874,7 @@ artifacts:
   camel-jolt:
     groupId: org.apache.camel
     artifactId: camel-jolt
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jolt
     languages: []
@@ -882,7 +882,7 @@ artifacts:
   camel-jpa:
     groupId: org.apache.camel
     artifactId: camel-jpa
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jpa
     languages: []
@@ -890,7 +890,7 @@ artifacts:
   camel-json-validator:
     groupId: org.apache.camel
     artifactId: camel-json-validator
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - json-validator
     languages: []
@@ -898,7 +898,7 @@ artifacts:
   camel-jt400:
     groupId: org.apache.camel
     artifactId: camel-jt400
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - jt400
     languages: []
@@ -906,7 +906,7 @@ artifacts:
   camel-kafka:
     groupId: org.apache.camel
     artifactId: camel-kafka
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - kafka
     languages: []
@@ -914,7 +914,7 @@ artifacts:
   camel-kestrel:
     groupId: org.apache.camel
     artifactId: camel-kestrel
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - kestrel
     languages: []
@@ -922,7 +922,7 @@ artifacts:
   camel-krati:
     groupId: org.apache.camel
     artifactId: camel-krati
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - krati
     languages: []
@@ -930,7 +930,7 @@ artifacts:
   camel-kubernetes:
     groupId: org.apache.camel
     artifactId: camel-kubernetes
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - kubernetes
     - kubernetes-config-maps
@@ -952,7 +952,7 @@ artifacts:
   camel-ldap:
     groupId: org.apache.camel
     artifactId: camel-ldap
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ldap
     languages: []
@@ -960,7 +960,7 @@ artifacts:
   camel-ldif:
     groupId: org.apache.camel
     artifactId: camel-ldif
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ldif
     languages: []
@@ -968,7 +968,7 @@ artifacts:
   camel-linkedin:
     groupId: org.apache.camel
     artifactId: camel-linkedin
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - linkedin
     languages: []
@@ -976,7 +976,7 @@ artifacts:
   camel-printer:
     groupId: org.apache.camel
     artifactId: camel-printer
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - lpr
     languages: []
@@ -984,7 +984,7 @@ artifacts:
   camel-lucene:
     groupId: org.apache.camel
     artifactId: camel-lucene
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - lucene
     languages: []
@@ -992,7 +992,7 @@ artifacts:
   camel-lumberjack:
     groupId: org.apache.camel
     artifactId: camel-lumberjack
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - lumberjack
     languages: []
@@ -1000,7 +1000,7 @@ artifacts:
   camel-master:
     groupId: org.apache.camel
     artifactId: camel-master
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - master
     languages: []
@@ -1008,7 +1008,7 @@ artifacts:
   camel-metrics:
     groupId: org.apache.camel
     artifactId: camel-metrics
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - metrics
     languages: []
@@ -1016,7 +1016,7 @@ artifacts:
   camel-micrometer:
     groupId: org.apache.camel
     artifactId: camel-micrometer
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - micrometer
     languages: []
@@ -1024,7 +1024,7 @@ artifacts:
   camel-milo:
     groupId: org.apache.camel
     artifactId: camel-milo
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - milo-client
     - milo-server
@@ -1033,7 +1033,7 @@ artifacts:
   camel-mina:
     groupId: org.apache.camel
     artifactId: camel-mina
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mina
     languages: []
@@ -1041,7 +1041,7 @@ artifacts:
   camel-mina2:
     groupId: org.apache.camel
     artifactId: camel-mina2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mina2
     languages: []
@@ -1049,7 +1049,7 @@ artifacts:
   camel-mllp:
     groupId: org.apache.camel
     artifactId: camel-mllp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mllp
     languages: []
@@ -1057,7 +1057,7 @@ artifacts:
   camel-mongodb:
     groupId: org.apache.camel
     artifactId: camel-mongodb
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mongodb
     languages: []
@@ -1065,7 +1065,7 @@ artifacts:
   camel-mongodb-gridfs:
     groupId: org.apache.camel
     artifactId: camel-mongodb-gridfs
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mongodb-gridfs
     languages: []
@@ -1073,7 +1073,7 @@ artifacts:
   camel-mongodb3:
     groupId: org.apache.camel
     artifactId: camel-mongodb3
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mongodb3
     languages: []
@@ -1081,7 +1081,7 @@ artifacts:
   camel-mqtt:
     groupId: org.apache.camel
     artifactId: camel-mqtt
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mqtt
     languages: []
@@ -1089,7 +1089,7 @@ artifacts:
   camel-msv:
     groupId: org.apache.camel
     artifactId: camel-msv
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - msv
     languages: []
@@ -1097,7 +1097,7 @@ artifacts:
   camel-mustache:
     groupId: org.apache.camel
     artifactId: camel-mustache
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mustache
     languages: []
@@ -1105,7 +1105,7 @@ artifacts:
   camel-mvel:
     groupId: org.apache.camel
     artifactId: camel-mvel
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mvel
     languages:
@@ -1114,7 +1114,7 @@ artifacts:
   camel-mybatis:
     groupId: org.apache.camel
     artifactId: camel-mybatis
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - mybatis
     - mybatis-bean
@@ -1123,7 +1123,7 @@ artifacts:
   camel-nagios:
     groupId: org.apache.camel
     artifactId: camel-nagios
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - nagios
     languages: []
@@ -1131,7 +1131,7 @@ artifacts:
   camel-nats:
     groupId: org.apache.camel
     artifactId: camel-nats
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - nats
     languages: []
@@ -1139,7 +1139,7 @@ artifacts:
   camel-netty:
     groupId: org.apache.camel
     artifactId: camel-netty
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - netty
     languages: []
@@ -1147,7 +1147,7 @@ artifacts:
   camel-netty-http:
     groupId: org.apache.camel
     artifactId: camel-netty-http
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - netty-http
     languages: []
@@ -1155,7 +1155,7 @@ artifacts:
   camel-netty4:
     groupId: org.apache.camel
     artifactId: camel-netty4
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - netty4
     languages: []
@@ -1163,7 +1163,7 @@ artifacts:
   camel-netty4-http:
     groupId: org.apache.camel
     artifactId: camel-netty4-http
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - netty4-http
     languages: []
@@ -1171,7 +1171,7 @@ artifacts:
   camel-olingo2:
     groupId: org.apache.camel
     artifactId: camel-olingo2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - olingo2
     languages: []
@@ -1179,7 +1179,7 @@ artifacts:
   camel-olingo4:
     groupId: org.apache.camel
     artifactId: camel-olingo4
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - olingo4
     languages: []
@@ -1187,7 +1187,7 @@ artifacts:
   camel-openshift:
     groupId: org.apache.camel
     artifactId: camel-openshift
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - openshift
     languages: []
@@ -1195,7 +1195,7 @@ artifacts:
   camel-openstack:
     groupId: org.apache.camel
     artifactId: camel-openstack
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - openstack-cinder
     - openstack-glance
@@ -1208,7 +1208,7 @@ artifacts:
   camel-optaplanner:
     groupId: org.apache.camel
     artifactId: camel-optaplanner
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - optaplanner
     languages: []
@@ -1216,7 +1216,7 @@ artifacts:
   camel-paho:
     groupId: org.apache.camel
     artifactId: camel-paho
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - paho
     languages: []
@@ -1224,7 +1224,7 @@ artifacts:
   camel-paxlogging:
     groupId: org.apache.camel
     artifactId: camel-paxlogging
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - paxlogging
     languages: []
@@ -1232,7 +1232,7 @@ artifacts:
   camel-pdf:
     groupId: org.apache.camel
     artifactId: camel-pdf
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - pdf
     languages: []
@@ -1240,7 +1240,7 @@ artifacts:
   camel-pgevent:
     groupId: org.apache.camel
     artifactId: camel-pgevent
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - pgevent
     languages: []
@@ -1248,7 +1248,7 @@ artifacts:
   camel-pubnub:
     groupId: org.apache.camel
     artifactId: camel-pubnub
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - pubnub
     languages: []
@@ -1256,7 +1256,7 @@ artifacts:
   camel-quartz:
     groupId: org.apache.camel
     artifactId: camel-quartz
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - quartz
     languages: []
@@ -1264,7 +1264,7 @@ artifacts:
   camel-quartz2:
     groupId: org.apache.camel
     artifactId: camel-quartz2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - quartz2
     languages: []
@@ -1272,7 +1272,7 @@ artifacts:
   camel-quickfix:
     groupId: org.apache.camel
     artifactId: camel-quickfix
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - quickfix
     languages: []
@@ -1280,7 +1280,7 @@ artifacts:
   camel-rabbitmq:
     groupId: org.apache.camel
     artifactId: camel-rabbitmq
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - rabbitmq
     languages: []
@@ -1288,7 +1288,7 @@ artifacts:
   camel-reactive-streams:
     groupId: org.apache.camel
     artifactId: camel-reactive-streams
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - reactive-streams
     languages: []
@@ -1296,7 +1296,7 @@ artifacts:
   camel-rest-swagger:
     groupId: org.apache.camel
     artifactId: camel-rest-swagger
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - rest-swagger
     languages: []
@@ -1304,7 +1304,7 @@ artifacts:
   camel-restlet:
     groupId: org.apache.camel
     artifactId: camel-restlet
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - restlet
     languages: []
@@ -1312,7 +1312,7 @@ artifacts:
   camel-rmi:
     groupId: org.apache.camel
     artifactId: camel-rmi
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - rmi
     languages: []
@@ -1320,7 +1320,7 @@ artifacts:
   camel-routebox:
     groupId: org.apache.camel
     artifactId: camel-routebox
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - routebox
     languages: []
@@ -1328,7 +1328,7 @@ artifacts:
   camel-rss:
     groupId: org.apache.camel
     artifactId: camel-rss
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - rss
     languages: []
@@ -1337,7 +1337,7 @@ artifacts:
   camel-salesforce:
     groupId: org.apache.camel
     artifactId: camel-salesforce
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - salesforce
     languages: []
@@ -1345,7 +1345,7 @@ artifacts:
   camel-sap-netweaver:
     groupId: org.apache.camel
     artifactId: camel-sap-netweaver
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - sap-netweaver
     languages: []
@@ -1353,7 +1353,7 @@ artifacts:
   camel-schematron:
     groupId: org.apache.camel
     artifactId: camel-schematron
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - schematron
     languages: []
@@ -1361,7 +1361,7 @@ artifacts:
   camel-jsch:
     groupId: org.apache.camel
     artifactId: camel-jsch
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - scp
     languages: []
@@ -1369,7 +1369,7 @@ artifacts:
   camel-service:
     groupId: org.apache.camel
     artifactId: camel-service
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - service
     languages: []
@@ -1377,7 +1377,7 @@ artifacts:
   camel-servicenow:
     groupId: org.apache.camel
     artifactId: camel-servicenow
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - servicenow
     languages: []
@@ -1385,7 +1385,7 @@ artifacts:
   camel-servlet:
     groupId: org.apache.camel
     artifactId: camel-servlet
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - servlet
     languages: []
@@ -1393,7 +1393,7 @@ artifacts:
   camel-sip:
     groupId: org.apache.camel
     artifactId: camel-sip
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - sip
     - sips
@@ -1402,7 +1402,7 @@ artifacts:
   camel-sjms:
     groupId: org.apache.camel
     artifactId: camel-sjms
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - sjms
     - sjms-batch
@@ -1411,7 +1411,7 @@ artifacts:
   camel-sjms2:
     groupId: org.apache.camel
     artifactId: camel-sjms2
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - sjms2
     languages: []
@@ -1419,7 +1419,7 @@ artifacts:
   camel-slack:
     groupId: org.apache.camel
     artifactId: camel-slack
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - slack
     languages: []
@@ -1427,7 +1427,7 @@ artifacts:
   camel-smpp:
     groupId: org.apache.camel
     artifactId: camel-smpp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - smpp
     - smpps
@@ -1436,7 +1436,7 @@ artifacts:
   camel-snmp:
     groupId: org.apache.camel
     artifactId: camel-snmp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - snmp
     languages: []
@@ -1444,7 +1444,7 @@ artifacts:
   camel-solr:
     groupId: org.apache.camel
     artifactId: camel-solr
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - solr
     - solrs
@@ -1454,7 +1454,7 @@ artifacts:
   camel-spark:
     groupId: org.apache.camel
     artifactId: camel-spark
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spark
     languages: []
@@ -1462,7 +1462,7 @@ artifacts:
   camel-spark-rest:
     groupId: org.apache.camel
     artifactId: camel-spark-rest
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spark-rest
     languages: []
@@ -1470,7 +1470,7 @@ artifacts:
   camel-splunk:
     groupId: org.apache.camel
     artifactId: camel-splunk
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - splunk
     languages: []
@@ -1478,7 +1478,7 @@ artifacts:
   camel-spring-batch:
     groupId: org.apache.camel
     artifactId: camel-spring-batch
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-batch
     languages: []
@@ -1486,7 +1486,7 @@ artifacts:
   camel-spring:
     groupId: org.apache.camel
     artifactId: camel-spring
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-event
     languages:
@@ -1495,7 +1495,7 @@ artifacts:
   camel-spring-integration:
     groupId: org.apache.camel
     artifactId: camel-spring-integration
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-integration
     languages: []
@@ -1503,7 +1503,7 @@ artifacts:
   camel-spring-ldap:
     groupId: org.apache.camel
     artifactId: camel-spring-ldap
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-ldap
     languages: []
@@ -1511,7 +1511,7 @@ artifacts:
   camel-spring-redis:
     groupId: org.apache.camel
     artifactId: camel-spring-redis
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-redis
     languages: []
@@ -1519,7 +1519,7 @@ artifacts:
   camel-spring-ws:
     groupId: org.apache.camel
     artifactId: camel-spring-ws
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - spring-ws
     languages: []
@@ -1527,7 +1527,7 @@ artifacts:
   camel-sql:
     groupId: org.apache.camel
     artifactId: camel-sql
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - sql
     - sql-stored
@@ -1536,7 +1536,7 @@ artifacts:
   camel-ssh:
     groupId: org.apache.camel
     artifactId: camel-ssh
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - ssh
     languages: []
@@ -1544,7 +1544,7 @@ artifacts:
   camel-stax:
     groupId: org.apache.camel
     artifactId: camel-stax
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - stax
     languages: []
@@ -1552,7 +1552,7 @@ artifacts:
   camel-stomp:
     groupId: org.apache.camel
     artifactId: camel-stomp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - stomp
     languages: []
@@ -1560,7 +1560,7 @@ artifacts:
   camel-stream:
     groupId: org.apache.camel
     artifactId: camel-stream
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - stream
     languages: []
@@ -1568,7 +1568,7 @@ artifacts:
   camel-stringtemplate:
     groupId: org.apache.camel
     artifactId: camel-stringtemplate
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - string-template
     languages: []
@@ -1576,7 +1576,7 @@ artifacts:
   camel-telegram:
     groupId: org.apache.camel
     artifactId: camel-telegram
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - telegram
     languages: []
@@ -1584,7 +1584,7 @@ artifacts:
   camel-thrift:
     groupId: org.apache.camel
     artifactId: camel-thrift
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - thrift
     languages: []
@@ -1593,7 +1593,7 @@ artifacts:
   camel-tika:
     groupId: org.apache.camel
     artifactId: camel-tika
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - tika
     languages: []
@@ -1601,7 +1601,7 @@ artifacts:
   camel-twilio:
     groupId: org.apache.camel
     artifactId: camel-twilio
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - twilio
     languages: []
@@ -1609,7 +1609,7 @@ artifacts:
   camel-twitter:
     groupId: org.apache.camel
     artifactId: camel-twitter
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - twitter
     - twitter-directmessage
@@ -1621,7 +1621,7 @@ artifacts:
   camel-undertow:
     groupId: org.apache.camel
     artifactId: camel-undertow
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - undertow
     languages: []
@@ -1629,7 +1629,7 @@ artifacts:
   camel-velocity:
     groupId: org.apache.camel
     artifactId: camel-velocity
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - velocity
     languages: []
@@ -1637,7 +1637,7 @@ artifacts:
   camel-vertx:
     groupId: org.apache.camel
     artifactId: camel-vertx
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - vertx
     languages: []
@@ -1645,7 +1645,7 @@ artifacts:
   camel-weather:
     groupId: org.apache.camel
     artifactId: camel-weather
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - weather
     languages: []
@@ -1653,7 +1653,7 @@ artifacts:
   camel-web3j:
     groupId: org.apache.camel
     artifactId: camel-web3j
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - web3j
     languages: []
@@ -1661,7 +1661,7 @@ artifacts:
   camel-websocket:
     groupId: org.apache.camel
     artifactId: camel-websocket
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - websocket
     languages: []
@@ -1669,7 +1669,7 @@ artifacts:
   camel-wordpress:
     groupId: org.apache.camel
     artifactId: camel-wordpress
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - wordpress
     languages: []
@@ -1677,7 +1677,7 @@ artifacts:
   camel-xchange:
     groupId: org.apache.camel
     artifactId: camel-xchange
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - xchange
     languages: []
@@ -1685,7 +1685,7 @@ artifacts:
   camel-xmlrpc:
     groupId: org.apache.camel
     artifactId: camel-xmlrpc
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - xmlrpc
     languages: []
@@ -1694,7 +1694,7 @@ artifacts:
   camel-xmlsecurity:
     groupId: org.apache.camel
     artifactId: camel-xmlsecurity
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - xmlsecurity
     languages: []
@@ -1703,7 +1703,7 @@ artifacts:
   camel-xmpp:
     groupId: org.apache.camel
     artifactId: camel-xmpp
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - xmpp
     languages: []
@@ -1711,7 +1711,7 @@ artifacts:
   camel-saxon:
     groupId: org.apache.camel
     artifactId: camel-saxon
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - xquery
     languages:
@@ -1720,7 +1720,7 @@ artifacts:
   camel-yammer:
     groupId: org.apache.camel
     artifactId: camel-yammer
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - yammer
     languages: []
@@ -1728,7 +1728,7 @@ artifacts:
   camel-yql:
     groupId: org.apache.camel
     artifactId: camel-yql
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - yql
     languages: []
@@ -1736,7 +1736,7 @@ artifacts:
   camel-zendesk:
     groupId: org.apache.camel
     artifactId: camel-zendesk
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - zendesk
     languages: []
@@ -1744,7 +1744,7 @@ artifacts:
   camel-zookeeper:
     groupId: org.apache.camel
     artifactId: camel-zookeeper
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - zookeeper
     languages: []
@@ -1752,7 +1752,7 @@ artifacts:
   camel-zookeeper-master:
     groupId: org.apache.camel
     artifactId: camel-zookeeper-master
-    version: 2.22.1
+    version: 2.22.2
     schemes:
     - zookeeper-master
     languages: []
@@ -1760,7 +1760,7 @@ artifacts:
   camel-juel:
     groupId: org.apache.camel
     artifactId: camel-juel
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - el
@@ -1768,7 +1768,7 @@ artifacts:
   camel-groovy:
     groupId: org.apache.camel
     artifactId: camel-groovy
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - groovy
@@ -1776,7 +1776,7 @@ artifacts:
   camel-script:
     groupId: org.apache.camel
     artifactId: camel-script
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - javaScript
@@ -1787,7 +1787,7 @@ artifacts:
   camel-jsonpath:
     groupId: org.apache.camel
     artifactId: camel-jsonpath
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - jsonpath
@@ -1795,7 +1795,7 @@ artifacts:
   camel-jxpath:
     groupId: org.apache.camel
     artifactId: camel-jxpath
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - jxpath
@@ -1803,7 +1803,7 @@ artifacts:
   camel-ognl:
     groupId: org.apache.camel
     artifactId: camel-ognl
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - ognl
@@ -1811,7 +1811,7 @@ artifacts:
   camel-josql:
     groupId: org.apache.camel
     artifactId: camel-josql
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - sql
@@ -1819,7 +1819,7 @@ artifacts:
   camel-hl7:
     groupId: org.apache.camel
     artifactId: camel-hl7
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages:
     - terser
@@ -1828,7 +1828,7 @@ artifacts:
   camel-asn1:
     groupId: org.apache.camel
     artifactId: camel-asn1
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1836,7 +1836,7 @@ artifacts:
   camel-barcode:
     groupId: org.apache.camel
     artifactId: camel-barcode
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1844,7 +1844,7 @@ artifacts:
   camel-base64:
     groupId: org.apache.camel
     artifactId: camel-base64
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1852,7 +1852,7 @@ artifacts:
   camel-beanio:
     groupId: org.apache.camel
     artifactId: camel-beanio
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1860,7 +1860,7 @@ artifacts:
   camel-bindy:
     groupId: org.apache.camel
     artifactId: camel-bindy
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1870,7 +1870,7 @@ artifacts:
   camel-boon:
     groupId: org.apache.camel
     artifactId: camel-boon
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1878,7 +1878,7 @@ artifacts:
   camel-castor:
     groupId: org.apache.camel
     artifactId: camel-castor
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1886,7 +1886,7 @@ artifacts:
   camel-csv:
     groupId: org.apache.camel
     artifactId: camel-csv
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1894,7 +1894,7 @@ artifacts:
   camel-fhir:
     groupId: org.apache.camel
     artifactId: camel-fhir
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1903,7 +1903,7 @@ artifacts:
   camel-hessian:
     groupId: org.apache.camel
     artifactId: camel-hessian
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1911,7 +1911,7 @@ artifacts:
   camel-ical:
     groupId: org.apache.camel
     artifactId: camel-ical
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1919,7 +1919,7 @@ artifacts:
   camel-jacksonxml:
     groupId: org.apache.camel
     artifactId: camel-jacksonxml
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1927,7 +1927,7 @@ artifacts:
   camel-jaxb:
     groupId: org.apache.camel
     artifactId: camel-jaxb
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1935,7 +1935,7 @@ artifacts:
   camel-jibx:
     groupId: org.apache.camel
     artifactId: camel-jibx
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1943,7 +1943,7 @@ artifacts:
   camel-fastjson:
     groupId: org.apache.camel
     artifactId: camel-fastjson
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1951,7 +1951,7 @@ artifacts:
   camel-gson:
     groupId: org.apache.camel
     artifactId: camel-gson
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1959,7 +1959,7 @@ artifacts:
   camel-jackson:
     groupId: org.apache.camel
     artifactId: camel-jackson
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1967,7 +1967,7 @@ artifacts:
   camel-johnzon:
     groupId: org.apache.camel
     artifactId: camel-johnzon
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1975,7 +1975,7 @@ artifacts:
   camel-xstream:
     groupId: org.apache.camel
     artifactId: camel-xstream
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1984,7 +1984,7 @@ artifacts:
   camel-lzf:
     groupId: org.apache.camel
     artifactId: camel-lzf
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -1992,7 +1992,7 @@ artifacts:
   camel-protobuf:
     groupId: org.apache.camel
     artifactId: camel-protobuf
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2000,7 +2000,7 @@ artifacts:
   camel-soap:
     groupId: org.apache.camel
     artifactId: camel-soap
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2008,7 +2008,7 @@ artifacts:
   camel-syslog:
     groupId: org.apache.camel
     artifactId: camel-syslog
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2016,7 +2016,7 @@ artifacts:
   camel-tarfile:
     groupId: org.apache.camel
     artifactId: camel-tarfile
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2024,7 +2024,7 @@ artifacts:
   camel-tagsoup:
     groupId: org.apache.camel
     artifactId: camel-tagsoup
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2032,7 +2032,7 @@ artifacts:
   camel-univocity-parsers:
     groupId: org.apache.camel
     artifactId: camel-univocity-parsers
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2042,7 +2042,7 @@ artifacts:
   camel-xmlbeans:
     groupId: org.apache.camel
     artifactId: camel-xmlbeans
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2050,7 +2050,7 @@ artifacts:
   camel-xmljson:
     groupId: org.apache.camel
     artifactId: camel-xmljson
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2058,7 +2058,7 @@ artifacts:
   camel-snakeyaml:
     groupId: org.apache.camel
     artifactId: camel-snakeyaml
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
@@ -2066,9 +2066,9 @@ artifacts:
   camel-zipfile:
     groupId: org.apache.camel
     artifactId: camel-zipfile
-    version: 2.22.1
+    version: 2.22.2
     components: []
     languages: []
     dataformats:
     - zipfile
-version: 2.22.1
+version: 2.22.2