This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 5977ac23ac4 CAMEL-22174 catch SMBRuntimeExceptions on connect and
always close connection on disconnect (#18507)
new fa804537375 CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams (#18493)
new 14ee84d7a9e CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams
new 7a3537fc29b CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams
new f791b7666bc CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams
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/converter/stream/CachedOutputStream.java | 4 +-
.../main/java/org/apache/camel/util/IOHelper.java | 27 ++++----
.../camel-streamcaching-test}/pom.xml | 60 ++++++++----------
.../src/main/resources/META-INF/LICENSE.txt | 0
.../src/main/resources/META-INF/NOTICE.txt | 0
.../stream/CachedOutputStreamDirectMemoryTest.java | 74 ++++++++++++++++++++++
.../src/test/resources/log4j2.properties | 2 +-
tests/pom.xml | 1 +
8 files changed, 115 insertions(+), 53 deletions(-)
copy {core/camel-cloud => tests/camel-streamcaching-test}/pom.xml (64%)
copy {apache-camel =>
tests/camel-streamcaching-test}/src/main/resources/META-INF/LICENSE.txt (100%)
copy {archetypes/camel-archetype-api-component =>
tests/camel-streamcaching-test}/src/main/resources/META-INF/NOTICE.txt (100%)
create mode 100644
tests/camel-streamcaching-test/src/test/java/org/apache/camel/converter/stream/CachedOutputStreamDirectMemoryTest.java
copy {components/camel-jaxb =>
tests/camel-streamcaching-test}/src/test/resources/log4j2.properties (95%)