You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2022/10/19 11:56:10 UTC

[camel] branch claudio4j-patch-1 created (now 2eb737db9ee)

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

claudio4j pushed a change to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 2eb737db9ee fix whatsapp doc, the "since" field to 3.19

This branch includes the following new commits:

     new 2eb737db9ee fix whatsapp doc, the "since" field to 3.19

The 1 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] 01/01: fix whatsapp doc, the "since" field to 3.19

Posted by cl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2eb737db9eef568dfbff9059345352474edf22a3
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Oct 19 08:56:03 2022 -0300

    fix whatsapp doc, the "since" field to 3.19
---
 .../main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java b/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
index 58e258ce72d..9902ce8bfab 100644
--- a/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
+++ b/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
@@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Send messages to WhatsApp.
  */
-@UriEndpoint(firstVersion = "3.18.0", scheme = "whatsapp", title = "WhatsApp", syntax = "whatsapp:phoneNumberId",
+@UriEndpoint(firstVersion = "3.19.0", scheme = "whatsapp", title = "WhatsApp", syntax = "whatsapp:phoneNumberId",
              producerOnly = true,
              category = {
                      Category.CLOUD, Category.API,