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 ae60bee CAMEL-17321: Add HuaweiCloud FaceRecognitionService(FRS)
Component (#6838)
new 7c34b78 CAMEL-17321: Add HuaweiCloud FaceRecognitionService(FRS)
Component (#6838)
new e99dd2d CAMEL-17321: Fixed tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../frs/FaceRecognitionComponentConfigurer.java | 55 +++++++
.../frs/FaceRecognitionEndpointConfigurer.java | 172 +++++++++++++++++++++
.../frs/FaceRecognitionEndpointUriFactory.java | 97 ++++++++++++
.../services/org/apache/camel/component.properties | 7 +
.../org/apache/camel/component/hwcloud-frs | 2 +
.../apache/camel/configurer/hwcloud-frs-component | 2 +
.../apache/camel/configurer/hwcloud-frs-endpoint | 2 +
.../apache/camel/urifactory/hwcloud-frs-endpoint | 2 +
.../component/huaweicloud/frs/hwcloud-frs.json | 54 +++++++
.../src/main/docs/hwcloud-frs-component.adoc | 8 +-
...ceDetectionWithImageBae64AndMockClientTest.java | 14 +-
...veDetectionWithVideoBae64AndMockClientTest.java | 1 +
...iveDetectionWithVideoFileAndMockClientTest.java | 1 +
...LiveDetectionWithVideoUrlAndMockClientTest.java | 1 +
.../test/resources/test_configuration.properties | 6 +-
.../modules/ROOT/examples/json/hwcloud-frs.json | 1 +
docs/components/modules/ROOT/nav.adoc | 1 +
.../modules/ROOT/pages/hwcloud-frs-component.adoc | 1 +
18 files changed, 413 insertions(+), 14 deletions(-)
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/java/org/apache/camel/component/huaweicloud/frs/FaceRecognitionComponentConfigurer.java
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/java/org/apache/camel/component/huaweicloud/frs/FaceRecognitionEndpointConfigurer.java
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/java/org/apache/camel/component/huaweicloud/frs/FaceRecognitionEndpointUriFactory.java
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/META-INF/services/org/apache/camel/component.properties
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/META-INF/services/org/apache/camel/component/hwcloud-frs
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/META-INF/services/org/apache/camel/configurer/hwcloud-frs-component
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/META-INF/services/org/apache/camel/configurer/hwcloud-frs-endpoint
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/META-INF/services/org/apache/camel/urifactory/hwcloud-frs-endpoint
create mode 100644
components/camel-huawei/camel-huaweicloud-frs/src/generated/resources/org/apache/camel/component/huaweicloud/frs/hwcloud-frs.json
create mode 120000 docs/components/modules/ROOT/examples/json/hwcloud-frs.json
create mode 120000
docs/components/modules/ROOT/pages/hwcloud-frs-component.adoc