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.
discard 43c386a Regen for commit fe62e2227803d8b1bae4a88c94841242fe603a57 omit fe62e22 Regen and polished 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 (f1ad5f2) \ O -- O -- O (43c386a) 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: .../camel/catalog/components/hwcloud-image.json | 2 +- .../org/apache/camel/catalog/others.properties | 1 + .../others/huaweicloud-imagerecognition.json | 14 +++ .../{component.properties => other.properties} | 2 +- .../resources/huaweicloud-imagerecognition.json | 14 +++ .../component/huaweicloud/image/hwcloud-image.json | 2 +- .../docs/hwcloud-image-recognition-component.adoc | 111 ++++++++++++++++----- .../image/ImageRecognitionEndpoint.java | 2 +- .../org/apache/camel/component/hwcloud-image | 1 - components/camel-huawei/pom.xml | 14 +-- .../component/ComponentsBuilderFactory.java | 2 +- .../dsl/HwcloudImageComponentBuilderFactory.java | 4 +- .../src/generated/resources/metadata.json | 2 +- .../builder/endpoint/StaticEndpointBuilders.java | 4 +- .../ImageRecognitionEndpointBuilderFactory.java | 6 +- .../json/huaweicloud-imagerecognition.json | 1 + 16 files changed, 138 insertions(+), 44 deletions(-) create mode 100644 catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/huaweicloud-imagerecognition.json copy components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/META-INF/services/org/apache/camel/{component.properties => other.properties} (89%) create mode 100644 components/camel-huawei/camel-huaweicloud-imagerecognition/src/generated/resources/huaweicloud-imagerecognition.json copy components/camel-huawei/camel-huaweicloud-imagerecognition/src/{generated => main}/resources/META-INF/services/org/apache/camel/component/hwcloud-image (57%) create mode 120000 docs/components/modules/others/examples/json/huaweicloud-imagerecognition.json