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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 868cf90  CAMEL-17121: converted camel-smpp to the repeatable tasks
     add 464acde  CAMEL-17121: added support for configuring the back-off 
strategy
     add b73b55a  CAMEL-17121: converted camel-soroush to use the repeatable 
tasks
     add f29fe7e  CAMEL-17178: Fix HL7 api http link
     add 30494c2  CAMEL-17178: Fix wrong jackson 2 HTTP links
     add 7b9a10c  CAMEL-17178: Remove the useless reference to wrong Jackson 
library HTTP link from camel-mongodb
     add 6998077  CAMEL-17178: Fix wrong HTTP links to Jackson library for 
jackson and jacksonxml data formats
     add 79aab5d  CAMEL-17178: Fix wrong HTTP links to Jackson JSON Views
     add 62147da  CAMEL-11178: Fix wrong HTTP link to Woodstox

No new revisions were added by this update.

Summary of changes:
 .../camel-cbor/src/main/docs/cbor-dataformat.adoc  |   2 +-
 .../camel-hl7/src/main/docs/hl7-dataformat.adoc    |   2 +-
 .../apache/camel/component/hl7/HL7DataFormat.java  |   2 +-
 .../src/main/docs/avro-jackson-dataformat.adoc     |   2 +-
 .../src/main/docs/protobuf-jackson-dataformat.adoc |   2 +-
 .../jackson/AbstractJacksonDataFormat.java         |   4 +-
 .../camel/component/jackson/JacksonDataFormat.java |   2 +-
 .../src/main/docs/jacksonxml-dataformat.adoc       |   8 +-
 .../component/jacksonxml/JacksonXMLDataFormat.java |   8 +-
 .../src/main/docs/mongodb-component.adoc           |   6 +-
 .../component/SoroushBotAbstractConsumer.java      |  19 +---
 .../soroushbot/component/SoroushBotEndpoint.java   | 103 ++++++++++++---------
 .../component/SoroushBotSendMessageProducer.java   |  70 +++++++++-----
 .../utils/ExponentialBackOffStrategy.java          |  21 +++--
 .../soroushbot/utils/FixedBackOffStrategy.java     |  13 ++-
 .../soroushbot/utils/LinearBackOffStrategy.java    |  19 ++--
 .../apache/camel/support/task/ForegroundTask.java  |   4 +-
 .../task/budget/IterationBoundedBudget.java        |  17 +++-
 .../task/budget/IterationBoundedBudgetBuilder.java |  15 ++-
 .../camel/support/task/budget/IterationBudget.java |   2 +-
 .../task/budget/IterationTimeBoundedBudget.java    |   2 +-
 .../task/budget/backoff}/BackOffStrategy.java      |  15 ++-
 .../task/budget/backoff/FixedBackOffStrategy.java  |  23 ++---
 .../apache/camel/support/task/TaskTestSupport.java |   1 -
 24 files changed, 210 insertions(+), 152 deletions(-)
 rename 
{components/camel-soroush/src/main/java/org/apache/camel/component/soroushbot/utils
 => 
core/camel-support/src/main/java/org/apache/camel/support/task/budget/backoff}/BackOffStrategy.java
 (68%)
 copy 
components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTLSTest.java
 => 
core/camel-support/src/main/java/org/apache/camel/support/task/budget/backoff/FixedBackOffStrategy.java
 (70%)

Reply via email to