This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 084fda5 Remove file that should generated
084fda5 is described below
commit 084fda561aabf4713b103612b80abe79c94d70c8
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jun 23 07:27:15 2021 +0200
Remove file that should generated
---
.../camel-huawei/camel-huaweicloud-functiongraph/pom.xml | 2 +-
.../services/org/apache/camel/component.properties | 2 +-
components/camel-huawei/camel-huaweicloud-iam/pom.xml | 2 +-
.../services/org/apache/camel/component.properties | 2 +-
.../services/org/apache/camel/component/hwcloud-iam | 1 -
.../src/test/resources/log4j2.properties | 15 ++++++++++-----
components/camel-huawei/camel-huaweicloud-smn/pom.xml | 2 +-
.../services/org/apache/camel/component.properties | 2 +-
components/camel-huawei/pom.xml | 4 ++--
9 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/components/camel-huawei/camel-huaweicloud-functiongraph/pom.xml
b/components/camel-huawei/camel-huaweicloud-functiongraph/pom.xml
index 662bb3a..fb033c8 100644
--- a/components/camel-huawei/camel-huaweicloud-functiongraph/pom.xml
+++ b/components/camel-huawei/camel-huaweicloud-functiongraph/pom.xml
@@ -30,7 +30,7 @@
<artifactId>camel-huaweicloud-functiongraph</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Huawei Cloud FunctionGraph Component</name>
+ <name>Camel :: Huawei Cloud :: FunctionGraph Component</name>
<description>To call serverless functions on Huawei Cloud</description>
<dependencies>
diff --git
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/META-INF/services/org/apache/camel/component.properties
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index 410f4c5..c89f02a 100644
---
a/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++
b/components/camel-huawei/camel-huaweicloud-functiongraph/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=hwcloud-functiongraph
groupId=org.apache.camel
artifactId=camel-huaweicloud-functiongraph
version=3.11.0-SNAPSHOT
-projectName=Camel :: Huawei Cloud FunctionGraph Component
+projectName=Camel :: Huawei Cloud :: FunctionGraph Component
projectDescription=To call serverless functions on Huawei Cloud
diff --git a/components/camel-huawei/camel-huaweicloud-iam/pom.xml
b/components/camel-huawei/camel-huaweicloud-iam/pom.xml
index b23b3a8..88d12ed 100644
--- a/components/camel-huawei/camel-huaweicloud-iam/pom.xml
+++ b/components/camel-huawei/camel-huaweicloud-iam/pom.xml
@@ -29,7 +29,7 @@
<artifactId>camel-huaweicloud-iam</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Huawei Cloud IAM Component</name>
+ <name>Camel :: Huawei Cloud :: IAM Component</name>
<description>To securely manage users on Huawei Cloud</description>
<dependencies>
diff --git
a/components/camel-huawei/camel-huaweicloud-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties
b/components/camel-huawei/camel-huaweicloud-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index f4b9f04..09df7ca 100644
---
a/components/camel-huawei/camel-huaweicloud-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++
b/components/camel-huawei/camel-huaweicloud-iam/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=hwcloud-iam
groupId=org.apache.camel
artifactId=camel-huaweicloud-iam
version=3.11.0-SNAPSHOT
-projectName=Camel :: Huawei Cloud IAM Component
+projectName=Camel :: Huawei Cloud :: IAM Component
projectDescription=To securely manage users on Huawei Cloud
diff --git
a/components/camel-huawei/camel-huaweicloud-iam/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-iam
b/components/camel-huawei/camel-huaweicloud-iam/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-iam
deleted file mode 100644
index 72cfcc1..0000000
---
a/components/camel-huawei/camel-huaweicloud-iam/src/main/resources/META-INF/services/org/apache/camel/component/hwcloud-iam
+++ /dev/null
@@ -1 +0,0 @@
-class=org.apache.camel.component.huaweicloud.iam.IAMComponent
diff --git
a/components/camel-huawei/camel-huaweicloud-iam/src/test/resources/log4j2.properties
b/components/camel-huawei/camel-huaweicloud-iam/src/test/resources/log4j2.properties
index d9f0508..1bd97e8 100644
---
a/components/camel-huawei/camel-huaweicloud-iam/src/test/resources/log4j2.properties
+++
b/components/camel-huawei/camel-huaweicloud-iam/src/test/resources/log4j2.properties
@@ -15,9 +15,14 @@
## limitations under the License.
## ---------------------------------------------------------------------------
-appender.out.type = Console
-appender.out.name = out
-appender.out.layout.type = PatternLayout
-appender.out.layout.pattern = [%30.30t] %-30.30c{1} %-5p %m%n
+appender.file.type = File
+appender.file.name = file
+appender.file.fileName = target/camel-huaweicloud-iam-test.log
+appender.file.layout.type = PatternLayout
+appender.file.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
+appender.stdout.type = Console
+appender.stdout.name = stdout
+appender.stdout.layout.type = PatternLayout
+appender.stdout.layout.pattern = %d [%-15.15t] %-5p %-30.30c{1} - %m%n
rootLogger.level = INFO
-rootLogger.appenderRef.out.ref = out
+rootLogger.appenderRef.file.ref = file
diff --git a/components/camel-huawei/camel-huaweicloud-smn/pom.xml
b/components/camel-huawei/camel-huaweicloud-smn/pom.xml
index dc7ca8e..879ed7c 100644
--- a/components/camel-huawei/camel-huaweicloud-smn/pom.xml
+++ b/components/camel-huawei/camel-huaweicloud-smn/pom.xml
@@ -31,7 +31,7 @@
<artifactId>camel-huaweicloud-smn</artifactId>
<packaging>jar</packaging>
- <name>Camel :: Huawei Cloud SimpleNotification Component</name>
+ <name>Camel :: Huawei Cloud :: SimpleNotification Component</name>
<description>A Camel Huawei Simple Notification Component</description>
<dependencies>
diff --git
a/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/META-INF/services/org/apache/camel/component.properties
b/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/META-INF/services/org/apache/camel/component.properties
index f8339b2..00b5d48 100644
---
a/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/META-INF/services/org/apache/camel/component.properties
+++
b/components/camel-huawei/camel-huaweicloud-smn/src/generated/resources/META-INF/services/org/apache/camel/component.properties
@@ -3,5 +3,5 @@ components=hwcloud-smn
groupId=org.apache.camel
artifactId=camel-huaweicloud-smn
version=3.11.0-SNAPSHOT
-projectName=Camel :: Huawei Cloud SimpleNotification Component
+projectName=Camel :: Huawei Cloud :: SimpleNotification Component
projectDescription=A Camel Huawei Simple Notification Component
diff --git a/components/camel-huawei/pom.xml b/components/camel-huawei/pom.xml
index ec96a75..fe4ef51 100644
--- a/components/camel-huawei/pom.xml
+++ b/components/camel-huawei/pom.xml
@@ -29,8 +29,8 @@
<artifactId>camel-huawei-parent</artifactId>
<packaging>pom</packaging>
- <name>Camel :: Huawei :: Parent</name>
- <description>Camel Huawei parent</description>
+ <name>Camel :: Huawei Cloud :: Parent</name>
+ <description>Camel Huawei Cloud parent</description>
<modules>
<module>camel-huaweicloud-functiongraph</module>