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/03/14 19:06:32 UTC

[camel] branch regen_bot updated (51daa2c -> a70e387)

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 51daa2c  Missing one rename of 'useIAMCredentials' as 'useDefaultCredentialsProvider' with the rename in 3.7
     add 557efba  camel-core - Small optimization on Choice EIP
     add 78ea548  CAMEL-16355: camel-core - Optimize Filter and Choice EIP
     add 4cf3569  camel-core - Optimize exchange properties to create on-demand as camel-core uses only internal properties to store state.
     add bfc78dc  CAMEL-16355: camel-core - Optimize Filter and Choice EIP
     add a70e387  Regen for commit bfc78dc12ec88dae491096cd6cea55ff63ec2d91

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-sqs.json  |  4 +-
 .../camel/catalog/docs/aws2-sqs-component.adoc     |  4 +-
 .../apache/camel/component/aws2/sqs/aws2-sqs.json  |  4 +-
 .../src/main/docs/aws2-sqs-component.adoc          |  4 +-
 .../component/aws2/sqs/Sqs2Configuration.java      |  1 +
 .../camel/component/aws2/sqs/Sqs2Consumer.java     |  4 +-
 .../src/main/java/org/apache/camel/Exchange.java   |  1 +
 .../java/org/apache/camel/ExchangePropertyKey.java |  3 -
 .../dsl/Aws2SqsComponentBuilderFactory.java        |  1 +
 .../apache/camel/processor/ChoiceProcessor.java    | 55 ++++++++----------
 .../apache/camel/processor/FilterProcessor.java    |  4 --
 .../camel/processor/FilterNotMatchedTest.java      |  8 ---
 .../org/apache/camel/processor/FilterNotTest.java  |  2 -
 .../org/apache/camel/processor/FilterTest.java     |  2 -
 .../endpoint/dsl/Sqs2EndpointBuilderFactory.java   |  2 +
 .../org/apache/camel/support/AbstractExchange.java | 65 +++++++++++++---------
 .../camel/support/DefaultPooledExchange.java       |  7 +++
 .../modules/ROOT/pages/aws2-sqs-component.adoc     |  4 +-
 .../org/apache/camel/processor/FilterTest.java     |  2 -
 .../ROOT/pages/camel-3x-upgrade-guide-3_9.adoc     |  5 ++
 20 files changed, 91 insertions(+), 91 deletions(-)