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 2023/02/09 09:22:39 UTC

[camel] branch main created (now 7c781520fc6)

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


      at 7c781520fc6 Regen for commit 33c0c92d6dff2f1a4952cb58958e783fd6517df4

This branch includes the following new commits:

     new 6c7321b832d Regen for commit 452915ef143f92f4e28d46c03a219abfb1ef228e
     new fc87ae23713 Upgrade AWS SDK v2 to version 2.19.33
     new 76365b8ba93 Sync deps and regen
     new 7c781520fc6 Regen for commit 33c0c92d6dff2f1a4952cb58958e783fd6517df4

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.



[camel] 03/04: Sync deps and regen

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 76365b8ba931d02fa0808bb3007b9bc15ac0b993
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 9 10:04:05 2023 +0100

    Sync deps and regen
    
    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 a9897d4be22..beed9eb706e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -79,7 +79,7 @@
         <avro-ipc-jetty-version>1.11.1</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.1</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.19.32</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.19.33</aws-java-sdk2-version>
         <aws-xray-version>2.6.1</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>
         <azure-sdk-bom-version>1.2.9</azure-sdk-bom-version>


[camel] 04/04: Regen for commit 33c0c92d6dff2f1a4952cb58958e783fd6517df4

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 7c781520fc6ef6ab26a22ca04dcaf70c9438d909
Author: davsclaus <da...@users.noreply.github.com>
AuthorDate: Thu Feb 9 09:09:44 2023 +0000

    Regen for commit 33c0c92d6dff2f1a4952cb58958e783fd6517df4
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/main/java/org/apache/camel/support/CamelContextHelper.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java b/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
index 1bc6e784746..89b39e96ca2 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/CamelContextHelper.java
@@ -342,8 +342,7 @@ public final class CamelContextHelper {
      * Gets the maximum simple cache size.
      * <p/>
      * Will use the property set on CamelContext with the key {@link Exchange#MAXIMUM_SIMPLE_CACHE_SIZE}. If no property
-     * has been set, then it will fallback to return a size of 1000.
-     * Use value of 0 or negative to disable the cache.
+     * has been set, then it will fallback to return a size of 1000. Use value of 0 or negative to disable the cache.
      *
      * @param  camelContext             the camel context
      * @return                          the maximum cache size


[camel] 01/04: Regen for commit 452915ef143f92f4e28d46c03a219abfb1ef228e

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 6c7321b832dd705ff55daede44671c6c46e98a1d
Author: gnodet <gn...@users.noreply.github.com>
AuthorDate: Thu Feb 9 08:58:51 2023 +0000

    Regen for commit 452915ef143f92f4e28d46c03a219abfb1ef228e
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../dsl/VertxWebsocketEndpointBuilderFactory.java  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxWebsocketEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxWebsocketEndpointBuilderFactory.java
index 55526c08e42..fcb176ec9e5 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxWebsocketEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/VertxWebsocketEndpointBuilderFactory.java
@@ -94,6 +94,41 @@ public interface VertxWebsocketEndpointBuilderFactory {
             doSetProperty("consumeAsClient", consumeAsClient);
             return this;
         }
+        /**
+         * Whether the server consumer will create a message exchange when a new
+         * WebSocket peer connects or disconnects.
+         * 
+         * The option is a: &lt;code&gt;boolean&lt;/code&gt; type.
+         * 
+         * Default: false
+         * Group: consumer
+         * 
+         * @param fireWebSocketConnectionEvents the value to set
+         * @return the dsl builder
+         */
+        default VertxWebsocketEndpointConsumerBuilder fireWebSocketConnectionEvents(
+                boolean fireWebSocketConnectionEvents) {
+            doSetProperty("fireWebSocketConnectionEvents", fireWebSocketConnectionEvents);
+            return this;
+        }
+        /**
+         * Whether the server consumer will create a message exchange when a new
+         * WebSocket peer connects or disconnects.
+         * 
+         * The option will be converted to a &lt;code&gt;boolean&lt;/code&gt;
+         * type.
+         * 
+         * Default: false
+         * Group: consumer
+         * 
+         * @param fireWebSocketConnectionEvents the value to set
+         * @return the dsl builder
+         */
+        default VertxWebsocketEndpointConsumerBuilder fireWebSocketConnectionEvents(
+                String fireWebSocketConnectionEvents) {
+            doSetProperty("fireWebSocketConnectionEvents", fireWebSocketConnectionEvents);
+            return this;
+        }
         /**
          * When consumeAsClient is set to true this sets the maximum number of
          * allowed reconnection attempts to a previously closed WebSocket. A
@@ -801,6 +836,20 @@ public interface VertxWebsocketEndpointBuilderFactory {
         public String vertxwebsocketRemoteaddress() {
             return "VertxWebsocket.remoteAddress";
         }
+
+        /**
+         * The WebSocket event that triggered the message exchange.
+         * 
+         * The option is a: {@code
+         * org.apache.camel.component.vertx.websocket.VertxWebsocketEvent} type.
+         * 
+         * Group: consumer
+         * 
+         * @return the name of the header {@code VertxWebsocket.event}.
+         */
+        public String vertxwebsocketEvent() {
+            return "VertxWebsocket.event";
+        }
     }
     static VertxWebsocketEndpointBuilder endpointBuilder(
             String componentName,


[camel] 02/04: Upgrade AWS SDK v2 to version 2.19.33

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 fc87ae237130f21a0c3ee948e8550ad2be679f0a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 9 09:25:10 2023 +0100

    Upgrade AWS SDK v2 to version 2.19.33
    
    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 d33efcf0d67..3bb595a4763 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -74,7 +74,7 @@
         <avro-ipc-jetty-version>1.11.1</avro-ipc-jetty-version>
         <avro-ipc-netty-version>1.11.1</avro-ipc-netty-version>
         <awaitility-version>4.2.0</awaitility-version>
-        <aws-java-sdk2-version>2.19.32</aws-java-sdk2-version>
+        <aws-java-sdk2-version>2.19.33</aws-java-sdk2-version>
         <aws-xray-version>2.6.1</aws-xray-version>
         <axiom-version>1.2.14</axiom-version>
         <azure-sdk-bom-version>1.2.9</azure-sdk-bom-version>