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/01/13 16:25:54 UTC

[camel] branch regen_bot updated (e143199 -> 45ff9e6)

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.


    from e143199  Remove broken links in why camel (#6737)
     add 076341b  Google OAuth2 with service account scenario (2LO OAuth2) (#6726)
     add 45ff9e6  Regen for commit 076341bd04d759f868d9d6f13ca3d1798fa3914d

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/google-mail.json      |  10 +-
 components/camel-google/camel-google-mail/pom.xml  |  11 +-
 ...UsersDraftsEndpointConfigurationConfigurer.java |  30 ++
 .../GmailUsersEndpointConfigurationConfigurer.java |  30 ++
 ...sersHistoryEndpointConfigurationConfigurer.java |  30 ++
 .../GmailUsersLabelsEndpointConfiguration.java     |   2 +-
 ...UsersLabelsEndpointConfigurationConfigurer.java |  30 ++
 ...AttachmentsEndpointConfigurationConfigurer.java |  30 ++
 .../GmailUsersMessagesEndpointConfiguration.java   |   2 +-
 ...ersMessagesEndpointConfigurationConfigurer.java |  30 ++
 ...sersThreadsEndpointConfigurationConfigurer.java |  30 ++
 .../google/mail/GoogleMailComponentConfigurer.java |  23 ++
 .../mail/GoogleMailConfigurationConfigurer.java    |  30 ++
 .../google/mail/GoogleMailEndpointConfigurer.java  |  16 +
 .../google/mail/GoogleMailEndpointUriFactory.java  |   5 +-
 .../camel/component/google/mail/google-mail.json   |  10 +-
 .../google/mail/BatchGoogleMailClientFactory.java  | 164 ++++----
 .../google/mail/GoogleMailClientFactory.java       |   5 +
 .../component/google/mail/GoogleMailComponent.java |  14 +-
 .../mail/GoogleMailComponentVerifierExtension.java |  13 +-
 .../google/mail/GoogleMailConfiguration.java       |  45 +++
 .../google/mail/GmailUsersMessagesIT.java          | 432 ++++++++++-----------
 .../component/google/mail/GmailUsersThreadsIT.java | 272 ++++++-------
 .../dsl/GoogleMailComponentBuilderFactory.java     |  48 +++
 .../dsl/GoogleMailEndpointBuilderFactory.java      | 176 +++++++++
 parent/pom.xml                                     |   5 +-
 26 files changed, 1057 insertions(+), 436 deletions(-)