You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/08/27 06:36:25 UTC

[camel-quarkus] branch quarkus-main updated (83cd9fb -> 5513df2)

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

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


 discard 83cd9fb  Upgrade Quarkus to 2.3.0.CR1
     add 0ee5f42  Updated CHANGELOG.md
     add 375b3cf  Remove dummy quarkus.google.cloud.project-id after it was made optional in Quarkiverse Google Cloud 0.10.0 #2858
     add ad558eb  Exclude grpc-netty-shaded in favour of grpc-netty as it is not supported by quarkus-opentelemetry
     add 5beab29  Fix Splunk container exposed ports configuration
     add 5cf6095  fix SolrTest failure when using CloundContainer #2967
     add 10d1cd5  #2967 reading clould container configuration files from classpath
     new 5513df2  Upgrade Quarkus to 2.3.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   (83cd9fb)
            \
             N -- N -- N   refs/heads/quarkus-main (5513df2)

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                                        | 10 ++++++++++
 extensions/opentelemetry/runtime/pom.xml            |  4 ++++
 .../src/main/resources/application.properties       | 19 -------------------
 .../src/main/resources/application.properties       | 18 ------------------
 .../{src/main/resources => }/README.adoc            |  0
 .../src/main/resources/application.properties       |  1 -
 .../quarkus/component/solr/it/SolrTestResource.java | 21 +++++++++++++++++----
 ...ompose.yml => cloud-docker-compose_nonlinux.yml} |  4 ++++
 .../component/splunk/it/SplunkTestResource.java     |  3 +--
 poms/bom/pom.xml                                    |  6 ++++++
 10 files changed, 42 insertions(+), 44 deletions(-)
 delete mode 100644 integration-tests/google-bigquery/src/main/resources/application.properties
 delete mode 100644 integration-tests/google-pubsub/src/main/resources/application.properties
 rename integration-tests/google-storage/{src/main/resources => }/README.adoc (100%)
 copy integration-tests/solr/src/test/resources/{cloud-docker-compose.yml => cloud-docker-compose_nonlinux.yml} (95%)

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

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

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

commit 5513df2b6ac995ad7e9f90b055f91d317fa5aa39
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 19 09:56:45 2021 +0100

    Upgrade Quarkus to 2.3.0.CR1
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 35eace7..38de70a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <optaplanner.version>8.8.0.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.0.0</quarkiverse-minio.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/minio/quarkus-minio-parent/ -->
-        <quarkus.version>2.2.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-google-cloud.version>0.10.0</quarkus-google-cloud.version><!-- https://repo1.maven.org/maven2/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-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.27.0</quarkus-qpid-jms.version><!-- https://repo1.maven.org/maven2/org/amqphub/quarkus/quarkus-qpid-jms-bom/ -->
@@ -76,7 +76,7 @@
         <github-api.version>1.111</github-api.version><!-- Used in a Groovy script bellow -->
         <guava.version>29.0-jre</guava.version>
         <graalvm.version>21.2.0</graalvm.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.graalvm.nativeimage:svm -->
-        <grpc.version>1.38.1</grpc.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.grpc:grpc-core -->
+        <grpc.version>1.40.1</grpc.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.grpc:grpc-core -->
         <gson.version>2.8.6</gson.version><!-- @sync com.ibm.jsonata4java:JSONata4Java:${jsonata4java-version} dep:com.google.code.gson:gson -->
         <hadoop2.version>${hadoop2-version}</hadoop2.version><!-- Spark -->
         <hapi.version>${hapi-version}</hapi.version>
@@ -98,7 +98,7 @@
         <json-smart.version>2.4.7</json-smart.version>
         <kafka.version>2.8.0</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.21</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
+        <kotlin.version>1.5.30</kotlin.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.jetbrains.kotlin:kotlin-stdlib -->
         <netty3.version>${netty3-version}</netty3.version><!-- Spark -->
         <minio.version>${minio-version}</minio.version><!-- Keep in sync with quarkiverse-minio and Camel, preferring Camel assuming that it is more likely to be up to date -->
         <mvel2.version>${mvel-version}</mvel2.version>