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 2388e82 CAMEL-16758: Adding functional tests to OBS (#5785) This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/regen_bot (77c480a) \ O -- O -- O (2388e82) 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: .../component/huaweicloud/obs/OBSEndpoint.java | 10 +-- .../obs/CreateBucketFunctionalTest.java | 76 --------------------- .../obs/CreateBucketJsonFunctionalTest.java | 76 --------------------- .../obs/CreateBucketPojoFunctionalTest.java | 77 ---------------------- .../obs/DeleteBucketFunctionalTest.java | 74 --------------------- .../huaweicloud/obs/ListBucketsFunctionalTest.java | 68 ------------------- 6 files changed, 1 insertion(+), 380 deletions(-) delete mode 100644 components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/CreateBucketFunctionalTest.java delete mode 100644 components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/CreateBucketJsonFunctionalTest.java delete mode 100644 components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/CreateBucketPojoFunctionalTest.java delete mode 100644 components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/DeleteBucketFunctionalTest.java delete mode 100644 components/camel-huawei/camel-huaweicloud-obs/src/test/java/org/apache/camel/component/huaweicloud/obs/ListBucketsFunctionalTest.java