This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 74cc84013162 Uprade undertow
new 9f4b966ed1e9 CAMEL-22972: camel-as2 - AS2ClientConnection leaks HTTP
connections on error paths (#21307)
new 079f510603a8 CAMEL-22973: camel-core - ClassCastException in Splitter
with exchange pooling (#21308)
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:
.../component/as2/api/AS2ClientConnection.java | 61 ++++++++++++++--------
.../camel/processor/PooledExchangeSplitTest.java | 41 +++++++++------
.../org/apache/camel/support/DefaultExchange.java | 6 +--
.../org/apache/camel/support/MonotonicClock.java | 2 +
.../org/apache/camel/support/ResetableClock.java | 4 +-
5 files changed, 73 insertions(+), 41 deletions(-)
copy
components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyTextlineInOnlyPooledExchangeTest.java
=>
core/camel-core/src/test/java/org/apache/camel/processor/PooledExchangeSplitTest.java
(56%)