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 2020/10/03 15:15:07 UTC

[camel] branch regen_bot updated (afb88db -> f668efb)

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 afb88db  CAMEL-15627: Optimize to eager initialize language for expressions.
     add 880b7b1  CAMEL-15628: Fixed ArrayIndexOutOfBoundsException for concurrent / high throughtput routing with message history enabled.
     add f23333e  CAMEL-15628: Fixed ArrayIndexOutOfBoundsException for concurrent / high throughtput routing with message history enabled.
     add a0e6470  CAMEL-15628: Fixed ArrayIndexOutOfBoundsException for concurrent / high throughtput routing with message history enabled.
     add c497cbc  Upgrade AWS SDK to version 2.15.2
     add f668efb  Regen and sync properties

No new revisions were added by this update.

Summary of changes:
 camel-dependencies/pom.xml                                         | 2 +-
 .../resources/org/apache/camel/catalog/docs/message-history.adoc   | 7 ++++---
 .../org/apache/camel/impl/engine/DefaultInflightRepository.java    | 5 ++---
 .../java/org/apache/camel/processor/CamelInternalProcessor.java    | 5 +++--
 .../src/main/java/org/apache/camel/processor/Splitter.java         | 6 ++++--
 .../org/apache/camel/processor/interceptor/DefaultDebugger.java    | 5 ++---
 .../src/main/docs/modules/eips/pages/message-history.adoc          | 7 ++++---
 .../src/main/java/org/apache/camel/support/DefaultExchange.java    | 5 +++--
 .../src/main/java/org/apache/camel/support/ExchangeHelper.java     | 5 +++--
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc | 5 +++++
 parent/pom.xml                                                     | 2 +-
 11 files changed, 32 insertions(+), 22 deletions(-)