You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/12/21 15:20:23 UTC

[camel-quarkus-examples] branch camel-quarkus-master updated (2e9e28f -> 84860a4)

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

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


    from 2e9e28f  Upgrade to cq-maven-plugin 0.25.0
     new 78354b1  Upgrade to Camel Quarkus 1.6.0
     new 84860a4  Upgrade to Quarkus 1.11.0.Beta1

The 2 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:
 file-split-log-xml/pom.xml | 4 ++--
 health/pom.xml             | 4 ++--
 http-log/pom.xml           | 4 ++--
 observability/pom.xml      | 4 ++--
 rest-json/pom.xml          | 4 ++--
 timer-log-cdi/pom.xml      | 4 ++--
 timer-log-kotlin/pom.xml   | 4 ++--
 timer-log-main/pom.xml     | 4 ++--
 timer-log-spring/pom.xml   | 4 ++--
 timer-log-xml/pom.xml      | 4 ++--
 timer-log/pom.xml          | 4 ++--
 11 files changed, 22 insertions(+), 22 deletions(-)


[camel-quarkus-examples] 01/02: Upgrade to Camel Quarkus 1.6.0

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

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

commit 78354b127854a317c33f96d18ad624dd1bcb6027
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Dec 21 12:52:29 2020 +0100

    Upgrade to Camel Quarkus 1.6.0
---
 file-split-log-xml/pom.xml | 2 +-
 health/pom.xml             | 2 +-
 http-log/pom.xml           | 2 +-
 observability/pom.xml      | 2 +-
 rest-json/pom.xml          | 2 +-
 timer-log-cdi/pom.xml      | 2 +-
 timer-log-kotlin/pom.xml   | 2 +-
 timer-log-main/pom.xml     | 2 +-
 timer-log-spring/pom.xml   | 2 +-
 timer-log-xml/pom.xml      | 2 +-
 timer-log/pom.xml          | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 352473f..2be86b8 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: File To Log XML DSL</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/health/pom.xml b/health/pom.xml
index b4fdadb..c5c2cc4 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Health Check</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 29463d0..6eba729 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: HTTP to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/observability/pom.xml b/observability/pom.xml
index 114dd9b..2b44cab 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Observability</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 517286c..912f629 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Rest Json</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log-cdi/pom.xml b/timer-log-cdi/pom.xml
index 85b8b1a..12ee839 100644
--- a/timer-log-cdi/pom.xml
+++ b/timer-log-cdi/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log CDI</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 2fefac7..74ac117 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log Kotlin</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
         <kotlin.version>1.3.72</kotlin.version>
 
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index a21bbf3..9207992 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log Main</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml
index d85bf2d..774e0b4 100644
--- a/timer-log-spring/pom.xml
+++ b/timer-log-spring/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log Spring</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml
index be8a67c..ba4025f 100644
--- a/timer-log-xml/pom.xml
+++ b/timer-log-xml/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log XML</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index a5978c1..443727d 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log</description>
 
     <properties>
-        <camel-quarkus.version>1.5.0</camel-quarkus.version>
+        <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.10.3.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


[camel-quarkus-examples] 02/02: Upgrade to Quarkus 1.11.0.Beta1

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

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

commit 84860a441d40abb3f56fcc00ceab263bed62de74
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Dec 21 16:19:32 2020 +0100

    Upgrade to Quarkus 1.11.0.Beta1
---
 file-split-log-xml/pom.xml | 2 +-
 health/pom.xml             | 2 +-
 http-log/pom.xml           | 2 +-
 observability/pom.xml      | 2 +-
 rest-json/pom.xml          | 2 +-
 timer-log-cdi/pom.xml      | 2 +-
 timer-log-kotlin/pom.xml   | 2 +-
 timer-log-main/pom.xml     | 2 +-
 timer-log-spring/pom.xml   | 2 +-
 timer-log-xml/pom.xml      | 2 +-
 timer-log/pom.xml          | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 2be86b8..255ae89 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/health/pom.xml b/health/pom.xml
index c5c2cc4..b0f70e7 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 6eba729..24a279e 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/observability/pom.xml b/observability/pom.xml
index 2b44cab..454206e 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index 912f629..4af410e 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/timer-log-cdi/pom.xml b/timer-log-cdi/pom.xml
index 12ee839..e6cc5ac 100644
--- a/timer-log-cdi/pom.xml
+++ b/timer-log-cdi/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 74ac117..ba3529e 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
         <kotlin.version>1.3.72</kotlin.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index 9207992..145feec 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml
index 774e0b4..6d79205 100644
--- a/timer-log-spring/pom.xml
+++ b/timer-log-spring/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml
index ba4025f..e499e76 100644
--- a/timer-log-xml/pom.xml
+++ b/timer-log-xml/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 443727d..9a39fba 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
         <camel-quarkus.version>1.6.0-SNAPSHOT</camel-quarkus.version>
-        <quarkus.version>1.10.3.Final</quarkus.version>
+        <quarkus.version>1.11.0.Beta1</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>