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

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


The following commit(s) were added to refs/heads/main by this push:
     new 532826fd feat: new Camel Quarkus version 3.0.0-RC2 and Quarkus 3.2.2 
(#1076)
532826fd is described below

commit 532826fd4e200e44803331bcdaa19ff95b34f141
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Thu Aug 3 17:43:43 2023 -0300

    feat: new Camel Quarkus version 3.0.0-RC2 and Quarkus 3.2.2 (#1076)
---
 camel-k-core/api/pom.xml                                 |  2 +-
 camel-k-core/deployment/pom.xml                          |  2 +-
 camel-k-core/pom.xml                                     |  2 +-
 camel-k-core/runtime/pom.xml                             |  2 +-
 camel-k-core/support/pom.xml                             |  2 +-
 camel-k-cron/deployment/pom.xml                          |  2 +-
 camel-k-cron/impl/pom.xml                                |  2 +-
 camel-k-cron/pom.xml                                     |  2 +-
 camel-k-cron/runtime/pom.xml                             |  2 +-
 camel-k-knative/impl/pom.xml                             |  2 +-
 camel-k-knative/pom.xml                                  |  2 +-
 camel-k-master/deployment/pom.xml                        |  2 +-
 camel-k-master/impl/pom.xml                              |  2 +-
 camel-k-master/pom.xml                                   |  2 +-
 camel-k-master/runtime/pom.xml                           |  2 +-
 camel-k-resume-kafka/deployment/pom.xml                  |  2 +-
 camel-k-resume-kafka/impl/pom.xml                        |  2 +-
 camel-k-resume-kafka/pom.xml                             |  2 +-
 camel-k-resume-kafka/runtime/pom.xml                     |  2 +-
 camel-k-runtime/deployment/pom.xml                       |  2 +-
 camel-k-runtime/pom.xml                                  |  2 +-
 camel-k-runtime/runtime/pom.xml                          |  2 +-
 distribution/pom.xml                                     |  2 +-
 examples/cron/pom.xml                                    |  2 +-
 examples/groovy/pom.xml                                  |  2 +-
 examples/java/pom.xml                                    |  2 +-
 examples/js/pom.xml                                      |  2 +-
 examples/kafka-source-s3/pom.xml                         |  2 +-
 examples/kamelets-discovery/pom.xml                      |  2 +-
 examples/kamelets/pom.xml                                |  2 +-
 examples/knative/pom.xml                                 |  2 +-
 examples/kotlin/pom.xml                                  |  2 +-
 examples/pom.xml                                         |  2 +-
 examples/xml/pom.xml                                     |  2 +-
 examples/yaml/pom.xml                                    |  2 +-
 itests/camel-k-itests-core/pom.xml                       |  2 +-
 itests/camel-k-itests-cron/pom.xml                       |  2 +-
 itests/camel-k-itests-kamelet/pom.xml                    |  2 +-
 itests/camel-k-itests-knative-consumer/pom.xml           |  2 +-
 .../camel-k-itests-knative-env-from-properties/pom.xml   |  2 +-
 itests/camel-k-itests-knative-env-from-registry/pom.xml  |  2 +-
 itests/camel-k-itests-knative-producer/pom.xml           |  2 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml        |  2 +-
 itests/camel-k-itests-knative/pom.xml                    |  2 +-
 itests/camel-k-itests-loader-groovy/pom.xml              |  2 +-
 itests/camel-k-itests-loader-java/pom.xml                |  2 +-
 itests/camel-k-itests-loader-js/pom.xml                  |  2 +-
 itests/camel-k-itests-loader-jsh/pom.xml                 |  2 +-
 itests/camel-k-itests-loader-kotlin/pom.xml              |  2 +-
 itests/camel-k-itests-loader-polyglot/pom.xml            |  2 +-
 itests/camel-k-itests-loader-xml/pom.xml                 |  2 +-
 itests/camel-k-itests-loader-yaml/pom.xml                |  2 +-
 itests/camel-k-itests-master/pom.xml                     |  2 +-
 itests/camel-k-itests-runtime-xml/pom.xml                |  2 +-
 itests/camel-k-itests-runtime-yaml/pom.xml               |  2 +-
 itests/camel-k-itests-runtime/pom.xml                    |  2 +-
 itests/pom.xml                                           |  2 +-
 pom.xml                                                  | 16 ++++++++--------
 support/camel-k-annotations/pom.xml                      |  2 +-
 support/camel-k-apt/pom.xml                              |  2 +-
 support/camel-k-catalog-model/pom.xml                    |  2 +-
 support/camel-k-catalog/pom.xml                          |  2 +-
 .../camel-k-itests-loader-inspector/pom.xml              |  2 +-
 .../camel-k-itests-runtime-inspector/pom.xml             |  2 +-
 support/camel-k-itests-support/pom.xml                   |  2 +-
 support/camel-k-maven-logging/pom.xml                    |  2 +-
 support/camel-k-maven-plugin/pom.xml                     |  2 +-
 .../apache/camel/k/tooling/maven/GenerateRestXML.java    |  5 +++--
 support/camel-k-runtime-bom/pom.xml                      |  6 +++---
 support/camel-k-test/pom.xml                             |  2 +-
 support/pom.xml                                          |  2 +-
 71 files changed, 82 insertions(+), 81 deletions(-)

diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml
index db34af5c..1e334cb3 100644
--- a/camel-k-core/api/pom.xml
+++ b/camel-k-core/api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-core-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml
index 8062eca2..6d2cba6c 100644
--- a/camel-k-core/deployment/pom.xml
+++ b/camel-k-core/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-core-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml
index 0af85eed..68493f6e 100644
--- a/camel-k-core/pom.xml
+++ b/camel-k-core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index 204e0e71..06041e59 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-core-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml
index 39b0817c..2e77539a 100644
--- a/camel-k-core/support/pom.xml
+++ b/camel-k-core/support/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-core-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-cron/deployment/pom.xml b/camel-k-cron/deployment/pom.xml
index 2b191177..52ab5c67 100644
--- a/camel-k-cron/deployment/pom.xml
+++ b/camel-k-cron/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-cron-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-cron/impl/pom.xml b/camel-k-cron/impl/pom.xml
index 4fe9973a..b8d3a9bf 100644
--- a/camel-k-cron/impl/pom.xml
+++ b/camel-k-cron/impl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-cron-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml
index 95d20002..cbf1fad5 100644
--- a/camel-k-cron/pom.xml
+++ b/camel-k-cron/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml
index f05da333..7f3ff909 100644
--- a/camel-k-cron/runtime/pom.xml
+++ b/camel-k-cron/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-cron-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-knative/impl/pom.xml b/camel-k-knative/impl/pom.xml
index 5aac0ee2..fac30d2d 100644
--- a/camel-k-knative/impl/pom.xml
+++ b/camel-k-knative/impl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-knative-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml
index 9b8d0c86..a17eae8e 100644
--- a/camel-k-knative/pom.xml
+++ b/camel-k-knative/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-master/deployment/pom.xml 
b/camel-k-master/deployment/pom.xml
index 45e330aa..c9c4d3b3 100644
--- a/camel-k-master/deployment/pom.xml
+++ b/camel-k-master/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml
index 0f867a75..2acf4ffb 100644
--- a/camel-k-master/impl/pom.xml
+++ b/camel-k-master/impl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml
index b4cb38a4..e13c1b37 100644
--- a/camel-k-master/pom.xml
+++ b/camel-k-master/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml
index 825b7338..b8e35524 100644
--- a/camel-k-master/runtime/pom.xml
+++ b/camel-k-master/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-resume-kafka/deployment/pom.xml 
b/camel-k-resume-kafka/deployment/pom.xml
index 7c06e0d9..5af9650f 100644
--- a/camel-k-resume-kafka/deployment/pom.xml
+++ b/camel-k-resume-kafka/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-resume-kafka-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-resume-kafka/impl/pom.xml 
b/camel-k-resume-kafka/impl/pom.xml
index 253351f4..cf61e7d3 100644
--- a/camel-k-resume-kafka/impl/pom.xml
+++ b/camel-k-resume-kafka/impl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-resume-kafka-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-resume-kafka/pom.xml b/camel-k-resume-kafka/pom.xml
index 529536d6..bc18c9ad 100644
--- a/camel-k-resume-kafka/pom.xml
+++ b/camel-k-resume-kafka/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-resume-kafka/runtime/pom.xml 
b/camel-k-resume-kafka/runtime/pom.xml
index e39a7f6f..96d45f2c 100644
--- a/camel-k-resume-kafka/runtime/pom.xml
+++ b/camel-k-resume-kafka/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-resume-kafka-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-runtime/deployment/pom.xml 
b/camel-k-runtime/deployment/pom.xml
index 4edf664f..d09b1ce3 100644
--- a/camel-k-runtime/deployment/pom.xml
+++ b/camel-k-runtime/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml
index a8315c6c..56348836 100644
--- a/camel-k-runtime/pom.xml
+++ b/camel-k-runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index c90efab8..8c6eb519 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 1c6c3d26..422a82c7 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-project</artifactId>
-    <version>3.0.0-RC1-SNAPSHOT</version>
+    <version>3.0.0-RC2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index 091be5b1..68a322cc 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index 132806b5..c7bf0d42 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index aa16c85b..ddbac2be 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index 221539af..8c4b70ad 100644
--- a/examples/js/pom.xml
+++ b/examples/js/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml
index 1126ad89..8b111d35 100644
--- a/examples/kafka-source-s3/pom.xml
+++ b/examples/kafka-source-s3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets-discovery/pom.xml 
b/examples/kamelets-discovery/pom.xml
index d80405fe..b53b55d4 100644
--- a/examples/kamelets-discovery/pom.xml
+++ b/examples/kamelets-discovery/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index ea8e0675..5c2bd84d 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index eb1d85a8..95fe8137 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index d0abd86b..70c88e0b 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/pom.xml b/examples/pom.xml
index 17f922d8..db9d0799 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 3b5aa04e..47002d69 100644
--- a/examples/xml/pom.xml
+++ b/examples/xml/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index d4c56979..8cf7b3b0 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-examples</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/itests/camel-k-itests-core/pom.xml 
b/itests/camel-k-itests-core/pom.xml
index 4d611c80..2872d297 100644
--- a/itests/camel-k-itests-core/pom.xml
+++ b/itests/camel-k-itests-core/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-cron/pom.xml 
b/itests/camel-k-itests-cron/pom.xml
index ec299fa0..a99c3285 100644
--- a/itests/camel-k-itests-cron/pom.xml
+++ b/itests/camel-k-itests-cron/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-kamelet/pom.xml 
b/itests/camel-k-itests-kamelet/pom.xml
index 6ec11f7b..ebae3081 100644
--- a/itests/camel-k-itests-kamelet/pom.xml
+++ b/itests/camel-k-itests-kamelet/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative-consumer/pom.xml 
b/itests/camel-k-itests-knative-consumer/pom.xml
index 75c37808..67dd1118 100644
--- a/itests/camel-k-itests-knative-consumer/pom.xml
+++ b/itests/camel-k-itests-knative-consumer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative-env-from-properties/pom.xml 
b/itests/camel-k-itests-knative-env-from-properties/pom.xml
index eae72c8c..ca5f256d 100644
--- a/itests/camel-k-itests-knative-env-from-properties/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-properties/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative-env-from-registry/pom.xml 
b/itests/camel-k-itests-knative-env-from-registry/pom.xml
index aa82ad52..0873d12a 100644
--- a/itests/camel-k-itests-knative-env-from-registry/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-registry/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative-producer/pom.xml 
b/itests/camel-k-itests-knative-producer/pom.xml
index 224a4fc9..b66c8bfa 100644
--- a/itests/camel-k-itests-knative-producer/pom.xml
+++ b/itests/camel-k-itests-knative-producer/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml 
b/itests/camel-k-itests-knative-sinkbinding/pom.xml
index d5932e18..581cc9bb 100644
--- a/itests/camel-k-itests-knative-sinkbinding/pom.xml
+++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-knative/pom.xml 
b/itests/camel-k-itests-knative/pom.xml
index fb046352..3f2d4df4 100644
--- a/itests/camel-k-itests-knative/pom.xml
+++ b/itests/camel-k-itests-knative/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-groovy/pom.xml 
b/itests/camel-k-itests-loader-groovy/pom.xml
index df13ddc9..9c87bb18 100644
--- a/itests/camel-k-itests-loader-groovy/pom.xml
+++ b/itests/camel-k-itests-loader-groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-java/pom.xml 
b/itests/camel-k-itests-loader-java/pom.xml
index 78b6f996..b3eb5f47 100644
--- a/itests/camel-k-itests-loader-java/pom.xml
+++ b/itests/camel-k-itests-loader-java/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-js/pom.xml 
b/itests/camel-k-itests-loader-js/pom.xml
index 98c16799..81681185 100644
--- a/itests/camel-k-itests-loader-js/pom.xml
+++ b/itests/camel-k-itests-loader-js/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-jsh/pom.xml 
b/itests/camel-k-itests-loader-jsh/pom.xml
index f4fb9fdc..6ae8dd57 100644
--- a/itests/camel-k-itests-loader-jsh/pom.xml
+++ b/itests/camel-k-itests-loader-jsh/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-kotlin/pom.xml 
b/itests/camel-k-itests-loader-kotlin/pom.xml
index e7a1eacc..b3fc8684 100644
--- a/itests/camel-k-itests-loader-kotlin/pom.xml
+++ b/itests/camel-k-itests-loader-kotlin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml 
b/itests/camel-k-itests-loader-polyglot/pom.xml
index 72eb3cff..dd9086ef 100644
--- a/itests/camel-k-itests-loader-polyglot/pom.xml
+++ b/itests/camel-k-itests-loader-polyglot/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-xml/pom.xml 
b/itests/camel-k-itests-loader-xml/pom.xml
index 23fd7ad5..16fcbed5 100644
--- a/itests/camel-k-itests-loader-xml/pom.xml
+++ b/itests/camel-k-itests-loader-xml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-loader-yaml/pom.xml 
b/itests/camel-k-itests-loader-yaml/pom.xml
index 72a4b197..c6372d3e 100644
--- a/itests/camel-k-itests-loader-yaml/pom.xml
+++ b/itests/camel-k-itests-loader-yaml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-master/pom.xml 
b/itests/camel-k-itests-master/pom.xml
index f326a4a8..2ef4d55c 100644
--- a/itests/camel-k-itests-master/pom.xml
+++ b/itests/camel-k-itests-master/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-runtime-xml/pom.xml 
b/itests/camel-k-itests-runtime-xml/pom.xml
index 366fa9cf..b3cc4cf7 100644
--- a/itests/camel-k-itests-runtime-xml/pom.xml
+++ b/itests/camel-k-itests-runtime-xml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml 
b/itests/camel-k-itests-runtime-yaml/pom.xml
index ca4f02ac..29a59838 100644
--- a/itests/camel-k-itests-runtime-yaml/pom.xml
+++ b/itests/camel-k-itests-runtime-yaml/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-runtime/pom.xml 
b/itests/camel-k-itests-runtime/pom.xml
index 90b17850..08641c14 100644
--- a/itests/camel-k-itests-runtime/pom.xml
+++ b/itests/camel-k-itests-runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index aba1b06b..cc92359b 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 24f870d9..325b39ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,14 +22,14 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>4.0.0-RC1</version>
+        <version>4.0.0-RC2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-project</artifactId>
     <!-- Make sure that this version is aligned with the Camel Quarkus Version 
as it is the convention used in Camel K -->
-    <version>3.0.0-RC1-SNAPSHOT</version>
+    <version>3.0.0-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -40,13 +40,13 @@
         <maven.compiler.target>17</maven.compiler.target>
 
         <maven-version>3.8.6</maven-version>
-        <camel-version>4.0.0-RC1</camel-version>
+        <camel-version>4.0.0-RC2</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>3.0.0-RC1</camel-quarkus-version>
-        <quarkus-version>3.2.0.Final</quarkus-version>
+        <camel-quarkus-version>3.0.0-RC2</camel-quarkus-version>
+        <quarkus-version>3.2.2.Final</quarkus-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
-        <quarkus-platform-version>3.2.0.Final</quarkus-platform-version>
+        <quarkus-platform-version>3.2.2.Final</quarkus-platform-version>
         
<quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-jdk-17</quarkus-native-builder-image>
 
         <!-- camel-k-runtime specific -->
@@ -760,7 +760,7 @@
             <id>sourcecheck</id>
             <build>
                 <plugins>
-                    <plugin>
+                    <!--<plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-checkstyle-plugin</artifactId>
                         <executions>
@@ -787,7 +787,7 @@
                                 </goals>
                             </execution>
                         </executions>
-                    </plugin>
+                    </plugin>-->
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-pmd-plugin</artifactId>
diff --git a/support/camel-k-annotations/pom.xml 
b/support/camel-k-annotations/pom.xml
index 52642084..16339074 100644
--- a/support/camel-k-annotations/pom.xml
+++ b/support/camel-k-annotations/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-apt/pom.xml b/support/camel-k-apt/pom.xml
index c66a7b74..fc8e2fbc 100644
--- a/support/camel-k-apt/pom.xml
+++ b/support/camel-k-apt/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-catalog-model/pom.xml 
b/support/camel-k-catalog-model/pom.xml
index ba717d8b..5e3b1780 100644
--- a/support/camel-k-catalog-model/pom.xml
+++ b/support/camel-k-catalog-model/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml
index 76d99baf..1e5e3d21 100644
--- a/support/camel-k-catalog/pom.xml
+++ b/support/camel-k-catalog/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git 
a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml 
b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
index b8649e16..6f541504 100644
--- a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git 
a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml 
b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
index b6438114..9314cfd7 100644
--- a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/support/camel-k-itests-support/pom.xml 
b/support/camel-k-itests-support/pom.xml
index d37edea5..f32de3df 100644
--- a/support/camel-k-itests-support/pom.xml
+++ b/support/camel-k-itests-support/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-maven-logging/pom.xml 
b/support/camel-k-maven-logging/pom.xml
index 698105ee..aa05cd45 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/camel-k-maven-plugin/pom.xml 
b/support/camel-k-maven-plugin/pom.xml
index c99a326a..ae797208 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <prerequisites>
diff --git 
a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateRestXML.java
 
b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateRestXML.java
index 82eb546a..1e49ceb9 100644
--- 
a/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateRestXML.java
+++ 
b/support/camel-k-maven-plugin/src/main/java/org/apache/camel/k/tooling/maven/GenerateRestXML.java
@@ -28,7 +28,8 @@ import com.fasterxml.jackson.databind.JsonNode;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
 import io.apicurio.datamodels.Library;
-import io.apicurio.datamodels.openapi.models.OasDocument;
+import io.apicurio.datamodels.models.openapi.OpenApiDocument;
+import io.apicurio.datamodels.models.util.JsonUtil;
 import org.apache.camel.CamelContext;
 import org.apache.camel.generator.openapi.RestDslXmlGenerator;
 import org.apache.camel.impl.DefaultCamelContext;
@@ -75,7 +76,7 @@ class GenerateRestXML extends AbstractMojo {
             FileInputStream fis = new FileInputStream(inputFile);
 
             JsonNode node = mapper.readTree(fis);
-            OasDocument document = (OasDocument) Library.readDocument(node);
+            OpenApiDocument document = (OpenApiDocument) 
Library.readDocument(JsonUtil.toObject(node));
 
             final Writer writer;
 
diff --git a/support/camel-k-runtime-bom/pom.xml 
b/support/camel-k-runtime-bom/pom.xml
index a58f332a..f961605f 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -29,17 +29,17 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-bom</artifactId>
-    <version>3.0.0-RC1-SNAPSHOT</version>
+    <version>3.0.0-RC2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <properties>
         <!-- reproduceable builds: 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-        
<project.build.outputTimestamp>1689159871</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>1691074926</project.build.outputTimestamp>
         <jolokia-version>1.7.2</jolokia-version>
         <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
         <maven-version>3.8.6</maven-version>
         <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group>
-        <quarkus-platform-version>3.2.0.Final</quarkus-platform-version>
+        <quarkus-platform-version>3.2.2.Final</quarkus-platform-version>
     </properties>
 
     <developers>
diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml
index 40899f02..88d531dd 100644
--- a/support/camel-k-test/pom.xml
+++ b/support/camel-k-test/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-support</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/support/pom.xml b/support/pom.xml
index 7d002980..dd58b5be 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>3.0.0-RC1-SNAPSHOT</version>
+        <version>3.0.0-RC2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 


Reply via email to