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


The following commit(s) were added to refs/heads/main by this push:
     new 5e1c4a0daa6 Regen for commit e2f1948808f8824eb959cf2352d8768bd34938a1
5e1c4a0daa6 is described below

commit 5e1c4a0daa65636fbb68b096a15d542579c01f92
Author: oscerd <osc...@users.noreply.github.com>
AuthorDate: Wed Oct 12 16:35:59 2022 +0000

    Regen for commit e2f1948808f8824eb959cf2352d8768bd34938a1
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
index e8e1dd42c69..d25310f27df 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/PulsarEndpointBuilderFactory.java
@@ -1178,6 +1178,7 @@ public interface PulsarEndpointBuilderFactory {
          * @param maxPendingMessagesAcrossPartitions the value to set
          * @return the dsl builder
          */
+        @Deprecated
         default PulsarEndpointProducerBuilder 
maxPendingMessagesAcrossPartitions(
                 int maxPendingMessagesAcrossPartitions) {
             doSetProperty("maxPendingMessagesAcrossPartitions", 
maxPendingMessagesAcrossPartitions);
@@ -1197,6 +1198,7 @@ public interface PulsarEndpointBuilderFactory {
          * @param maxPendingMessagesAcrossPartitions the value to set
          * @return the dsl builder
          */
+        @Deprecated
         default PulsarEndpointProducerBuilder 
maxPendingMessagesAcrossPartitions(
                 String maxPendingMessagesAcrossPartitions) {
             doSetProperty("maxPendingMessagesAcrossPartitions", 
maxPendingMessagesAcrossPartitions);

Reply via email to