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 2021/11/18 07:26:38 UTC

[camel-quarkus] branch quarkus-main updated (9faf780 -> 4a3e519)

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 9faf780  Upgrade Quarkus to 2.6.0.CR1
     add a9d36a8  Make the dependency management more consistent #3302
     add 34e43c6  Add route configuration test coverage for endpoint route builder #2078
     add 2634a06  Upgrade Quarkus to 2.5.0.Final
     add 3ee7372  Fix broken links to SmallRye Reactive Messaging documentation
     add 1584a7b  Upgrade Camel to 3.13.0
     add d80b60c  Use hard coded azure-bom version property since it has been removed from camel-parent & camel-dependencies
     add 556887f  Disable AtlasMap native tests due to #3189
     add 6f670fc  Disable MicroProfileHealthTest.testFailureThreshold due to #3277
     add 135c76a  Disable docs xref checks until #3307 is fixed
     add 1a7f50b  Enable Atlasmap tests and fix loading URL resources in native mode fixes #3189
     add 62805ab  Update Atlasmaps reflective class build configuration due to Atlasmap 2.3.x improvements
     add 9266d52  Use Atlasmap jandex index for atlasmap bean discovery Fixes #2578
     add d865284  Upgrade Quarkus Qpid JMS to 0.30.0
     add cda142b  Updated CHANGELOG.md
     new 4a3e519  Upgrade Quarkus to 2.6.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   (9faf780)
            \
             N -- N -- N   refs/heads/quarkus-main (4a3e519)

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 ++++++
 docs/antora-playbook-dev.yml                       |  2 +-
 docs/antora-playbook.yml                           |  4 +--
 docs/antora.yml                                    |  6 ++--
 .../reference/extensions/aws-secrets-manager.adoc  |  2 +-
 .../ROOT/pages/reference/extensions/rest.adoc      |  2 +-
 .../extensions/smallrye-reactive-messaging.adoc    |  4 +--
 docs/pom.xml                                       |  2 ++
 extensions-jvm/spark/bom/pom.xml                   |  5 ----
 .../atlasmap/deployment/AtlasmapProcessor.java     | 18 ++----------
 .../component/atlasmap/graalvm/Substitutions.java  | 32 ++++++++++++++++++++++
 .../deployment/AzureEventhubsProcessor.java        |  5 +++-
 .../runtime/src/main/doc/usage.adoc                |  4 +--
 ...onfigurationsEndpointConfigurationBuilder.java} | 13 +++------
 ...> RouteConfigurationsEndpointRouteBuilder.java} | 27 +++++-------------
 .../RouteConfigurationsResource.java               |  8 ++++++
 .../RouteConfigurationsTest.java                   | 11 ++++++++
 .../quarkus/component/atlasmap/it/AtlasmapIT.java  |  1 +
 .../component/sftp/it/SftpTestResource.java        |  4 +--
 .../src/main/resources/application.properties      |  2 +-
 .../infinispan/InfinispanServerTestResource.java   |  2 +-
 .../it/health/MicroProfileHealthTest.java          |  2 ++
 .../quarkus/component/mllp/it/MllpResource.java    | 28 ++++++-------------
 .../camel/quarkus/component/mllp/it/MllpTest.java  |  9 ------
 pom.xml                                            | 11 ++++----
 poms/bom/pom.xml                                   | 32 +++++++++++++++++++++-
 26 files changed, 141 insertions(+), 103 deletions(-)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsConfigurationBuilder.java => RouteConfigurationsEndpointConfigurationBuilder.java} (69%)
 copy integration-test-groups/foundation/route-configurations/src/main/java/org/apache/camel/quarkus/core/it/routeconfigurations/{RouteConfigurationsRouteBuilder.java => RouteConfigurationsEndpointRouteBuilder.java} (56%)
 copy {integration-test-groups/foundation/direct => integration-tests/infinispan}/src/main/resources/application.properties (94%)

[camel-quarkus] 01/01: Upgrade Quarkus to 2.6.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 4a3e519108f5570b4547905376199f929fb0c8e8
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 11 14:04:24 2021 +0000

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

diff --git a/docs/antora.yml b/docs/antora.yml
index bc1bbc6..b5c2ecc 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -27,7 +27,7 @@ asciidoc:
     min-maven-version: 3.6.2 # replace ${min-maven-version}
     target-maven-version: 3.8.1 # replace ${target-maven-version}
     camel-version: 3.13.0 # replace ${camel.version}
-    quarkus-version: 2.5.0.Final # replace ${quarkus.version}
+    quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
     # attributes used in xrefs to other Antora components
     cq-camel-components: 3.13.x@components # replace ${camel.docs.components.xref}
     quarkus-examples-version: latest
diff --git a/pom.xml b/pom.xml
index cefa355..05c7462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <optaplanner.version>8.9.1.Final</optaplanner.version><!-- May go back to Camel's ${optaplanner-version} when they are in sync https://repo1.maven.org/maven2/org/optaplanner/optaplanner-quarkus/ -->
         <quarkiverse.freemarker.version>0.3.0</quarkiverse.freemarker.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/freemarker/quarkus-freemarker-parent/ -->
         <quarkiverse-minio.version>2.3.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
-        <quarkus.version>2.5.0.Final</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>2.0.0</quarkus-hazelcast-client.version><!-- https://repo1.maven.org/maven2/com/hazelcast/quarkus-hazelcast-client-bom/ -->
         <quarkus-qpid-jms.version>0.30.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->
 
@@ -105,7 +105,7 @@
         <json-smart.version>2.4.7</json-smart.version>
         <kafka.version>2.8.1</kafka.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.apache.kafka:kafka-clients -->
         <kudu.version>${kudu-version}</kudu.version>
-        <kotlin.version>1.5.31</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
+        <kotlin.version>1.6.0</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
         <libthrift.version>${libthrift-version}</libthrift.version> <!-- Spark -->
         <metrics.version>${metrics-version}</metrics.version><!-- Spark -->
         <mvel2.version>${mvel-version}</mvel2.version>