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 63aef1820e Upgrade Quarkus to 2.10.0.CR1
     add f117bdeb41 Reinitialize ActiveMQ IdGenerator at runtime to ensure 
generated id uniqueness
     add 0b5bb7b142 Updated CHANGELOG.md
     add 14aef85f2b Remove some superfluous runtime initialized classes from 
camel-quarkus-support-reactor-netty
     add 1431d7fb09 Updated CHANGELOG.md
     add 0b0a7ff97a Add zhfeng key (#3814)
     new f8be2f8e98 Upgrade Quarkus to 2.10.0.CR1
     new 763b5087f1 Add extension camel-quarkus-support-google-cloud

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   (63aef1820e)
            \
             N -- N -- N   refs/heads/quarkus-main (763b5087f1)

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:
 CHANGELOG.md                                       |  5 ++
 KEYS                                               | 55 ++++++++++++++++++++++
 .../deployment/pom.xml                             |  8 ++--
 .../{bouncycastle => google-cloud}/pom.xml         | 10 ++--
 .../{httpclient => google-cloud}/runtime/pom.xml   | 22 ++++-----
 .../DefaultHttpTransportFactorySubstitutions.java  | 34 +++++++++++++
 .../main/resources/META-INF/quarkus-extension.yaml |  7 +--
 extensions-support/pom.xml                         |  1 +
 .../deployment/ReactorNettySupportProcessor.java   |  2 -
 .../activemq/deployment/ActiveMQProcessor.java     |  7 +++
 extensions/arangodb/deployment/pom.xml             |  4 ++
 extensions/arangodb/runtime/pom.xml                |  4 ++
 extensions/google-bigquery/deployment/pom.xml      |  4 ++
 extensions/google-bigquery/runtime/pom.xml         |  4 ++
 extensions/google-pubsub/deployment/pom.xml        |  4 ++
 extensions/google-pubsub/runtime/pom.xml           |  4 ++
 extensions/google-storage/deployment/pom.xml       |  4 ++
 extensions/google-storage/runtime/pom.xml          |  4 ++
 poms/bom/pom.xml                                   | 10 ++++
 poms/bom/src/main/generated/flattened-full-pom.xml | 10 ++++
 .../src/main/generated/flattened-reduced-pom.xml   | 10 ++++
 .../generated/flattened-reduced-verbose-pom.xml    | 10 ++++
 22 files changed, 197 insertions(+), 26 deletions(-)
 copy extensions-support/{commons-logging => google-cloud}/deployment/pom.xml 
(87%)
 copy extensions-support/{bouncycastle => google-cloud}/pom.xml (92%)
 copy extensions-support/{httpclient => google-cloud}/runtime/pom.xml (80%)
 create mode 100644 
extensions-support/google-cloud/runtime/src/main/java/org/apache/camel/quarkus/support/google/cloud/graal/DefaultHttpTransportFactorySubstitutions.java
 copy extensions-support/{ahc => 
google-cloud}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (87%)

Reply via email to