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 59ba155  Upgrade Quarkus to 2.5.0.CR1
     add 64e5736  Remove quarkiverse-google-cloud-services dependencies
     add 56a28d3  Updated CHANGELOG.md
     new fcd8df0  Upgrade Quarkus to 2.5.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   (59ba155)
            \
             N -- N -- N   refs/heads/quarkus-main (fcd8df0)

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                                       |  2 +
 .../reference/extensions/google-bigquery.adoc      |  5 --
 .../pages/reference/extensions/google-storage.adoc | 15 -----
 extensions/google-bigquery/deployment/pom.xml      |  4 --
 .../deployment/GoogleBigqueryProcessor.java        |  7 --
 extensions/google-bigquery/runtime/pom.xml         |  4 +-
 .../runtime/src/main/doc/usage.adoc                |  5 --
 .../GoogleBigQueryConnectionFactoryProducer.java   | 40 ------------
 extensions/google-pubsub/deployment/pom.xml        |  4 +-
 extensions/google-pubsub/runtime/pom.xml           |  8 ++-
 extensions/google-storage/deployment/pom.xml       |  5 --
 .../storage/deployment/GoogleStorageProcessor.java |  7 --
 extensions/google-storage/runtime/pom.xml          | 15 ++---
 .../runtime/src/main/doc/configuration.adoc        | 11 ----
 .../google/storage/GoogleStorageEnforcer.java      | 35 ----------
 integration-tests/google-bigquery/README.adoc      |  5 +-
 .../google/bigquery/it/GoogleBigqueryResource.java | 21 +++---
 integration-tests/google-storage/README.adoc       | 10 +--
 .../google/storage/it/GoogleStorageResource.java   | 25 +++-----
 .../src/main/resources/application.properties      | 17 -----
 pom.xml                                            |  3 +-
 poms/bom/pom.xml                                   | 75 +++++++++++++++++-----
 22 files changed, 100 insertions(+), 223 deletions(-)
 delete mode 100644 
extensions/google-bigquery/runtime/src/main/java/org/apache/camel/quarkus/component/google/bigquery/GoogleBigQueryConnectionFactoryProducer.java
 delete mode 100644 
extensions/google-storage/runtime/src/main/doc/configuration.adoc
 delete mode 100644 
extensions/google-storage/runtime/src/main/java/org/apache/camel/quarkus/component/google/storage/GoogleStorageEnforcer.java
 delete mode 100644 
integration-tests/google-storage/src/main/resources/application.properties

Reply via email to