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

   I have several tests in error on Camel core module with Java 17 (not tried 
with others versions):
   ```
   [ERROR] Failures: 
   [ERROR] 
org.apache.camel.processor.BeanProcessorSpecializedMessageTest.testBeanSpecializedMessage
   [ERROR]   Run 1: 
BeanProcessorSpecializedMessageTest.testBeanSpecializedMessage:62->ContextTestSupport.assertMockEndpointsSatisfied:900
 mock://result Received message count 0, expected at least 1
   [ERROR]   Run 2: 
BeanProcessorSpecializedMessageTest.testBeanSpecializedMessage:62->ContextTestSupport.assertMockEndpointsSatisfied:900
 mock://result Received message count 0, expected at least 1
   [ERROR]   Run 3: 
BeanProcessorSpecializedMessageTest.testBeanSpecializedMessage:62->ContextTestSupport.assertMockEndpointsSatisfied:900
 mock://result Received message count 0, expected at least 1
   [INFO] 
   [ERROR] Errors: 
   [ERROR] 
org.apache.camel.component.bean.BeanByteArrayBodyTest.testByteArray
   [ERROR]   Run 1: BeanByteArrayBodyTest.testByteArray:32 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[D09C0951AA21852-0000000000000000]
   [ERROR]   Run 2: BeanByteArrayBodyTest.testByteArray:32 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[BC67F38E9D4A0AC-0000000000000000]
   [ERROR]   Run 3: BeanByteArrayBodyTest.testByteArray:32 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[A4C45304790D34A-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanMethodWithStringParameterTest.testBean
   [ERROR]   Run 1: 
BeanMethodWithStringParameterTest.testBean:41 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[7AD8D01F68DD717-0000000000000000]
   [ERROR]   Run 2: 
BeanMethodWithStringParameterTest.testBean:41 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[0597FDBD39BEC02-0000000000000000]
   [ERROR]   Run 3: 
BeanMethodWithStringParameterTest.testBean:41 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[7E01BBE7D02254A-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanMethodWithStringParameterTest.testBeanOther
   [ERROR]   Run 1: 
BeanMethodWithStringParameterTest.testBeanOther:50 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[1F963BBBCCBBD66-0000000000000000]
   [ERROR]   Run 2: 
BeanMethodWithStringParameterTest.testBeanOther:50 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[CE75F8C9A2BBDF8-0000000000000000]
   [ERROR]   Run 3: 
BeanMethodWithStringParameterTest.testBeanOther:50 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[5DE55F017C5CF07-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanOnglStaticMethodTest.testBeanOnglStaticMethod
   [ERROR]   Run 1: 
BeanOnglStaticMethodTest.testBeanOnglStaticMethod:29 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[1F1A6EA226684D6-0000000000000000]
   [ERROR]   Run 2: 
BeanOnglStaticMethodTest.testBeanOnglStaticMethod:29 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[E63DD4A0BB5A978-0000000000000000]
   [ERROR]   Run 3: 
BeanOnglStaticMethodTest.testBeanOnglStaticMethod:29 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[FBAC6B4F9D2D825-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanParameterBindingStreamCachingTest.testBean
   [ERROR]   Run 1: 
BeanParameterBindingStreamCachingTest.testBean:32 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[695B9A7135B7761-0000000000000000]
   [ERROR]   Run 2: 
BeanParameterBindingStreamCachingTest.testBean:32 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[BA4AE739FE39783-0000000000000000]
   [ERROR]   Run 3: 
BeanParameterBindingStreamCachingTest.testBean:32 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[9CD056597304CA0-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanPerformanceTest.testBeanPerformance
   [ERROR]   Run 1: BeanPerformanceTest.testBeanPerformance:48 
» CamelExecution Exception occurred during execution on the exchange: 
Exchange[48A32B7DE090444-0000000000000000]
   [ERROR]   Run 2: BeanPerformanceTest.testBeanPerformance:48 
» CamelExecution Exception occurred during execution on the exchange: 
Exchange[2691D20ED34D3D0-0000000000000000]
   [ERROR]   Run 3: BeanPerformanceTest.testBeanPerformance:48 
» CamelExecution Exception occurred during execution on the exchange: 
Exchange[6F185616DF52462-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanWithInputStreamBodyTest.testBeanWithInputStreamBody
   [ERROR]   Run 1: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBody:56 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[4464FBA50378132-0000000000000000]
   [ERROR]   Run 2: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBody:56 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[C76B28C08F34E18-0000000000000000]
   [ERROR]   Run 3: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBody:56 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[4FB420FE4F750D9-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanWithInputStreamBodyTest.testBeanWithInputStreamBodyMethod
   [ERROR]   Run 1: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBodyMethod:75 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[9C428FE924B0885-0000000000000000]
   [ERROR]   Run 2: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBodyMethod:75 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[0B6CF906F316831-0000000000000000]
   [ERROR]   Run 3: 
BeanWithInputStreamBodyTest.testBeanWithInputStreamBodyMethod:75 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[BCA32719AA4A58C-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanWithInputStreamBodyTest.testToBeanWithInputStreamBody
   [ERROR]   Run 1: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBody:94 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[7372951AA8C4490-0000000000000000]
   [ERROR]   Run 2: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBody:94 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[B7DF6BF98182256-0000000000000000]
   [ERROR]   Run 3: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBody:94 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[BC508E112425AD7-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethod
   [ERROR]   Run 1: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethod:113 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[BC6E60E0956A887-0000000000000000]
   [ERROR]   Run 2: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethod:113 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[829596240CA49DA-0000000000000000]
   [ERROR]   Run 3: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethod:113 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[DC39D23D03AE906-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.component.bean.BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethodOGNL
   [ERROR]   Run 1: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethodOGNL:132 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[43A2DB154821390-0000000000000000]
   [ERROR]   Run 2: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethodOGNL:132 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[0D5BD216CA01AE2-0000000000000000]
   [ERROR]   Run 3: 
BeanWithInputStreamBodyTest.testToBeanWithInputStreamBodyMethodOGNL:132 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[C08D09184321F2E-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.language.simple.SimpleTest.testBodyExpressionWithArray
   [ERROR]   Run 1: SimpleTest.testBodyExpressionWithArray:235 
» RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@54af161b] on the exchange: 
Exchange[09FAEAE00B4B228-0000000000000000]
   [ERROR]   Run 2: SimpleTest.testBodyExpressionWithArray:235 
» RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@7baa8775] on the exchange: 
Exchange[DE136CE80E4E909-0000000000000000]
   [ERROR]   Run 3: SimpleTest.testBodyExpressionWithArray:235 
» RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@7e448c12] on the exchange: 
Exchange[F187B3E135FF1A4-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.language.simple.SimpleTest.testByteArrayLength
   [ERROR]   Run 1: 
SimpleTest.testByteArrayLength:1857->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@78e5e9ef] on the exchange: 
Exchange[3CC3BDFFA2A353F-0000000000000000]
   [ERROR]   Run 2: 
SimpleTest.testByteArrayLength:1857->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@386ad5c3] on the exchange: 
Exchange[54426BBE598C2B1-0000000000000000]
   [ERROR]   Run 3: 
SimpleTest.testByteArrayLength:1857->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@6c8cd781] on the exchange: 
Exchange[AAB88674DB673A5-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.language.simple.SimpleTest.testIntArrayLength
   [ERROR]   Run 1: 
SimpleTest.testIntArrayLength:1866->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@1933b305] on the exchange: 
Exchange[3A9F4EB391532CB-0000000000000000]
   [ERROR]   Run 2: 
SimpleTest.testIntArrayLength:1866->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@1ac925c4] on the exchange: 
Exchange[4DEC09E87664388-0000000000000000]
   [ERROR]   Run 3: 
SimpleTest.testIntArrayLength:1866->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.Object;@b3fc185] on the exchange: 
Exchange[34FD4DEF13BB122-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.language.simple.SimpleTest.testStringArrayLength
   [ERROR]   Run 1: 
SimpleTest.testStringArrayLength:1845->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.String;@7ee7aaeb] on the exchange: 
Exchange[BF72FD5F5C50557-0000000000000000]
   [ERROR]   Run 2: 
SimpleTest.testStringArrayLength:1845->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.String;@20b08303] on the exchange: 
Exchange[0242679F2C4E5E8-0000000000000000]
   [ERROR]   Run 3: 
SimpleTest.testStringArrayLength:1845->LanguageTestSupport.assertExpression:70->LanguageTestSupport.assertExpression:63->ContextTestSupport.assertExpression:922->TestSupport.assertExpression:286
 » RuntimeBeanExpression Failed to invoke method: length on null due to: 
org.apache.camel.RuntimeExchangeException: IllegalArgumentException occurred 
invoking method: public static int 
org.apache.camel.util.ObjectHelper.arrayLength(java.lang.Object[]) using 
arguments: [[Ljava.lang.String;@5334e353] on the exchange: 
Exchange[FC1030660BA34BE-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.ComposedMessageProcessorTest.testValidatingCorrectOrder
   [ERROR]   Run 1: 
ComposedMessageProcessorTest.testValidatingCorrectOrder:45 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[9FB4C2C3B5D65B7-0000000000000000]
   [ERROR]   Run 2: 
ComposedMessageProcessorTest.testValidatingCorrectOrder:45 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[3C97D803415FD2A-0000000000000000]
   [ERROR]   Run 3: 
ComposedMessageProcessorTest.testValidatingCorrectOrder:45 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[D3244A6412ED94F-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.ComposedMessageProcessorTest.testValidatingIncorrectOrder
   [ERROR]   Run 1: 
ComposedMessageProcessorTest.testValidatingIncorrectOrder:64 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[AB84FD88D2C99A4-0000000000000000]
   [ERROR]   Run 2: 
ComposedMessageProcessorTest.testValidatingIncorrectOrder:64 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[3CC8613D0ED8C3C-0000000000000000]
   [ERROR]   Run 3: 
ComposedMessageProcessorTest.testValidatingIncorrectOrder:64 » CamelExecution 
Exception occurred during execution on the exchange: 
Exchange[A5BB556A9E62E34-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.DynamicRouterOnExceptionTest.testException
   [ERROR]   Run 1: 
DynamicRouterOnExceptionTest.testException:59 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[67E1F79C164B45B-0000000000000000]
   [ERROR]   Run 2: 
DynamicRouterOnExceptionTest.testException:59 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[5BCD8B8EA1537FC-0000000000000000]
   [ERROR]   Run 3: 
DynamicRouterOnExceptionTest.testException:59 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[A62FC15474B290B-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.DynamicRouterOnExceptionTest.testExceptionTwo
   [ERROR]   Run 1: 
DynamicRouterOnExceptionTest.testExceptionTwo:95 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[60179C67ED719B6-0000000000000000]
   [ERROR]   Run 2: 
DynamicRouterOnExceptionTest.testExceptionTwo:95 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[D0B979CB60AC16D-0000000000000000]
   [ERROR]   Run 3: 
DynamicRouterOnExceptionTest.testExceptionTwo:95 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[C260D6502547576-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.DynamicRouterOnExceptionTest.testOk
   [ERROR]   Run 1: DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[58AD0019E72A1F3-0000000000000000]
   [ERROR]   Run 2: DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[6E13C92DD0A8D31-0000000000000000]
   [ERROR]   Run 3: DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[02BD7B19BEB98B9-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.RecipientListBeanOnPrepareTest.testRecipientListBeanOnPrepare
   [ERROR]   Run 1: 
RecipientListBeanOnPrepareTest.testRecipientListBeanOnPrepare:47 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[647A79D1807F182-0000000000000000]
   [ERROR]   Run 2: 
RecipientListBeanOnPrepareTest.testRecipientListBeanOnPrepare:47 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[8118A1E9713D70B-0000000000000000]
   [ERROR]   Run 3: 
RecipientListBeanOnPrepareTest.testRecipientListBeanOnPrepare:47 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[EE912F36CD3C19F-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.RoutingSlipOnExceptionTest.testException
   [ERROR]   Run 1: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testException:59 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[FCCA37B3DE2F73C-0000000000000000]
   [ERROR]   Run 2: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testException:59 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[E76A6B68C3FBF37-0000000000000000]
   [ERROR]   Run 3: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testException:59 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[2811A78D615E886-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.RoutingSlipOnExceptionTest.testExceptionTwo
   [ERROR]   Run 1: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testExceptionTwo:95 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[2B3F1C94F8DE495-0000000000000000]
   [ERROR]   Run 2: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testExceptionTwo:95 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[D820A22C89023EE-0000000000000000]
   [ERROR]   Run 3: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testExceptionTwo:95 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[5CC4A34C8FE1FE7-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.RoutingSlipOnExceptionTest.testOk
   [ERROR]   Run 1: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[F1985F2B5CBA813-0000000000000000]
   [ERROR]   Run 2: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[EBB2CF2D5BB8162-0000000000000000]
   [ERROR]   Run 3: 
RoutingSlipOnExceptionTest>DynamicRouterOnExceptionTest.testOk:35 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[6DCC7A3583C7678-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.SplitterMethodCallTest.testSplitUsingMethodCall
   [ERROR]   Run 1: 
SplitterMethodCallTest.testSplitUsingMethodCall:35 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[806A1BAA24381AF-0000000000000000]
   [ERROR]   Run 2: 
SplitterMethodCallTest.testSplitUsingMethodCall:35 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[F2FABCFECA75415-0000000000000000]
   [ERROR]   Run 3: 
SplitterMethodCallTest.testSplitUsingMethodCall:35 » CamelExecution Exception 
occurred during execution on the exchange: 
Exchange[12AB57F679063F4-0000000000000000]
   [INFO] 
   [ERROR] 
org.apache.camel.processor.SupervisingRouteControllerSplitOnExceptionTest.testSupervising
   [ERROR]   Run 1: 
SupervisingRouteControllerSplitOnExceptionTest.testSupervising:52 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[33A7B7CCEE3A26E-0000000000000000]
   [ERROR]   Run 2: 
SupervisingRouteControllerSplitOnExceptionTest.testSupervising:52 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[1D08888CA6FE446-0000000000000000]
   [ERROR]   Run 3: 
SupervisingRouteControllerSplitOnExceptionTest.testSupervising:52 » 
CamelExecution Exception occurred during execution on the exchange: 
Exchange[DA0B503030D2C9E-0000000000000000]
   ```


-- 
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