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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 00fbb13  CAMEL-16383: camel-scheduler - ConcurrentTasks option renamed 
to poolSize and avoid scheduler to cause concurrent triggers that causes 
routing problems.
00fbb13 is described below

commit 00fbb1360ca84f600fdd7f8591cd79d3cf591907
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Mar 22 16:59:47 2021 +0100

    CAMEL-16383: camel-scheduler - ConcurrentTasks option renamed to poolSize 
and avoid scheduler to cause concurrent triggers that causes routing problems.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
index 3dedb00..cd88179 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_10.adoc
@@ -6,6 +6,10 @@ from both 3.0 to 3.1 and 3.1 to 3.2.
 
 == Upgrading Camel 3.9 to 3.10
 
+=== API changes
+
+The method `concurrentTasks` on 
`org.apache.camel.support.DefaultScheduledPollConsumerScheduler ` has been 
renamed to `concurrentConsumers`.
+
 === camel-scheduler
 
 The option `concurrentTasks` has been renamed to `poolSize` to better reflect 
its purpose.

Reply via email to