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 2023/03/22 17:09:54 UTC

[camel-quarkus] branch quarkus-main updated (8179fab45c -> 9e9772657f)

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

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


 discard 8179fab45c Upgrade Quarkus to 3.0.0.Alpha7
     add c28e43ea38 Revert "Temporary workaround for #4603 IllegalAnnotationsException Two classes"
     add d82de0208c Init Migrating to Camel Quarkus 3.0 guide
     add dd0f95657f Updated CHANGELOG.md
     add 9147c3c9f8 Update checkout action configuration to pick up dependabot branch changes
     add 5804989eae Bump quarkiverse-mybatis.version from 2.0.0.CR1 to 2.0.0.CR2 (#4674)
     add 95e128004a Upgrade Quarkus to 3.0.0.Beta1
     new 9e9772657f Upgrade Quarkus to 3.0.0.CR1

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   (8179fab45c)
            \
             N -- N -- N   refs/heads/quarkus-main (9e9772657f)

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:
 .github/workflows/ci-build.yaml                    | 27 +++++++++++++++---
 .../workflows/synchronize-dependabot-branch.yaml   |  5 ++--
 CHANGELOG.md                                       |  4 +++
 docs/modules/ROOT/nav.adoc                         |  1 +
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 32 ++++++++++++++++++++++
 .../src/main/resources/application.properties      |  5 ----
 .../src/main/resources/application.properties      |  4 ---
 .../src/main/resources/application.properties      |  4 ---
 .../src/main/resources/application.properties      |  4 ---
 .../src/main/resources/application.properties      |  6 +---
 .../src/main/resources/application.properties      |  4 ---
 .../src/main/resources/application.properties      |  4 ---
 integration-tests/opentelemetry/pom.xml            |  5 ++++
 .../opentelemetry/it/OpenTelemetryTest.java        |  5 ++++
 pom.xml                                            |  4 +--
 poms/bom/src/main/generated/flattened-full-pom.xml |  6 ++--
 .../src/main/generated/flattened-reduced-pom.xml   |  6 ++--
 .../generated/flattened-reduced-verbose-pom.xml    |  6 ++--
 18 files changed, 84 insertions(+), 48 deletions(-)
 create mode 100644 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc


[camel-quarkus] 01/01: Upgrade Quarkus to 3.0.0.CR1

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

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

commit 9e9772657fa21a66ed192006557baee7da40317b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 22 17:09:39 2023 +0000

    Upgrade Quarkus to 3.0.0.CR1
---
 docs/antora.yml | 2 +-
 pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index cc57ac4945..25e569f825 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
     # Project versions
     camel-version: 4.0.0-M2 # replace ${camel.version}
     camel-docs-version: ""
-    quarkus-version: 3.0.0.Beta1 # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     graalvm-version: 22.3.0 # replace ${graalvm.version}
     graalvm-docs-version: 22.3
     min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/pom.xml b/pom.xml
index 9e709eb3b6..e68bb5d086 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>2.0.0.CR2</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>2.0.0.CR2</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>1.0.3</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>3.0.0.Beta1</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
+        <quarkus.version>999-SNAPSHOT</quarkus.version><!-- https://repo1.maven.org/maven2/io/quarkus/quarkus-bom/ -->
         <quarkus-hazelcast-client.version>3.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>2.0.0.Alpha3</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->