This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch opt-exchangekey in repository https://gitbox.apache.org/repos/asf/camel.git.
from b1c8e01 CAMEL-16326: camel-core - Optimize usage of exchanage properties for state in routing engine. new 73d3b17 CAMEL-16326: camel-core - Optimize usage of exchanage properties for state in routing engine. new bba669b CAMEL-16326: camel-core - Optimize usage of exchanage properties for state in routing engine. The 2 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: .../src/main/java/org/apache/camel/Exchange.java | 13 +++++++++++-- .../java/org/apache/camel/ExchangePropertyKey.java | 6 ------ .../java/org/apache/camel/ExtendedExchange.java | 3 ++- .../camel/impl/engine/CamelInternalProcessor.java | 8 ++++++-- .../org/apache/camel/impl/DefaultExchangeTest.java | 15 ++++++++++++++- .../org/apache/camel/support/AbstractExchange.java | 21 ++++++++++++++++++--- .../apache/camel/support/DefaultPooledExchange.java | 5 ++--- 7 files changed, 53 insertions(+), 18 deletions(-)