You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/07/06 06:24:48 UTC

[camel] branch main updated (bf457b1 -> cb79eae)

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

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


    from bf457b1  [CAMEL-16770] Added JDBC Idempotent Repository caching (#5767)
     add cb79eae  CAMEL-16758: Add Huawei Cloud OBS operation (#5794)

No new revisions were added by this update.

Summary of changes:
 .../src/main/docs/hwcloud-obs-component.adoc       | 12 ++++++++
 .../component/huaweicloud/obs/OBSProducer.java     | 20 +++++++++++++
 .../huaweicloud/obs/constants/OBSOperations.java   |  1 +
 .../huaweicloud/obs/constants/OBSProperties.java   |  1 +
 ...nalTest.java => CheckBucketFunctionalTest.java} | 21 +++++++------
 ...{CreateBucketTest.java => CheckBucketTest.java} | 34 +++++++++-------------
 .../obs/constants/OBSOperationsTest.java           |  1 +
 .../obs/constants/OBSPropertiesTest.java           |  1 +
 8 files changed, 62 insertions(+), 29 deletions(-)
 copy components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/{ListBucketsFunctionalTest.java => CheckBucketFunctionalTest.java} (77%)
 copy components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/{CreateBucketTest.java => CheckBucketTest.java} (65%)