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/05/19 08:28:22 UTC

[camel-quarkus] branch quarkus-main updated (4a4ebb0788 -> 7b1b573540)

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 4a4ebb0788 Add workaround for RemoteCacheManager bean discovery #4841
 discard c92997cc8d Revert "Revert "Restore smallrye-reactive-messaging-camel extension""
 discard 239e4a589e Upgrade Quarkus to 3.1.0.CR1
     add 1f690cda6f Restore erroneously removed camel-quartz dependency exclusions
     add af3453be5c Updated CHANGELOG.md
     add bbe9c2b87b Upgrade Quarkus to 3.1.0.CR1
     add 40635a3b6c Revert "Revert "Restore smallrye-reactive-messaging-camel extension""
     add aaebbc7d42 Add workaround for RemoteCacheManager bean discovery #4841
     add 006cfaa187 Upgrade to Optaplanner 9.37.Final Fixes #4463
     add bdf7903aa6 fix contributor links (#4915)
     add abd5a77cd3 Upgrade CycloneDX Maven plugin to version 2.7.9
     add ecb3c47db0 Updated CHANGELOG.md
     new 7b1b573540 Upgrade Quarkus to 3.2.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   (4a4ebb0788)
            \
             N -- N -- N   refs/heads/quarkus-main (7b1b573540)

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:
 CHANGELOG.md                                       |  8 +++
 .../ROOT/examples/components/optaplanner.yml       | 13 +++++
 docs/modules/ROOT/nav.adoc                         |  1 +
 .../ROOT/pages/contributor-guide/index.adoc        |  4 +-
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc |  1 -
 .../extensions/{jsch.adoc => optaplanner.adoc}     | 20 ++++----
 extensions/pom.xml                                 |  2 +-
 .../optaplanner/it/OptaplannerResource.java        |  1 -
 .../quarkus/component/optaplanner/it/Routes.java   |  7 ++-
 .../optaplanner/it/bootstrap/DataGenerator.java    |  3 +-
 integration-tests/pom.xml                          |  2 +-
 pom.xml                                            |  4 +-
 poms/bom/pom.xml                                   | 52 +++++++++++--------
 poms/bom/src/main/generated/flattened-full-pom.xml | 59 ++++++++++++++++++++++
 .../src/main/generated/flattened-reduced-pom.xml   | 59 ++++++++++++++++++++++
 .../generated/flattened-reduced-verbose-pom.xml    | 59 ++++++++++++++++++++++
 tooling/scripts/test-categories.yaml               |  1 +
 17 files changed, 250 insertions(+), 46 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/components/optaplanner.yml
 copy docs/modules/ROOT/pages/reference/extensions/{jsch.adoc => optaplanner.adoc} (62%)


[camel-quarkus] 01/01: Upgrade Quarkus to 3.2.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 7b1b57354029a04dac5e206161e8e37f29ba7225
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri May 19 09:28:11 2023 +0100

    Upgrade Quarkus to 3.2.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 a5479cf501..5eda4912b2 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
     # Project versions
     camel-version: 4.0.0-M3 # replace ${camel.version}
     camel-docs-version: ""
-    quarkus-version: 3.1.0.CR1 # 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 8903f8dcf6..2b8dc3d308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
         <quarkiverse-mybatis.version>2.0.0</quarkiverse-mybatis.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/mybatis/quarkus-mybatis-parent/ -->
         <quarkiverse-pooled-jms.version>2.0.1</quarkiverse-pooled-jms.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/messaginghub/quarkus-pooled-jms-parent/ -->
         <quarkiverse-tika.version>2.0.0</quarkiverse-tika.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/tika/quarkus-tika-parent/ -->
-        <quarkus.version>3.1.0.CR1</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.1.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->