This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel.git
from 8df7466ac4f Bump for next version
new a3bb4b77f53 CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams (#18493)
new 5e32a0b058c CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams
new fc32b0b6cca CAMEL-22208 Optimize CachedOutputStream.pageToFileStream
for large streams
new f84662ec4c7 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 | 61 ++++++++----------
.../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(+), 54 deletions(-)
copy {core/camel-cloud => tests/camel-streamcaching-test}/pom.xml (63%)
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%)