You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/06 17:40:45 UTC

[camel] branch main updated (cea0a1d772d -> 67c6d52034a)

This is an automated email from the ASF dual-hosted git repository.

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


    from cea0a1d772d (chores) camel-mail: replace inner class with lambda
     new e9a02afd5c3 Upgrade Owasp Maven Plugin to version 7.4.0
     new 88a3ab6acf6 Sync deps
     new 318d6955edc Camel-InfluxDb2: Fixed Endpoint syntax annotation
     new 40e85e5020f Camel-InfluxDb2: Fixed Endpoint syntax annotation
     new 67c6d52034a Camel-InfluxDb2: Fixed Endpoint syntax annotation

The 5 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:
 camel-dependencies/pom.xml                                              | 2 +-
 .../resources/org/apache/camel/catalog/components/influxdb2.json        | 2 +-
 .../apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java   | 2 +-
 .../resources/org/apache/camel/component/influxdb2/influxdb2.json       | 2 +-
 .../java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java    | 2 +-
 parent/pom.xml                                                          | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


[camel] 04/05: Camel-InfluxDb2: Fixed Endpoint syntax annotation

Posted by ac...@apache.org.
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 40e85e5020f2333861b82911baa7afc8085cb493
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 18:39:28 2022 +0100

    Camel-InfluxDb2: Fixed Endpoint syntax annotation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java   | 2 +-
 .../resources/org/apache/camel/component/influxdb2/influxdb2.json       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-influxdb2/src/generated/java/org/apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java b/components/camel-influxdb2/src/generated/java/org/apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java
index 277054a5a91..4d28256e85e 100644
--- a/components/camel-influxdb2/src/generated/java/org/apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java
+++ b/components/camel-influxdb2/src/generated/java/org/apache/camel/component/influxdb2/InfluxDb2EndpointUriFactory.java
@@ -15,7 +15,7 @@ import org.apache.camel.spi.EndpointUriFactory;
  */
 public class InfluxDb2EndpointUriFactory extends org.apache.camel.support.component.EndpointUriFactorySupport implements EndpointUriFactory {
 
-    private static final String BASE = ":connectionBean?org=<org name>&bucket=<bucket name>";
+    private static final String BASE = ":connectionBean";
 
     private static final Set<String> PROPERTY_NAMES;
     private static final Set<String> SECRET_PROPERTY_NAMES;
diff --git a/components/camel-influxdb2/src/generated/resources/org/apache/camel/component/influxdb2/influxdb2.json b/components/camel-influxdb2/src/generated/resources/org/apache/camel/component/influxdb2/influxdb2.json
index b4fa942631a..5307cf369a0 100644
--- a/components/camel-influxdb2/src/generated/resources/org/apache/camel/component/influxdb2/influxdb2.json
+++ b/components/camel-influxdb2/src/generated/resources/org/apache/camel/component/influxdb2/influxdb2.json
@@ -14,7 +14,7 @@
     "version": "3.20.0-SNAPSHOT",
     "scheme": "influxdb2",
     "extendsScheme": "",
-    "syntax": "influxdb2:connectionBean?org=<org name>&bucket=<bucket name>",
+    "syntax": "influxdb2:connectionBean",
     "async": false,
     "api": false,
     "consumerOnly": false,


[camel] 05/05: Camel-InfluxDb2: Fixed Endpoint syntax annotation

Posted by ac...@apache.org.
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 67c6d52034a90b168c2f5ac933a2189185cc89f5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 18:40:05 2022 +0100

    Camel-InfluxDb2: Fixed Endpoint syntax annotation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../resources/org/apache/camel/catalog/components/influxdb2.json        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json
index b4fa942631a..5307cf369a0 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/influxdb2.json
@@ -14,7 +14,7 @@
     "version": "3.20.0-SNAPSHOT",
     "scheme": "influxdb2",
     "extendsScheme": "",
-    "syntax": "influxdb2:connectionBean?org=<org name>&bucket=<bucket name>",
+    "syntax": "influxdb2:connectionBean",
     "async": false,
     "api": false,
     "consumerOnly": false,


[camel] 01/05: Upgrade Owasp Maven Plugin to version 7.4.0

Posted by ac...@apache.org.
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 e9a02afd5c3a56bf9d777abba60ed75a557260e7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 18:35:45 2022 +0100

    Upgrade Owasp Maven Plugin to version 7.4.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1e7fee83e0b..88c7885fa83 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -374,7 +374,7 @@
         <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
         <maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>
         <maven-checkstyle-version>8.45.1</maven-checkstyle-version>
-        <maven-owasp-plugin-version>7.3.0</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>7.4.0</maven-owasp-plugin-version>
         <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>


[camel] 03/05: Camel-InfluxDb2: Fixed Endpoint syntax annotation

Posted by ac...@apache.org.
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 318d6955edc0b31958dee6c494eaf4ad900c7845
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 18:38:29 2022 +0100

    Camel-InfluxDb2: Fixed Endpoint syntax annotation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
index 70de2f6e6b6..f028c5625d9 100644
--- a/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
+++ b/components/camel-influxdb2/src/main/java/org/apache/camel/component/influxdb2/InfluxDb2Endpoint.java
@@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
  * database.
  */
 @UriEndpoint(firstVersion = "3.20.0", scheme = "influxdb2", title = "InfluxDB2",
-             syntax = "influxdb2:connectionBean?org=<org name>&bucket=<bucket name>", category = { Category.DATABASE },
+             syntax = "influxdb2:connectionBean", category = { Category.DATABASE },
              producerOnly = true, headersClass = InfluxDb2Constants.class)
 public class InfluxDb2Endpoint extends DefaultEndpoint {
     private static final Logger LOG = LoggerFactory.getLogger(InfluxDb2Endpoint.class);


[camel] 02/05: Sync deps

Posted by ac...@apache.org.
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 88a3ab6acf6ff49a06ebd02ea779aae39504b85c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 6 18:36:52 2022 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index bb91cf5c821..72c01e83fae 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -391,7 +391,7 @@
     <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
     <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
     <maven-jboss-as-maven-plugin-version>7.9.Final</maven-jboss-as-maven-plugin-version>
-    <maven-owasp-plugin-version>7.3.0</maven-owasp-plugin-version>
+    <maven-owasp-plugin-version>7.4.0</maven-owasp-plugin-version>
     <maven-plugin-annotations-version>3.7.0</maven-plugin-annotations-version>
     <maven-plugin-plugin-version>3.7.0</maven-plugin-plugin-version>
     <maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>