[camel] 05/08: Regen and sync

2021-06-10 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

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

commit c56bdccede80c15d16f0ebfd6118a88356b91459
Author: Andrea Cosentino 
AuthorDate: Thu Jun 10 13:59:57 2021 +0200

Regen and sync
---
 .../org/apache/camel/catalog/components.properties |   2 +
 .../catalog/components/hwcloud-functiongraph.json  |  45 +
 .../camel/catalog/components/hwcloud-smn.json  |  45 +
 .../org/apache/camel/catalog/docs.properties   |   2 +
 .../docs/hwcloud-functiongraph-component.adoc  | 152 +++
 .../camel/catalog/docs/hwcloud-smn-component.adoc  | 209 +
 .../org/apache/camel/main/components.properties|   2 +
 docs/components/modules/others/pages/main.adoc |   1 +
 .../EndpointProducerDeserializersResolver.java |   2 -
 9 files changed, 458 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
index b3ddadc..16498aa 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components.properties
@@ -145,6 +145,8 @@ hbase
 hdfs
 http
 https
+hwcloud-functiongraph
+hwcloud-smn
 iec60870-client
 iec60870-server
 ignite-cache
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json
new file mode 100644
index 000..9c40a29
--- /dev/null
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/hwcloud-functiongraph.json
@@ -0,0 +1,45 @@
+{
+  "component": {
+"kind": "component",
+"name": "hwcloud-functiongraph",
+"title": "FunctionGraph",
+"description": "To call serverless functions on Huawei Cloud",
+"deprecated": false,
+"firstVersion": "3.11.0",
+"label": "cloud,serverless",
+"javaType": "org.apache.camel.FunctionGraphComponent",
+"supportLevel": "Preview",
+"groupId": "org.apache.camel",
+"artifactId": "camel-huaweicloud-functiongraph",
+"version": "3.11.0-SNAPSHOT",
+"scheme": "hwcloud-functiongraph",
+"extendsScheme": "",
+"syntax": "hwcloud-functiongraph:operation",
+"async": false,
+"api": false,
+"consumerOnly": false,
+"producerOnly": true,
+"lenientProperties": false
+  },
+  "componentProperties": {
+"lazyStartProducer": { "kind": "property", "displayName": "Lazy Start 
Producer", "group": "producer", "label": "producer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Whether the producer 
should be started lazy (on the first message). By starting lazy you can use 
this to allow CamelContext and routes to startup in situations where a producer 
may otherwise fail during star [...]
+"autowiredEnabled": { "kind": "property", "displayName": "Autowired 
Enabled", "group": "advanced", "label": "advanced", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": true, "description": "Whether autowiring is 
enabled. This is used for automatic autowiring options (the option must be 
marked as autowired) by looking up in the registry to find if there is a single 
instance of matching type, which t [...]
+  },
+  "properties": {
+"operation": { "kind": "path", "displayName": "Operation", "group": 
"producer", "label": "producer", "required": true, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Operation to be performed" 
},
+"endpoint": { "kind": "parameter", "displayName": "Service endpoint", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "FunctionGraph url. Carries 
higher precedence than region parameter based client initialization" },
+"functionName": { "kind": "parameter", "displayName": "Function name", 
"group": "producer", "label": "", "required": false, "type": "string", 
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "", 
"autowired": false, "secret": false, "description": "Name of the function to 
invoke" },
+"functionPackage": { "kind": "parameter", "displayName": "Function 
package", "group": "producer", "label": "", "required": false, "type": 
"string", "javaType": "java.lang.String", "deprecated": false, 
"deprecationNote": "", "autowired": false, 

[camel] 05/08: Regen

2021-01-26 Thread acosentino
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 84ee9f26b9dadebf581410fb711d497be9192041
Author: Andrea Cosentino 
AuthorDate: Tue Jan 26 19:18:03 2021 +0100

Regen
---
 components/camel-azure-storage-datalake/pom.xml| 29 --
 .../azure/storage/datalake/integration/BaseIT.java |  2 ++
 ...ConsumerIT.java => DataLakeConsumerITTest.java} |  4 +--
 ...ionIT.java => DataLakeFileOperationITTest.java} |  4 ++-
 ...java => DataLakeFileSystemOperationITTest.java} |  4 ++-
 5 files changed, 10 insertions(+), 33 deletions(-)

diff --git a/components/camel-azure-storage-datalake/pom.xml 
b/components/camel-azure-storage-datalake/pom.xml
index 1c5fba3..b4ecd6b 100644
--- a/components/camel-azure-storage-datalake/pom.xml
+++ b/components/camel-azure-storage-datalake/pom.xml
@@ -106,34 +106,5 @@
 test
 
 
-
-
-fullTests
-
-
-
-maven-surefire-plugin
-${maven-surefire-plugin-version}
-
-
-integration-test
-
-test
-
-
-
-none
-
-
-**/*IT
-
-
-
-
-
-
-
-
-
 
 
diff --git 
a/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/BaseIT.java
 
b/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/BaseIT.java
index dea734f..ceaa970 100644
--- 
a/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/BaseIT.java
+++ 
b/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/BaseIT.java
@@ -33,10 +33,12 @@ import 
org.apache.camel.test.infra.azure.storage.datalake.services.AzureStorageD
 import org.apache.camel.test.junit5.CamelTestSupport;
 import org.apache.commons.lang3.RandomStringUtils;
 import org.apache.commons.lang3.StringUtils;
+import org.junit.Ignore;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.TestInstance;
 import org.junit.jupiter.api.extension.RegisterExtension;
 
+@Ignore
 @TestInstance(TestInstance.Lifecycle.PER_CLASS)
 public class BaseIT extends CamelTestSupport {
 
diff --git 
a/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerIT.java
 
b/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerITTest.java
similarity index 99%
rename from 
components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerIT.java
rename to 
components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerITTest.java
index 4bd0062..5ce5afb 100644
--- 
a/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerIT.java
+++ 
b/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeConsumerITTest.java
@@ -50,11 +50,11 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-public class DataLakeConsumerIT extends BaseIT {
+public class DataLakeConsumerITTest extends BaseIT {
 
 @TempDir
 static Path testDir;
-private static final Logger LOG = 
LoggerFactory.getLogger(DataLakeConsumerIT.class);
+private static final Logger LOG = 
LoggerFactory.getLogger(DataLakeConsumerITTest.class);
 
 @EndpointInject("direct:createFile")
 private ProducerTemplate templateStart;
diff --git 
a/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeFileOperationIT.java
 
b/components/camel-azure-storage-datalake/src/test/java/org/apache/camel/component/azure/storage/datalake/integration/DataLakeFileOperationITTest.java
similarity index 98%
rename from 

[camel] 05/08: Regen

2019-06-04 Thread davsclaus
This is an automated email from the ASF dual-hosted git repository.

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

commit 7bac025f97614225f5777b6d9386a767e22e373f
Author: Claus Ibsen 
AuthorDate: Wed Jun 5 05:31:01 2019 +0200

Regen
---
 docs/components/modules/ROOT/pages/couchbase-component.adoc | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/couchbase-component.adoc 
b/docs/components/modules/ROOT/pages/couchbase-component.adoc
index 0a75ae6..2584adb 100644
--- a/docs/components/modules/ROOT/pages/couchbase-component.adoc
+++ b/docs/components/modules/ROOT/pages/couchbase-component.adoc
@@ -148,3 +148,10 @@ The component supports 3 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
+=== Couchbase SDK compatibility
+This component is currently using a "Legacy SDK" version of couchbase-client.
+
+In order to authenticate with newer versions of Couchbase Server 5.0 and 
beyond, as per instructions on the  
https://docs.couchbase.com/java-sdk/2.7/sdk-authentication-overview.html/[CouchBase
 Java SDK Authentication]:
+
+ * The value formerly interpreted as a bucket-name is now interpreted as a 
username. The username must correspond to a user defined on the cluster that is 
being accessed.
+ * The value formerly interpreted as a bucket-password is now interpreted as 
the password of the defined user.