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 2022/11/30 19:01:22 UTC

[camel] branch regen_bot updated (97fb9229c2f -> 6b225c0a47d)

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

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


    omit 97fb9229c2f Regen for commit 74c05f3c0dc2f5b71413d555562ab84eda90b15e
     add 4e58ebded8f Google Spreadsheets tests refactoring (#8788)
     add 2080f2f6a06 Regen
     add 6b225c0a47d Regen for commit 2080f2f6a0656afc0df1b986c032299ea73e382b

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   (97fb9229c2f)
            \
             N -- N -- N   refs/heads/regen_bot (6b225c0a47d)

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.

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                         |   1 -
 .../camel-google/camel-google-sheets/pom.xml       |  76 -----
 .../sheets/BatchGoogleSheetsClientFactory.java     |   7 +-
 .../sheets/AbstractGoogleSheetsTestSupport.java    | 131 ++------
 .../sheets/MockGoogleSheetsClientFactory.java      |  60 ++++
 .../google/sheets/SheetsSpreadsheetsIT.java        | 208 ++++++------
 .../google/sheets/SheetsSpreadsheetsValuesIT.java  | 358 ++++++++++----------
 .../sheets/server/GoogleSheetsApiTestServer.java   | 353 --------------------
 .../server/GoogleSheetsApiTestServerAssert.java    | 365 ---------------------
 .../server/GoogleSheetsApiTestServerRule.java      |  99 ------
 .../AbstractGoogleSheetsStreamTestSupport.java     |  43 +--
 .../SheetsStreamConsumerIntegrationTest.java       | 252 +++++++-------
 .../src/test/resources/googleapis.jks              | Bin 2695 -> 0 bytes
 .../src/test/resources/test-options.properties     |  30 --
 parent/pom.xml                                     |   6 -
 15 files changed, 530 insertions(+), 1459 deletions(-)
 create mode 100644 components/camel-google/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/MockGoogleSheetsClientFactory.java
 delete mode 100644 components/camel-google/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/server/GoogleSheetsApiTestServer.java
 delete mode 100644 components/camel-google/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/server/GoogleSheetsApiTestServerAssert.java
 delete mode 100644 components/camel-google/camel-google-sheets/src/test/java/org/apache/camel/component/google/sheets/server/GoogleSheetsApiTestServerRule.java
 delete mode 100644 components/camel-google/camel-google-sheets/src/test/resources/googleapis.jks
 delete mode 100644 components/camel-google/camel-google-sheets/src/test/resources/test-options.properties