You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2022/12/15 16:44:39 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated (ad7bd43 -> 5cc51a4)

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

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


    omit ad7bd43  Add jms-jpa example (#123)
    omit 9a7f0e5  Upgrade file-bindy-ftp sftp-server container image to 0.2.0
    omit 9bdcd3f  Enable cluster-leader-election native build since kubernetes-client incompatibility is resolved
    omit c2c997e  Enable health tests after Camel 3.19.0 upgrade
    omit 01f05ba  Next is 2.15.0
     add 00f1e8e  Next is 2.15.0
     add d98b6ad  Enable health tests after Camel 3.19.0 upgrade
     add 956e72d  Enable cluster-leader-election native build since kubernetes-client incompatibility is resolved
     add af4109b  Upgrade file-bindy-ftp sftp-server container image to 0.2.0
     add b29ce9c  Add jms-jpa example (#123)
     add 58792c5  Upgrade to Quarkus Platform 2.15.0.Final
     add 255371e  Tag 2.15.0
     new 5cc51a4  Next is 2.16.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ad7bd43)
            \
             N -- N -- N   refs/heads/camel-quarkus-main (5cc51a4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 aws-lambda/pom.xml                                | 12 ++++++------
 cluster-leader-election/pom.xml                   | 12 ++++++------
 file-bindy-ftp/pom.xml                            | 12 ++++++------
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++++++------
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++++++------
 file-split-log-xml/pom.xml                        | 12 ++++++------
 health/pom.xml                                    | 12 ++++++------
 http-log/pom.xml                                  | 12 ++++++------
 jdbc-datasource/pom.xml                           | 12 ++++++------
 jms-jpa/pom.xml                                   | 12 ++++++------
 jta-jpa/pom.xml                                   | 12 ++++++------
 kafka/pom.xml                                     | 12 ++++++------
 kamelet-chucknorris/pom.xml                       | 14 +++++++-------
 observability/pom.xml                             | 12 ++++++------
 platform-http-security-keycloak/pom.xml           | 12 ++++++------
 rest-json/pom.xml                                 | 12 ++++++------
 timer-log-kotlin/pom.xml                          | 12 ++++++------
 timer-log-main/pom.xml                            | 14 +++++++-------
 timer-log/pom.xml                                 | 12 ++++++------
 19 files changed, 116 insertions(+), 116 deletions(-)


[camel-quarkus-examples] 01/01: Next is 2.16.0

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

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

commit 5cc51a458281eecd337862388d31064bb6b2a508
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Dec 15 17:43:51 2022 +0100

    Next is 2.16.0
---
 aws-lambda/pom.xml                                |  2 +-
 cluster-leader-election/pom.xml                   |  2 +-
 file-bindy-ftp/pom.xml                            |  2 +-
 file-bindy-ftp/src/main/kubernetes/kubernetes.yml | 12 ++++++------
 file-bindy-ftp/src/main/kubernetes/openshift.yml  | 12 ++++++------
 file-split-log-xml/pom.xml                        |  2 +-
 health/pom.xml                                    |  2 +-
 http-log/pom.xml                                  |  2 +-
 jdbc-datasource/pom.xml                           |  2 +-
 jms-jpa/pom.xml                                   |  2 +-
 jta-jpa/pom.xml                                   |  2 +-
 kafka/pom.xml                                     |  2 +-
 kamelet-chucknorris/pom.xml                       |  2 +-
 observability/pom.xml                             |  2 +-
 platform-http-security-keycloak/pom.xml           |  2 +-
 rest-json/pom.xml                                 |  2 +-
 timer-log-kotlin/pom.xml                          |  2 +-
 timer-log-main/pom.xml                            |  2 +-
 timer-log/pom.xml                                 |  2 +-
 19 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml
index a61591c..06ab7cb 100644
--- a/aws-lambda/pom.xml
+++ b/aws-lambda/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-aws-lambda</artifactId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: AWS Lambda</name>
     <description>Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda</description>
diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml
index 1248ad4..ab03077 100644
--- a/cluster-leader-election/pom.xml
+++ b/cluster-leader-election/pom.xml
@@ -23,7 +23,7 @@
 
     <artifactId>camel-quarkus-examples-cluster-leader-election</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Cluster leader election</name>
     <description>Camel Quarkus Example :: Cluster leader election</description>
diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml
index 13837b3..bda5d15 100644
--- a/file-bindy-ftp/pom.xml
+++ b/file-bindy-ftp/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-file-bindy-ftp</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: File Bindy FTP</name>
     <description>Camel Quarkus Example :: File Bindy FTP</description>
diff --git a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
index 942e883..9be9cd8 100644
--- a/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
+++ b/file-bindy-ftp/src/main/kubernetes/kubernetes.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
 spec:
   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-      app.kubernetes.io/version: 2.15.0
+      app.kubernetes.io/version: 2.16.0-SNAPSHOT
   template:
     metadata:
       labels:
         app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-        app.kubernetes.io/version: 2.15.0
+        app.kubernetes.io/version: 2.16.0-SNAPSHOT
     spec:
       containers:
         - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
       targetPort: 2222
   selector:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-bindy-ftp/src/main/kubernetes/openshift.yml b/file-bindy-ftp/src/main/kubernetes/openshift.yml
index 942e883..9be9cd8 100644
--- a/file-bindy-ftp/src/main/kubernetes/openshift.yml
+++ b/file-bindy-ftp/src/main/kubernetes/openshift.yml
@@ -21,18 +21,18 @@ metadata:
   name: ssh-server-deployment
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
 spec:
   replicas: 1
   selector:
     matchLabels:
       app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-      app.kubernetes.io/version: 2.15.0
+      app.kubernetes.io/version: 2.16.0-SNAPSHOT
   template:
     metadata:
       labels:
         app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-        app.kubernetes.io/version: 2.15.0
+        app.kubernetes.io/version: 2.16.0-SNAPSHOT
     spec:
       containers:
         - name: openssh-server
@@ -57,7 +57,7 @@ kind: Service
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   name: ftp-server
 spec:
   ports:
@@ -66,7 +66,7 @@ spec:
       targetPort: 2222
   selector:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   type: ClusterIP
 ---
 apiVersion: v1
@@ -77,7 +77,7 @@ kind: Secret
 metadata:
   labels:
     app.kubernetes.io/name: camel-quarkus-examples-file-bindy-ftp
-    app.kubernetes.io/version: 2.15.0
+    app.kubernetes.io/version: 2.16.0-SNAPSHOT
   name: ftp-credentials
 type: Opaque
 ---
diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml
index 3a878f4..24fc597 100644
--- a/file-split-log-xml/pom.xml
+++ b/file-split-log-xml/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-file-log-xml</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: File To Log XML DSL</name>
     <description>Camel Quarkus Example :: File To Log XML DSL</description>
diff --git a/health/pom.xml b/health/pom.xml
index f9ba102..82411a7 100644
--- a/health/pom.xml
+++ b/health/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-health</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Health</name>
     <description>Camel Quarkus Example :: Health Check</description>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index aa13745..d544969 100644
--- a/http-log/pom.xml
+++ b/http-log/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-http-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: HTTP Log</name>
     <description>Camel Quarkus Example :: HTTP to Log</description>
diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml
index 6a1484c..9fb9253 100644
--- a/jdbc-datasource/pom.xml
+++ b/jdbc-datasource/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jdbc-datasource</artifactId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
     <name>Camel Quarkus :: Examples :: Jdbc - DatataSource - Log</name>
     <description>Camel Quarkus Example :: Connect to Database using Datasource</description>
     <properties>
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 6d93c67..fa5ff9c 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jms-jpa</artifactId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
     <name>Camel Quarkus :: Examples :: JMS JPA</name>
     <description>Camel Quarkus Example :: JMS JPA</description>
     <properties>
diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml
index 1b27b98..bfdb4e7 100644
--- a/jta-jpa/pom.xml
+++ b/jta-jpa/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel.quarkus.examples</groupId>
     <artifactId>camel-quarkus-examples-jta-jpa</artifactId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
     <name>Camel Quarkus :: Examples :: JTA JPA</name>
     <description>Camel Quarkus Example :: JTA JPA</description>
     <properties>
diff --git a/kafka/pom.xml b/kafka/pom.xml
index 0be5462..057da4a 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-kafka</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Kafka</name>
     <description>Camel Quarkus Example :: Kafka</description>
diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index 411526a..659a4a6 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-kamelet-chucknorris</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Kamelet Chuck Norris</name>
     <description>Camel Quarkus Example :: Kamelet Chuck Norris</description>
diff --git a/observability/pom.xml b/observability/pom.xml
index e338eb4..6e41bd4 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-observability</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Observability</name>
     <description>Camel Quarkus Example :: Observability</description>
diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml
index ba94a6d..4f7ebd4 100644
--- a/platform-http-security-keycloak/pom.xml
+++ b/platform-http-security-keycloak/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-platform-http-security-keycloak</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Platform HTTP Security Keycloak</name>
     <description>Camel Quarkus Example :: Platform HTTP Security Keycloak</description>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index e0adf85..e98c1c1 100644
--- a/rest-json/pom.xml
+++ b/rest-json/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-rest-json</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Rest Json</name>
     <description>Camel Quarkus Example :: Rest Json</description>
diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml
index eab007e..938520b 100644
--- a/timer-log-kotlin/pom.xml
+++ b/timer-log-kotlin/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log-kotlin</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Kotlin</name>
     <description>Camel Quarkus Example :: Timer to Log Kotlin</description>
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index bc1d048..2323c8a 100644
--- a/timer-log-main/pom.xml
+++ b/timer-log-main/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log-main</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log Main</name>
     <description>Camel Quarkus Example :: Timer to Log Main</description>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 4db0e6f..aae5086 100644
--- a/timer-log/pom.xml
+++ b/timer-log/pom.xml
@@ -22,7 +22,7 @@
 
     <artifactId>camel-quarkus-examples-timer-log</artifactId>
     <groupId>org.apache.camel.quarkus.examples</groupId>
-    <version>2.15.0</version>
+    <version>2.16.0-SNAPSHOT</version>
 
     <name>Camel Quarkus :: Examples :: Timer Log</name>
     <description>Camel Quarkus Example :: Timer to Log</description>