apupier commented on PR #15273:
URL: https://github.com/apache/camel/pull/15273#issuecomment-2304189818

   unrelated uncommited changes to this PR:
   
   ```
   diff --git 
a/components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/SpringStreamCachingStrategyTest.java
 
b/components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/SpringStreamCachingStrategyTest.java
   index 40ba7eb6..44534e9c 100644
   --- 
a/components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/SpringStreamCachingStrategyTest.java
   +++ 
b/components/camel-spring-xml/src/test/java/org/apache/camel/spring/processor/SpringStreamCachingStrategyTest.java
   @@ -40,7 +40,8 @@ public class SpringStreamCachingStrategyTest extends 
SpringTestSupport {
            assertTrue(context.getStreamCachingStrategy().isEnabled());
            assertEquals(normalizePath("target/cachedir"),
                    
normalizePath(context.getStreamCachingStrategy().getSpoolDirectory().toString()));
   -        
assertEquals(Integer.valueOf(IOHelper.DEFAULT_BUFFER_SIZE).intValue(), 
context.getStreamCachingStrategy().getBufferSize());
   +        
assertEquals(Integer.valueOf(IOHelper.DEFAULT_BUFFER_SIZE).intValue(),
   +                context.getStreamCachingStrategy().getBufferSize());
            assertEquals(Long.valueOf(8192).longValue(), 
context.getStreamCachingStrategy().getSpoolThreshold());
            assertEquals("java.io.ByteArrayInputStream",
                    
context.getStreamCachingStrategy().getAllowClasses().iterator().next().getName());
   ```
   will be fixed with https://github.com/apache/camel/pull/15275


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to