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/06/05 08:14:50 UTC

[camel] branch regen_bot updated (3b33075f77b -> ed514558ce5)

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 3b33075f77b CAMEL-18166: camel-main - Make RoutesCollector more flexible for other runtimes to do custom strategy.
     add 58f93dae691 CAMEL-17941 - Dropbox: long-lived access tokens are retired, must use refresh token
     add dcec655dcf3 CAMEL-17941 - Updating validator to use ObjectHelper
     add ed514558ce5 Regen for commit dcec655dcf38202947b79bc9e5ceb34784b910c1

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/dropbox.json   |  4 ++
 .../dropbox/DropboxEndpointConfigurer.java         | 24 +++++++
 .../dropbox/DropboxEndpointUriFactory.java         |  6 +-
 .../apache/camel/component/dropbox/dropbox.json    |  4 ++
 .../src/main/docs/dropbox-component.adoc           | 39 +++++++-----
 .../camel/component/dropbox/DropboxComponent.java  |  8 +++
 .../component/dropbox/DropboxConfiguration.java    | 73 ++++++++++++++++++++--
 .../validator/DropboxConfigurationValidator.java   | 16 ++++-
 .../src/main/resources/dropbox.properties          |  3 +
 .../DropboxComponentVerifierExtensionTest.java     |  8 +++
 .../component/dropbox/DropboxConsumerTest.java     | 24 +++++--
 .../dropbox/integration/DropboxTestSupport.java    | 13 +++-
 .../consumer/DropboxConsumerGetSingleIT.java       | 11 +++-
 .../consumer/DropboxConsumerSearchQueryIT.java     | 11 +++-
 .../integration/producer/DropboxProducerDelIT.java |  9 ++-
 .../producer/DropboxProducerGetFolderIT.java       | 17 ++++-
 .../producer/DropboxProducerGetSingleIT.java       | 11 +++-
 .../producer/DropboxProducerMoveIT.java            | 11 +++-
 .../producer/DropboxProducerPutSingleFileIT.java   |  6 +-
 .../producer/DropboxProducerSearchQueryIT.java     | 12 +++-
 .../src/test/resources/test-options.properties     |  6 +-
 21 files changed, 271 insertions(+), 45 deletions(-)