This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.10.x by this push:
     new e8ceeb135b5 CAMEL-22208 Optimize CachedOutputStream.pageToFileStream 
for large streams
e8ceeb135b5 is described below

commit e8ceeb135b51ee8a8cb19e55a1614b5a5b563b8f
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jul 2 08:47:00 2025 +0200

    CAMEL-22208 Optimize CachedOutputStream.pageToFileStream for large streams
---
 tests/camel-streamcaching-test/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-streamcaching-test/pom.xml 
b/tests/camel-streamcaching-test/pom.xml
index 9734f1ffd0f..ff05eaac86d 100644
--- a/tests/camel-streamcaching-test/pom.xml
+++ b/tests/camel-streamcaching-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tests</artifactId>
-        <version>4.13.0-SNAPSHOT</version>
+        <version>4.10.7-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-streamcaching-test</artifactId>

Reply via email to