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 2021/04/06 15:14:49 UTC

[camel] branch regen_bot updated (a9fd03f -> 58894a6)

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 a9fd03f  CAMEL-16454: camel-core - Optimize CircuitBreaker constants for fast exchange properties
     add 9e6f960  CAMEL-16451: camel-core - ExchangePooling for EIPs. Enricher EIP
     add 633c7ab  CAMEL-16457: camel-core - Optimize ExchangeHelper.copyResults - No need to copy message id not in use
     add d739e25  CAMEL-16457: camel-core - Optimize ExchangeHelper.copyResults - No need to copy message id not in use
     add 0b0e388  CAMEL-16451: camel-core - ExchangePooling for EIPs. Enricher EIP
     add f56f7dc  CAMEL-16185 - AWS S3: improve multipart support - streaming upload
     add 9b489fd  camel-core - Optimize a bit
     add ffc32ac  camel-activemq: removed unused test profiles (#5297)
     add 1fd246f  camel-core - Optimize a bit
     add ba3c007  CAMEL-16185 - AWS S3: improve multipart support - streaming upload
     add 455ceba  Fixed build
     add 58894a6  Fixed build

No new revisions were added by this update.

Summary of changes:
 components/camel-activemq/pom.xml                  | 47 ----------------------
 .../camel/attachment/DefaultAttachmentMessage.java |  5 +++
 .../aws2/s3/stream/AWS2S3StreamUploadProducer.java |  1 +
 .../src/main/java/org/apache/camel/Message.java    |  5 +++
 .../java/org/apache/camel/processor/Enricher.java  | 32 ++++++++++-----
 .../apache/camel/processor/MulticastProcessor.java | 14 +++++--
 .../org/apache/camel/processor/PollEnricher.java   |  4 +-
 .../FileConsumerThreadsInProgressIssueTest.java    |  8 ++--
 .../org/apache/camel/support/MessageSupport.java   | 10 ++++-
 9 files changed, 58 insertions(+), 68 deletions(-)