You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/03/02 10:35:40 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated (7fb72d4 -> 56e09b4)

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

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


    from 7fb72d4  Dynamically generate native test matrix
     new f330d3c  Remove health configuration no longer present in Camel 3.16
     new b779618  Sync .gitignore with the main project
     new 56e09b4  Set quarkus.platform.version to 2.7.2.Final

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                       | 4 ++++
 aws-lambda/pom.xml                               | 2 +-
 file-bindy-ftp/pom.xml                           | 2 +-
 file-split-log-xml/pom.xml                       | 2 +-
 health/pom.xml                                   | 2 +-
 health/src/main/resources/application.properties | 3 ---
 http-log/pom.xml                                 | 2 +-
 jdbc-datasource/pom.xml                          | 2 +-
 kafka/pom.xml                                    | 2 +-
 kamelet-chucknorris/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 +-
 18 files changed, 20 insertions(+), 19 deletions(-)

[camel-quarkus-examples] 01/03: Remove health configuration no longer present in Camel 3.16

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

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

commit f330d3c3317548870aed9e9cdce2827841dcdf3f
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 2 09:17:03 2022 +0000

    Remove health configuration no longer present in Camel 3.16
---
 health/src/main/resources/application.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/health/src/main/resources/application.properties b/health/src/main/resources/application.properties
index afe6384..8ef2f86 100644
--- a/health/src/main/resources/application.properties
+++ b/health/src/main/resources/application.properties
@@ -43,9 +43,6 @@ camel.main.route-controller-back-off-max-attempts = 10
 # global flag to enable/disable
 camel.health.enabled = true
 
-# context check is default included but we can turn it on|off
-camel.health.context-enabled = true
-
 # routes check is default included but we can turn it on|off
 camel.health.routes-enabled = true
 

[camel-quarkus-examples] 02/03: Sync .gitignore with the main project

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

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

commit b7796181bf9f73d049559fe0f41e413826ed7a49
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 2 09:17:18 2022 +0000

    Sync .gitignore with the main project
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 873f81c..1011867 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@ pom.xml.releaseBackup
 pom.xml.versionsBackup
 pom.xml.next
 release.properties
+dependency-reduced-pom.xml
 
 # Eclipse
 .project
@@ -37,3 +38,6 @@ nb-configuration.xml
 
 # Vi/Vim
 *.swp
+
+# Quarkus
+quarkus.log

[camel-quarkus-examples] 03/03: Set quarkus.platform.version to 2.7.2.Final

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

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

commit 56e09b41db6b42dbc7bad336d4dc59c80e6e2b68
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 2 09:49:07 2022 +0000

    Set quarkus.platform.version to 2.7.2.Final
---
 aws-lambda/pom.xml          | 2 +-
 file-bindy-ftp/pom.xml      | 2 +-
 file-split-log-xml/pom.xml  | 2 +-
 health/pom.xml              | 2 +-
 http-log/pom.xml            | 2 +-
 jdbc-datasource/pom.xml     | 2 +-
 kafka/pom.xml               | 2 +-
 kamelet-chucknorris/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 +-
 16 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index 69f0456..34901b7 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -27,7 +27,7 @@
     <description>Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 5302477..7109bf3 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: File Bindy FTP</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 95a21c0..14c5ca1 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/health/pom.xml b/health/pom.xml
index b62cf2c..d17afc6 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Health Check</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index bda7185..d6f4fef 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: HTTP to Log</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index 789bdf1..abbb7cf 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -25,7 +25,7 @@
     <name>Camel Quarkus :: Examples :: Jdbc - DatataSource - Log</name>
     <description>Camel Quarkus Example :: Connect to Database using Datasource</description>
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 6961a66..07a1541 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Kafka</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 9034f2f..c4991a3 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Kamelet Chuck Norris</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <!-- TODO: https://github.com/apache/camel-quarkus/issues/3156 -->
diff --git a/observability/pom.xml b/observability/pom.xml
index 64e8aee..bc69ed1 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -29,7 +29,7 @@
 
     <properties>
 
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index f0d8a42..c0eb1f8 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Rest Json</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/timer-log-cdi/pom.xml b/timer-log-cdi/pom.xml
index 457084a..099ab81 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index 091d5a7..a19b34a 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index f11daa2..4d38b9a 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <!-- TODO: https://github.com/apache/camel-quarkus/issues/3156 -->
diff --git a/timer-log-spring/pom.xml b/timer-log-spring/pom.xml
index a1a299d..e738be2 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/timer-log-xml/pom.xml b/timer-log-xml/pom.xml
index 7b05e9b..c7106d7 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>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 4db1bed..3ac0528 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Timer to Log</description>
 
     <properties>
-        <quarkus.platform.version>2.7.1.Final</quarkus.platform.version>
+        <quarkus.platform.version>2.7.2.Final</quarkus.platform.version>
         <camel-quarkus.platform.version>2.8.0-SNAPSHOT</camel-quarkus.platform.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>