You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/04/04 05:36:17 UTC

[camel-spring-boot] branch main updated (828e0be6873 -> 97a7cd1f696)

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-spring-boot.git


    from 828e0be6873 CAMEL-17879: ganglia + leveldb-legacy (#493)
     new 9c6202b6970 Regen
     new 687519eadd4 Polished
     new 0ab91fbdfe2 Regen
     new 97a7cd1f696 Regen

The 4 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:
 .../org/apache/camel/springboot/catalog/components/ganglia.json     | 6 +++---
 .../resources/org/apache/camel/springboot/catalog/others.properties | 2 +-
 components-starter/camel-debezium-oracle-starter/pom.xml            | 2 +-
 tooling/camel-spring-boot-bom/pom.xml                               | 5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml                      | 5 +++++
 5 files changed, 15 insertions(+), 5 deletions(-)


[camel-spring-boot] 04/04: Regen

Posted by da...@apache.org.
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-spring-boot.git

commit 97a7cd1f696009e4dd18e087991a74f959d0c280
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 4 07:36:11 2022 +0200

    Regen
---
 .../resources/org/apache/camel/springboot/catalog/others.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
index 2fe112ae2be..689b165d1ae 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/others.properties
@@ -24,4 +24,4 @@ shiro
 spring-security
 swagger-java
 undertow-spring-security
-zipkin
+zipkin
\ No newline at end of file


[camel-spring-boot] 01/04: Regen

Posted by da...@apache.org.
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-spring-boot.git

commit 9c6202b69704a23c1bf527ec76575879cb70b839
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 4 07:31:31 2022 +0200

    Regen
---
 .../org/apache/camel/springboot/catalog/components/ganglia.json     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
index dbe8dc4070d..3379529c63c 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/ganglia.json
@@ -43,9 +43,9 @@
     "CamelGangliaMetricName": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The name to use for the metric." },
     "CamelGangliaMetricType": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "info.ganglia.gmetric4j.gmetric.GMetricType", "enum": [ "STRING", "INT8", "UINT8", "INT16", "UINT16", "INT32", "UINT32", "FLOAT", "DOUBLE" ], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The type of value" },
     "CamelGangliaMetricSlope": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "info.ganglia.gmetric4j.gmetric.GMetricSlope", "enum": [ "ZERO", "POSITIVE", "NEGATIVE", "BOTH" ], "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The slope" },
-    "CamelGangliaMetricUnits": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Any unit of measurement that qualifies the metric, e.g. widgets, litres, bytes. Do not include a prefix such as k\n (kilo) or m (milli), other tools may scale the units later. The value should be unscaled." },
-    "CamelGangliaMetricTmax": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Maximum time in seconds that the value can be considered current. After this, Ganglia considers the value to have\n expired." },
-    "CamelGangliaMetricDmax": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Minumum time in seconds before Ganglia will purge the metric value if it expires. Set to 0 and the value will\n remain in Ganglia indefinitely until a gmond agent restart." }
+    "CamelGangliaMetricUnits": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Any unit of measurement that qualifies the metric, e.g. widgets, litres, bytes. Do not include a prefix such as k (kilo) or m (milli), other tools may scale the units later. The value should be unscaled." },
+    "CamelGangliaMetricTmax": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Maximum time in seconds that the value can be considered current. After this, Ganglia considers the value to have expired." },
+    "CamelGangliaMetricDmax": { "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Minumum time in seconds before Ganglia will purge the metric value if it expires. Set to 0 and the value will remain in Ganglia indefinitely until a gmond agent restart." }
   },
   "properties": {
     "host": { "kind": "path", "displayName": "Host", "group": "producer", "label": "", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "defaultValue": "239.2.11.71", "configurationClass": "org.apache.camel.component.ganglia.GangliaConfiguration", "configurationField": "configuration", "description": "Host name for Ganglia server" },


[camel-spring-boot] 03/04: Regen

Posted by da...@apache.org.
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-spring-boot.git

commit 0ab91fbdfe2289625c01f6cbc956cfdd19a10c3d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 4 07:33:44 2022 +0200

    Regen
---
 tooling/camel-spring-boot-bom/pom.xml          | 5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml
index e7e0ec05a58..d7de89fd9e6 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -438,6 +438,11 @@
         <artifactId>camel-debezium-mysql-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-debezium-oracle-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-debezium-postgres-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index c918aeab918..3f1ce9fbe49 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -626,6 +626,11 @@
         <artifactId>camel-debezium-mysql-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-debezium-oracle-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-debezium-postgres-starter</artifactId>


[camel-spring-boot] 02/04: Polished

Posted by da...@apache.org.
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-spring-boot.git

commit 687519eadd46b92cde52118a0220d5b7414b4f84
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 4 07:32:50 2022 +0200

    Polished
---
 components-starter/camel-debezium-oracle-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-debezium-oracle-starter/pom.xml b/components-starter/camel-debezium-oracle-starter/pom.xml
index e1b6683455b..a05818cc606 100644
--- a/components-starter/camel-debezium-oracle-starter/pom.xml
+++ b/components-starter/camel-debezium-oracle-starter/pom.xml
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>camel-debezium-oracle-starter</artifactId>
   <packaging>jar</packaging>
-  <!--    <name>Camel SB Starters :: Name Here</name>-->
+  <name>Camel SB Starters :: Debezium :: Oracle</name>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>