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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from ed4107a  CAMEL-17763: cleaned up unused exceptions in 
camel-azure-storage-queue
     new bfbcd6a  CAMEL-17763: cleaned up unused exceptions in 
camel-google-bigquery
     new b9b6c4e  CAMEL-17763: cleaned up unused exceptions in 
camel-google-calendar
     new 42612c5  CAMEL-17763: cleaned up unused exceptions in 
camel-google-drive
     new 27c1f41  CAMEL-17763: cleaned up unused exceptions in 
camel-google-functions
     new f99e5ca  CAMEL-17763: cleaned up unused exceptions in camel-google-mail
     new 9265d4a  CAMEL-17763: cleaned up unused exceptions in 
camel-google-pubsub
     new bbc0c40  CAMEL-17763: cleaned up unused exceptions in 
camel-google-secret-manager
     new 64707db  CAMEL-17763: cleaned up unused exceptions in 
camel-google-sheets
     new bbfcfb6  CAMEL-17763: cleaned up unused exceptions in 
camel-google-storage

The 9 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:
 .../google/bigquery/integration/AsyncIT.java       |  2 +-
 .../bigquery/integration/BigQueryITSupport.java    |  4 +--
 .../bigquery/integration/DynamicTableIdIT.java     |  2 +-
 .../google/bigquery/integration/InsertIdIT.java    |  2 +-
 .../google/bigquery/integration/SingleRowIT.java   |  2 +-
 .../integration/sql/SqlQueryFromResourceIT.java    |  2 +-
 .../bigquery/integration/sql/SqlQueryIT.java       |  2 +-
 .../google/bigquery/unit/BaseBigQueryTest.java     |  4 +--
 .../sql/GoogleBigQuerySQLProducerBaseTest.java     |  2 +-
 .../GoogleBigQuerySQLProducerWithParamersTest.java |  2 +-
 .../AbstractGoogleCalendarTestSupport.java         |  3 +-
 .../component/google/calendar/CalendarAclIT.java   |  4 +--
 .../google/calendar/CalendarCalendarListIT.java    |  4 +--
 .../google/calendar/CalendarCalendarsIT.java       |  4 +--
 .../google/calendar/CalendarColorsIT.java          |  4 +--
 .../google/calendar/CalendarConfigurationTest.java |  4 +--
 .../google/calendar/CalendarEventsIT.java          |  6 ++--
 .../google/calendar/CalendarFreebusyIT.java        |  4 +--
 .../google/calendar/CalendarSettingsIT.java        |  6 ++--
 ...oogleCalendarStreamConsumerIntegrationTest.java |  2 +-
 .../google/drive/CustomClientFactoryTest.java      |  4 +--
 .../camel/component/google/drive/DriveAboutIT.java |  4 +--
 .../camel/component/google/drive/DriveAppsIT.java  |  4 +--
 .../component/google/drive/DriveChangesIT.java     |  6 ++--
 .../component/google/drive/DriveChildrenIT.java    |  6 ++--
 .../component/google/drive/DriveCommentsIT.java    |  4 +--
 .../google/drive/DriveConfigurationTest.java       |  4 +--
 .../camel/component/google/drive/DriveFilesIT.java | 26 ++++++++---------
 .../component/google/drive/DrivePermissionsIT.java |  4 +--
 .../component/google/drive/DrivePropertiesIT.java  |  4 +--
 .../component/google/drive/DriveRepliesIT.java     |  4 +--
 .../component/google/drive/DriveRevisionsIT.java   |  4 +--
 .../component/google/drive/FileConverterIT.java    |  2 +-
 .../component/google/drive/FilesConsumerIT.java    |  2 +-
 .../drive/GoogleDriveFilesConverterTest.java       |  6 ++--
 .../functions/integration/GoogleCloudIT.java       |  4 +--
 .../unit/GoogleCloudFunctionsComponentTest.java    | 34 +++++++++++-----------
 .../google/mail/GmailConfigurationTest.java        |  4 +--
 .../camel/component/google/mail/GmailUsersIT.java  |  4 +--
 .../component/google/mail/GmailUsersLabelsIT.java  |  4 +--
 .../google/mail/GmailUsersMessagesConsumerIT.java  |  2 +-
 .../google/mail/GmailUsersMessagesIT.java          |  2 +-
 .../component/google/mail/GmailUsersThreadsIT.java |  2 +-
 .../GoogleMailComponentVerifierExtensionTest.java  |  4 +--
 ...leMailStreamComponentVerifierExtensionTest.java |  4 +--
 .../GoogleMailStreamConsumerIntegrationTest.java   |  2 +-
 .../component/google/pubsub/PubsubTestSupport.java |  4 +--
 .../google/pubsub/integration/AckModeNoneIT.java   |  4 +--
 .../pubsub/integration/AcknowledgementIT.java      |  2 +-
 .../google/pubsub/integration/BodyTypesIT.java     |  2 +-
 .../pubsub/integration/CustomSerializerIT.java     |  5 ++--
 .../integration/GroupedExchangeRoundtripIT.java    |  2 +-
 .../google/pubsub/unit/PubsubEndpointTest.java     |  4 +--
 .../google/pubsub/unit/PubsubProducerTest.java     |  2 +-
 .../manager/integration/GoogleSecretManagerIT.java | 16 +++++-----
 ...leSecretManagerPropertiesNoEnvSourceTestIT.java | 20 ++++++-------
 .../GoogleSecretManagerPropertiesSourceTestIT.java | 22 +++++++-------
 .../google/sheets/SheetsConfigurationTest.java     |  4 +--
 .../google/sheets/SheetsSpreadsheetsIT.java        |  6 ++--
 .../google/sheets/SheetsSpreadsheetsValuesIT.java  |  2 +-
 .../server/GoogleSheetsApiTestServerAssert.java    |  2 +-
 .../SheetsStreamConsumerIntegrationTest.java       |  2 +-
 .../google/storage/integration/ComplexIT.java      |  4 +--
 .../storage/unit/ConsumerDownloadLocalTest.java    |  4 +--
 .../google/storage/unit/ConsumerLocalTest.java     |  4 +--
 .../storage/unit/ConsumerWithFilterOptionTest.java |  4 +--
 .../google/storage/unit/ProducerLocalTest.java     |  2 +-
 .../google/storage/unit/ProducerStoreFileTest.java |  8 ++---
 68 files changed, 168 insertions(+), 172 deletions(-)

Reply via email to