You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/13 16:00:58 UTC

[camel] branch regen_bot updated (964fb60 -> eccfa64)

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 964fb60  Camel-HTTP: Use String.indexOf(String) instead of String.indexOf(char)
     add 9e6aa00  CAMEL-17472: fix consumer reconnect no longer works
     add 88519f8  camel-smpp: updated details about running the manual integration tests
     add cbd1b6e  CAMEL-17477: respect the re-connect delay when reconnecting
     add eccfa64  CAMEL-17472: do not exhaust scheduled service

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/component/smpp/SmppConsumer.java  | 99 +++++++++++++---------
 .../apache/camel/component/smpp/SmppProducer.java  | 77 ++++++++++-------
 .../org/apache/camel/component/smpp/SmppUtils.java | 35 ++++++--
 .../integration/SmppConsumerReconnectManualIT.java |  6 +-
 .../integration/SmppProducerReconnectManualIT.java |  6 +-
 .../apache/camel/support/task/BackgroundTask.java  | 23 +++--
 .../support/task/budget/TimeBoundedBudget.java     |  7 +-
 .../task/BackgroundIterationTimeTaskTest.java      | 18 ++++
 8 files changed, 180 insertions(+), 91 deletions(-)