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/10/01 13:22:22 UTC

[camel-quarkus-examples] branch camel-quarkus-master updated (63c8e8f -> 8e51cbd)

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.


 discard 63c8e8f  Upgrade to Camel Quarkus 1.2.0-SNAPSHOT
 discard f3c4a49  Build Camel Quarkus for the camel-quarkus-master branch
     new 2cd3789  Build Camel Quarkus for the camel-quarkus-master branch
     new 8e51cbd  Upgrade to Camel Quarkus 1.2.0-SNAPSHOT

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   (63c8e8f)
            \
             N -- N -- N   refs/heads/camel-quarkus-master (8e51cbd)

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 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:
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[camel-quarkus-examples] 02/02: Upgrade to Camel Quarkus 1.2.0-SNAPSHOT

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 8e51cbda3b19b4dd1ef5decaede5479ab2a88873
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Oct 1 14:56:53 2020 +0200

    Upgrade to Camel Quarkus 1.2.0-SNAPSHOT
---
 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 d147c82..e5e2ef2 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/health/pom.xml b/health/pom.xml
index 2824992..0357313 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/http-log/pom.xml b/http-log/pom.xml
index 294e5ed..a23c398 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/observability/pom.xml b/observability/pom.xml
index b82824c..998f095 100644
--- a/observability/pom.xml
+++ b/observability/pom.xml
@@ -28,7 +28,7 @@
     <description>Camel Quarkus Example :: Observability</description>
 
     <properties>
-        <camel-quarkus.version>1.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/rest-json/pom.xml b/rest-json/pom.xml
index ab7edf4..2de9562 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.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 ef3eea3..141ace7 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.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 f878954..88deb7b 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
         <kotlin.version>1.3.21</kotlin.version>
 
diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml
index 1573dd0..1761ef3 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.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 7e6386d..f776cc8 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.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 0ae4d96..cd54b3d 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/timer-log/pom.xml b/timer-log/pom.xml
index 436cc7e..9c9e470 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.1.0</camel-quarkus.version>
+        <camel-quarkus.version>1.2.0-SNAPSHOT</camel-quarkus.version>
         <quarkus.version>1.8.1.Final</quarkus.version>
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>


[camel-quarkus-examples] 01/02: Build Camel Quarkus for the camel-quarkus-master branch

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 2cd37898c1cf3d0c04dc2cf17fd787f80e9a57f9
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Oct 1 15:07:48 2020 +0200

    Build Camel Quarkus for the camel-quarkus-master branch
---
 .github/workflows/ci-build.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 344411f..2136c16 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -58,6 +58,13 @@ jobs:
           version: '11'
       - name: Checkout
         uses: actions/checkout@v2
+      - name: Build Camel Quarkus
+        if: github.ref == 'refs/heads/camel-quarkus-master' || github.base_ref == 'camel-quarkus-master'
+        run: |
+          git clone --depth 1 --branch master https://github.com/apache/camel-quarkus.git \
+            && cd camel-quarkus \
+            && echo "Current Camel Quarkus commit:" $(git rev-parse HEAD) \
+            && ./mvnw ${MAVEN_ARGS} clean install -DskipTests -Denforcer.skip -Dquarkus.build.skip
       - name: mvn license:check formatter:validate impsort:check
         run: |
           ./mvnw-for-each.sh ${MAVEN_ARGS} \