This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master 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 new 557efba camel-core - Small optimization on Choice EIP new 78ea548 CAMEL-16355: camel-core - Optimize Filter and Choice EIP new 4cf3569 camel-core - Optimize exchange properties to create on-demand as camel-core uses only internal properties to store state. new bfc78dc CAMEL-16355: camel-core - Optimize Filter and Choice EIP The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../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 +- .../ROOT/pages/camel-3x-upgrade-guide-3_9.adoc | 5 ++ 18 files changed, 89 insertions(+), 87 deletions(-)