You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/11 15:08:40 UTC

[camel] branch main updated (6210686c361 -> 9ea25e4be57)

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

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 6210686c361 camel-test - Make jms test faster (#11086)
     add 9ea25e4be57 camel-spring - Run test a bit faster with JMX disabled (#11088)

No new revisions were added by this update.

Summary of changes:
 .../camel/spring/processor/idempotent/FileConsumerIdempotentTest.java  | 3 ++-
 .../src/test/resources/META-INF/spring/camel-context.xml               | 1 +
 .../org/apache/camel/component/bean/AutowireConstructorRouteTest.xml   | 1 +
 .../apache/camel/component/bean/AutowireConstructorRouteTwoTest.xml    | 1 +
 .../apache/camel/component/bean/BeanWithRecipientListTest-context.xml  | 1 +
 .../apache/camel/component/bean/SpringRouteMethodCallStaticTest.xml    | 1 +
 .../test/resources/org/apache/camel/component/bean/beanBindingTest.xml | 1 +
 .../test/resources/org/apache/camel/component/bean/camelContext.xml    | 1 +
 .../src/test/resources/org/apache/camel/component/cron/cron.xml        | 1 +
 .../org/apache/camel/component/dataset/SpringDataSetTest-context.xml   | 1 +
 .../test/resources/org/apache/camel/component/event/camelContext.xml   | 1 +
 .../resources/org/apache/camel/component/event/mistypedPackage.xml     | 2 ++
 .../org/apache/camel/component/log/SpringCustomLogMaskTest-context.xml | 1 +
 .../org/apache/camel/component/log/SpringLogMarkerTest-context.xml     | 1 +
 .../resources/org/apache/camel/component/log/SpringLogTest-context.xml | 1 +
 .../apache/camel/component/log/custom-exchange-formatter-context.xml   | 1 +
 .../properties/CamelSpringPropertyPlaceholderConfigurer2Test.xml       | 1 +
 .../properties/CamelSpringPropertyPlaceholderConfigurer3Test.xml       | 1 +
 .../properties/CamelSpringPropertyPlaceholderConfigurerNestedTest.xml  | 1 +
 .../properties/CamelSpringPropertyPlaceholderConfigurerTest.xml        | 1 +
 .../component/properties/SpringAttributeNewLineRouteContextRefTest.xml | 1 +
 .../apache/camel/component/properties/SpringAttributeNewLineTest.xml   | 1 +
 .../camel/component/properties/SpringBuilderRefBeanInjectTest.xml      | 1 +
 .../camel/component/properties/SpringBuilderRefPropertiesTest.xml      | 1 +
 .../camel/component/properties/SpringBuilderRefPropertyInjectTest.xml  | 1 +
 .../properties/SpringErrorHandlerInlinedPropertiesPlaceholderTest.xml  | 1 +
 .../properties/SpringErrorHandlerPropertiesPlaceholderTest.xml         | 1 +
 .../camel/component/properties/SpringOptionalPropertiesDslTest.xml     | 2 ++
 .../component/properties/SpringOptionalPropertiesDslTokenizeTest.xml   | 2 ++
 .../apache/camel/component/properties/SpringPackagePropertiesTest.xml  | 2 +-
 .../camel/component/properties/SpringPackageScanPropertiesTest.xml     | 2 +-
 .../component/properties/SpringPropertiesAfterTransactedDSL2Test.xml   | 1 +
 .../component/properties/SpringPropertiesAfterTransactedDSLTest.xml    | 1 +
 .../camel/component/properties/SpringPropertiesComponent3Test.xml      | 2 ++
 .../properties/SpringPropertiesComponentEIPChoiceConvertBodyToTest.xml | 1 +
 .../properties/SpringPropertiesComponentEIPConvertBodyToTest.xml       | 2 ++
 .../component/properties/SpringPropertiesComponentFunctionTest.xml     | 2 ++
 .../properties/SpringPropertiesComponentInterceptFromTest.xml          | 1 +
 .../component/properties/SpringPropertiesComponentOnExceptionTest.xml  | 1 +
 .../camel/component/properties/SpringPropertiesComponentRefTest.xml    | 1 +
 .../camel/component/properties/SpringPropertiesRouteFromTest.xml       | 1 +
 .../apache/camel/component/properties/SpringPropertiesRouteIdTest.xml  | 1 +
 .../properties/SpringPropertyPlaceholderOnExceptionRefTest.xml         | 1 +
 .../src/test/resources/org/apache/camel/component/rest/RestRefTest.xml | 1 +
 .../apache/camel/component/rest/SpringFromRestConfigurationTest.xml    | 1 +
 .../org/apache/camel/component/rest/SpringFromRestDuplicateTest.xml    | 1 +
 .../org/apache/camel/component/rest/SpringFromRestGetInterceptTest.xml | 1 +
 .../apache/camel/component/rest/SpringFromRestGetOnExceptionTest.xml   | 1 +
 .../camel/component/rest/SpringFromRestGetRouteOnExceptionTest.xml     | 1 +
 .../org/apache/camel/component/rest/SpringFromRestGetTest.xml          | 2 ++
 .../apache/camel/component/rest/SpringFromRestIdAndDescriptionTest.xml | 2 ++
 .../org/apache/camel/component/rest/SpringFromRestUriPrefixTest.xml    | 1 +
 .../resources/org/apache/camel/component/validator/camelContext.xml    | 1 +
 .../org/apache/camel/component/xslt/SpringXsltRouteFileTest.xml        | 1 +
 .../resources/org/apache/camel/component/xslt/SpringXsltRouteTest.xml  | 1 +
 .../org/apache/camel/language/SpringConstantResultTypeTest.xml         | 1 +
 .../org/apache/camel/language/SpringSimpleEmptyStringTest.xml          | 1 +
 .../resources/org/apache/camel/language/SpringSimpleExpressionTest.xml | 1 +
 .../org/apache/camel/language/SpringSimpleMultiLineExpressionTest.xml  | 1 +
 .../resources/org/apache/camel/language/SpringSimpleWeirdIssueTest.xml | 1 +
 .../org/apache/camel/language/SpringTokenXMLPairNamespaceSplitTest.xml | 1 +
 .../test/resources/org/apache/camel/language/springSimpleNewline.xml   | 1 +
 .../resources/org/apache/camel/language/springSimpleRegexContext.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/EndpointToIdRefTest.xml | 1 +
 .../resources/org/apache/camel/spring/NodeIdReferenceTest-context.xml  | 1 +
 .../org/apache/camel/spring/RouteConfigurationPreconditionTest.xml     | 1 +
 .../test/resources/org/apache/camel/spring/RoutePreconditionTest.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/RoutePropertyTest.xml   | 1 +
 .../org/apache/camel/spring/SendMessageOnRouteStartAndStopTest.xml     | 1 +
 .../org/apache/camel/spring/SpringBeanIoCStaticMethodTest.xml          | 1 +
 .../org/apache/camel/spring/SpringConsumerTemplateTest-context.xml     | 1 +
 .../org/apache/camel/spring/SpringLogDebugBodyMaxCharsTest.xml         | 3 +++
 .../camel/spring/SpringRoutesConfigurationBuilderIdOrPatternTest.xml   | 1 +
 .../org/apache/camel/spring/SpringRoutesConfigurationExternalTest.xml  | 1 +
 .../src/test/resources/org/apache/camel/spring/bind/beanAsEndpoint.xml | 1 +
 .../resources/org/apache/camel/spring/bind/processorAsEndpoint.xml     | 1 +
 .../src/test/resources/org/apache/camel/spring/camelGlobalOptions.xml  | 1 +
 .../org/apache/camel/spring/cloud/ServiceCallConfigurationTest.xml     | 1 +
 .../resources/org/apache/camel/spring/cloud/ServiceCallFilterTest.xml  | 1 +
 .../camel/spring/config/ConsumerTemplateAlreadyExistTest-context.xml   | 1 +
 .../camel/spring/config/ConsumerTemplateAutoRegisterTest-context.xml   | 1 +
 .../spring/config/ConsumerTemplateHasTwoTemplatesTest-context.xml      | 1 +
 .../spring/config/ConsumerTemplateMaximumCacheSizeTest-context.xml     | 1 +
 .../spring/config/DeadLetterChannelRedeliveryConfigTest-context.xml    | 1 +
 .../camel/spring/config/DefaultErrorHandlerConfigTest-context.xml      | 1 +
 .../camel/spring/config/DependencyInjectCamelTemplateTest-context.xml  | 1 +
 .../camel/spring/config/EndpointUriSetFromSpringTest-context.xml       | 1 +
 .../camel/spring/config/ErrorHandlerRouteContextRefNotFoundTest.xml    | 1 +
 .../spring/config/FluentProducerTemplateAutoRegisterTest-context.xml   | 1 +
 .../camel/spring/config/OnExceptionNoExceptionConfiguredTest.xml       | 1 +
 .../org/apache/camel/spring/config/OneRouteRefOnException.xml          | 1 +
 .../camel/spring/config/OneRouteRefOnExceptionAndDLCErrorHandler.xml   | 1 +
 .../spring/config/OneRouteRefOnExceptionAndTwoDLCErrorHandler.xml      | 1 +
 .../org/apache/camel/spring/config/OneRouteRefReverseOnException.xml   | 1 +
 .../spring/config/OneRouteRefReverseOnExceptionAndDLCErrorHandler.xml  | 1 +
 .../resources/org/apache/camel/spring/config/PackageResolverTest.xml   | 1 +
 .../camel/spring/config/ProducerTemplateAlreadyExistTest-context.xml   | 1 +
 .../config/ProducerTemplateAutoRegisterBeanIdExistsTest-context.xml    | 1 +
 .../camel/spring/config/ProducerTemplateAutoRegisterTest-context.xml   | 1 +
 .../spring/config/ProducerTemplateHasTwoTemplatesTest-context.xml      | 1 +
 .../spring/config/ProducerTemplateMaximumCacheSizeTest-context.xml     | 1 +
 .../org/apache/camel/spring/config/RouteAutoStartupFalseTest.xml       | 1 +
 .../org/apache/camel/spring/config/RouteAutoStartupTrueTest.xml        | 1 +
 .../org/apache/camel/spring/config/RouteRefIncludeXmlFileTest.xml      | 1 +
 .../org/apache/camel/spring/config/RouteRefMultipleRefsTest.xml        | 1 +
 .../org/apache/camel/spring/config/RouteRefMultipleRoutesTest.xml      | 1 +
 .../config/RouteRefPropertyPlaceholderMultipleCamelContextRefsTest.xml | 2 ++
 .../src/test/resources/org/apache/camel/spring/config/RouteRefTest.xml | 1 +
 .../config/SpringCamelContextCustomDefaultThreadPoolProfileTest.xml    | 1 +
 .../apache/camel/spring/config/SpringCamelContextNoDependsOnTest.xml   | 1 +
 .../config/SpringCamelContextThreadPoolProfilesWithPlaceholderTest.xml | 2 ++
 .../org/apache/camel/spring/config/SpringErrorHandlerConfigTest.xml    | 1 +
 .../camel/spring/config/SpringProduceInjectedPrototypeBeanTest.xml     | 1 +
 .../camel/spring/config/SpringProduceInjectedSingletonBeanTest.xml     | 1 +
 .../resources/org/apache/camel/spring/config/SpringRouteNoFromTest.xml | 1 +
 .../org/apache/camel/spring/config/SpringRouteNoOutputTest.xml         | 1 +
 .../org/apache/camel/spring/config/TwoRouteRefOnException.xml          | 1 +
 .../camel/spring/config/TwoRouteRefOnExceptionAndDLCErrorHandler.xml   | 1 +
 .../org/apache/camel/spring/config/TwoRouteRefReverseOnException.xml   | 1 +
 .../spring/config/TwoRouteRefReverseOnExceptionAndDLCErrorHandler.xml  | 1 +
 .../test/resources/org/apache/camel/spring/config/routeBuilderRef2.xml | 1 +
 .../camel/spring/config/scan/explicitlyDefinedRouteExclusion.xml       | 1 +
 .../resources/org/apache/camel/spring/debug/applicationContext.xml     | 1 +
 .../resources/org/apache/camel/spring/example/contentBasedRoute.xml    | 1 +
 .../test/resources/org/apache/camel/spring/example/expressionTrim.xml  | 1 +
 .../test/resources/org/apache/camel/spring/example/fooEventRoute.xml   | 1 +
 .../test/resources/org/apache/camel/spring/example/pojoConsumer.xml    | 1 +
 .../test/resources/org/apache/camel/spring/example/pojoVmConsumer.xml  | 1 +
 .../src/test/resources/org/apache/camel/spring/example/simpleRoute.xml | 1 +
 .../src/test/resources/org/apache/camel/spring/example/xpathFilter.xml | 1 +
 .../spring/file/SpringFileAntPathMatcherFileFilterTest-context.xml     | 1 +
 .../apache/camel/spring/file/SpringFileConsumerPreMoveIssueTest.xml    | 1 +
 .../org/apache/camel/spring/file/SpringFileConsumerPreMoveTest.xml     | 1 +
 .../org/apache/camel/spring/file/SpringFileLanguageCBRTest.xml         | 1 +
 .../org/apache/camel/spring/file/SpringFileRouteTest-context.xml       | 1 +
 .../camel/spring/file/SpringSimpleFileNameWithQuoteTest-context.xml    | 1 +
 .../org/apache/camel/spring/health/HealthCheckRegistryTest.xml         | 1 +
 .../resources/org/apache/camel/spring/impl/SpringRefDataFormatTest.xml | 1 +
 .../org/apache/camel/spring/impl/SpringRoutePolicyFactoryTest.xml      | 1 +
 .../org/apache/camel/spring/impl/SpringRoutePolicyRefCallbackTest.xml  | 1 +
 .../apache/camel/spring/impl/SpringSupervisingRouteControllerTest.xml  | 1 +
 .../apache/camel/spring/impl/converter/SpringTypeConvertersTest.xml    | 1 +
 .../camel/spring/impl/transformer/SpringTransformerRouteTest.xml       | 1 +
 .../apache/camel/spring/impl/validator/SpringValidatorRouteTest.xml    | 3 ++-
 .../src/test/resources/org/apache/camel/spring/injectedBean.xml        | 1 +
 .../SpringAdviceWithTwoRoutesContextScopedOnExceptionTest.xml          | 1 +
 .../spring/interceptor/SpringAdviceWithTwoRoutesOnExceptionTest.xml    | 1 +
 .../apache/camel/spring/interceptor/SpringAdviceWithTwoRoutesTest.xml  | 1 +
 .../camel/spring/interceptor/mixedStreamCachingInterceptorTest.xml     | 1 +
 .../apache/camel/spring/interceptor/noStreamCachingInterceptorTest.xml | 1 +
 .../springTransactionalClientDataSourceMinimalConfiguration.xml        | 1 +
 .../interceptor/springTransactionalClientDataSourceUsingTransacted.xml | 1 +
 ...ransactionalClientDataWithOnExceptionAndRollbackUsingTransacted.xml | 1 +
 ...lClientDataWithRouteScopedOnExceptionAndRollbackUsingTransacted.xml | 1 +
 .../transactionalClientDataSourceWithSpringRouteBuilder.xml            | 1 +
 .../spring/interceptor/transactionalClientWithAnnotatedBeanTest.xml    | 1 +
 .../org/apache/camel/spring/issues/CamelRouteRefInjectionIssueTest.xml | 1 +
 ...dSpringOnExceptionNotHandledRouteScopedErrorHandlerRefIssueTest.xml | 1 +
 ...ExceptionNotHandledRouteScopedErrorHandlerRefIssueTwoRoutesTest.xml | 1 +
 ...ntextScopedSpringOnExceptionRouteScopedErrorHandlerRefIssueTest.xml | 1 +
 ...edSpringOnExceptionRouteScopedErrorHandlerRefIssueTwoRoutesTest.xml | 1 +
 .../resources/org/apache/camel/spring/issues/CustomIdIssueTest.xml     | 1 +
 .../apache/camel/spring/issues/FileWireTapWithXMLPayloadIssueTest.xml  | 1 +
 .../spring/issues/RedeliveryErrorHandlerTwoXmlFilesIssueTest-1.xml     | 1 +
 .../org/apache/camel/spring/issues/RouteIdAutoAssignClashIssue.xml     | 1 +
 .../spring/issues/SpringAdviceWithRouteScopedErrorHandlerIssueTest.xml | 1 +
 .../spring/issues/SpringAdviceWithTwoRoutesOnExceptionIssueTest.xml    | 1 +
 .../spring/issues/SpringCharlesSplitAndTryCatchRollbackIssueTest.xml   | 1 +
 .../org/apache/camel/spring/issues/SpringInitializationIssueTest.xml   | 1 +
 .../issues/SpringInstanceFactoryBeanCamelContextScanIssueTest.xml      | 1 +
 .../apache/camel/spring/issues/SpringInstanceFactoryBeanIssueTest.xml  | 1 +
 .../spring/issues/SpringMultipleErrorHandlerOnExceptionIssueTest.xml   | 1 +
 .../SpringOnExceptionNotHandledRouteScopedErrorHandlerRefIssueTest.xml | 1 +
 ...ExceptionNotHandledRouteScopedErrorHandlerRefIssueTwoRoutesTest.xml | 1 +
 .../issues/SpringOnExceptionRouteScopedErrorHandlerRefIssueTest.xml    | 1 +
 .../SpringOnExceptionRouteScopedErrorHandlerRefIssueTwoRoutesTest.xml  | 1 +
 .../resources/org/apache/camel/spring/issues/SpringPackageTest.xml     | 1 +
 .../camel/spring/issues/SpringPropertiesAvailableEverywhereTest.xml    | 1 +
 .../apache/camel/spring/issues/SpringPropertyPlaceholderIssueTest.xml  | 1 +
 ...ExceptionNotHandledRouteScopedErrorHandlerRefIssueTwoRoutesTest.xml | 1 +
 .../apache/camel/spring/issues/SpringSingletonScopedBeanIssueTest.xml  | 1 +
 .../apache/camel/spring/issues/SpringTryCatchWithSplitIssueTest.xml    | 1 +
 .../spring/issues/contextscan/SpringRouteIsComponentAnnotatedTest.xml  | 1 +
 .../issues/contextscan2/SpringRouteIsComponentAnnotated2Test.xml       | 1 +
 .../org/apache/camel/spring/issues/packagescan/camelContext.xml        | 1 +
 .../resources/org/apache/camel/spring/jmxConfigUsingProperties.xml     | 2 +-
 .../resources/org/apache/camel/spring/lifecycleStrategyInjection.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/mock/camel-route.xml    | 1 +
 .../src/test/resources/org/apache/camel/spring/mock/spring.xml         | 1 +
 .../resources/org/apache/camel/spring/patterns/FilterTest-context.xml  | 1 +
 .../camel/spring/pollingconsumer/FileConsumerSpringSchedulerTest.xml   | 1 +
 .../postprocessor/camelCustomPostProcessorOnRouteBuilderTest.xml       | 1 +
 .../camel/spring/processor/BatchResequencerAllowDuplicatesTest.xml     | 1 +
 .../apache/camel/spring/processor/BatchResequencerJMSPriorityTest.xml  | 1 +
 .../org/apache/camel/spring/processor/CBRHeaderPredicateTest.xml       | 1 +
 .../apache/camel/spring/processor/ClaimCheckEipGetAndRemoveSetTest.xml | 1 +
 .../org/apache/camel/spring/processor/ClaimCheckEipGetSetTest.xml      | 1 +
 .../org/apache/camel/spring/processor/ClaimCheckEipPushPopBodyTest.xml | 1 +
 .../camel/spring/processor/ClaimCheckEipPushPopHeadersPatternTest.xml  | 1 +
 .../apache/camel/spring/processor/ClaimCheckEipPushPopHeadersTest.xml  | 1 +
 .../camel/spring/processor/ClaimCheckEipPushPopRemoveHeaderTest.xml    | 1 +
 .../org/apache/camel/spring/processor/ClaimCheckEipPushPopTest.xml     | 1 +
 .../org/apache/camel/spring/processor/CustomProcessorFactoryTest.xml   | 1 +
 .../camel/spring/processor/DoubleLoadBalancerMisconfigurationTest.xml  | 1 +
 .../camel/spring/processor/EventNotifierExchangeSentExampleTest.xml    | 1 +
 .../camel/spring/processor/FailOverLoadBalanceAutoStartupFalseTest.xml | 1 +
 .../camel/spring/processor/FailoverMaximumFailoverAttemptsTest.xml     | 1 +
 .../org/apache/camel/spring/processor/FailoverRoundRobinStickyTest.xml | 1 +
 .../org/apache/camel/spring/processor/FailoverRoundRobinTest.xml       | 1 +
 .../apache/camel/spring/processor/InheritErrorHandlerDefaultTest.xml   | 1 +
 .../org/apache/camel/spring/processor/InheritErrorHandlerFalseTest.xml | 1 +
 .../org/apache/camel/spring/processor/InheritErrorHandlerTrueTest.xml  | 1 +
 .../org/apache/camel/spring/processor/MulticastOnPrepareTest.xml       | 1 +
 .../apache/camel/spring/processor/OnExceptionContinueToRouteTest.xml   | 1 +
 .../org/apache/camel/spring/processor/PolicyPerProcessorTest.xml       | 1 +
 .../resources/org/apache/camel/spring/processor/PolicyPerRouteTest.xml | 1 +
 .../camel/spring/processor/RecipientListAggregationStrategyTest.xml    | 1 +
 .../camel/spring/processor/RecipientListDoNotStopOnExceptionTest.xml   | 1 +
 .../org/apache/camel/spring/processor/RecipientListOnPrepareTest.xml   | 1 +
 .../apache/camel/spring/processor/RecipientListStopOnExceptionTest.xml | 1 +
 .../org/apache/camel/spring/processor/RouteNoAutoStartupTest.xml       | 1 +
 .../org/apache/camel/spring/processor/RouteStartupOrderSimpleTest.xml  | 1 +
 .../org/apache/camel/spring/processor/RouteStartupOrderTest.xml        | 1 +
 .../apache/camel/spring/processor/RouteStartupOrderWithDefaultTest.xml | 1 +
 .../spring/processor/RouteWithConstantFieldFromExchangeFailTest.xml    | 1 +
 .../camel/spring/processor/RouteWithConstantFieldFromExchangeTest.xml  | 1 +
 .../org/apache/camel/spring/processor/ShutdownCompleteAllTasksTest.xml | 1 +
 .../camel/spring/processor/ShutdownCompleteCurrentTaskOnlyTest.xml     | 1 +
 .../org/apache/camel/spring/processor/SimpleProcessorIdAwareTest.xml   | 1 +
 .../org/apache/camel/spring/processor/SplitCustomExpressionTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SplitGroupMultiLinesTest.xml     | 1 +
 .../org/apache/camel/spring/processor/SplitGroupSkipFirstTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SplitterOnPrepareTest.xml        | 1 +
 .../apache/camel/spring/processor/SpringAggregateFromWireTapTest.xml   | 1 +
 .../apache/camel/spring/processor/SpringComplexBlockWithEndTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SpringCustomExpressionTest.xml   | 1 +
 .../org/apache/camel/spring/processor/SpringCustomPredicateTest.xml    | 1 +
 .../apache/camel/spring/processor/SpringCustomRefLoadBalanceTest.xml   | 1 +
 .../spring/processor/SpringDeadLetterChannelUseOriginalBodyNewTest.xml | 1 +
 .../spring/processor/SpringDeadLetterChannelUseOriginalBodyTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SpringDynamicRouterTest.xml      | 1 +
 .../camel/spring/processor/SpringEnricherAggregateOnExceptionTest.xml  | 1 +
 .../spring/processor/SpringErrorHandlerRedeliveryPolicyProfileTest.xml | 1 +
 .../processor/SpringIdempotentConsumerNoSkipDuplicateFilterTest.xml    | 1 +
 .../spring/processor/SpringIdempotentConsumerNoSkipDuplicateTest.xml   | 1 +
 .../spring/processor/SpringIdempotentConsumerRemoveOnFailureTest.xml   | 1 +
 .../org/apache/camel/spring/processor/SpringIdempotentConsumerTest.xml | 1 +
 .../camel/spring/processor/SpringInterceptFromEndpointRefTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SpringInterceptFromTest.xml      | 1 +
 .../apache/camel/spring/processor/SpringInterceptFromUriRegexTest.xml  | 1 +
 .../camel/spring/processor/SpringInterceptFromUriSimpleLogTest.xml     | 1 +
 .../camel/spring/processor/SpringInterceptFromUriWildcardTest.xml      | 1 +
 .../camel/spring/processor/SpringInterceptFromWhenNoStopTest.xml       | 1 +
 .../org/apache/camel/spring/processor/SpringInterceptFromWhenTest.xml  | 1 +
 .../camel/spring/processor/SpringInterceptFromWhenWithChoiceTest.xml   | 1 +
 .../apache/camel/spring/processor/SpringInterceptFromWithStopTest.xml  | 1 +
 .../camel/spring/processor/SpringInterceptSimpleRouteStopTest.xml      | 1 +
 .../apache/camel/spring/processor/SpringInterceptSimpleRouteTest.xml   | 1 +
 .../camel/spring/processor/SpringInterceptSimpleRouteWhenStopTest.xml  | 1 +
 .../camel/spring/processor/SpringInterceptSimpleRouteWhenTest.xml      | 1 +
 .../resources/org/apache/camel/spring/processor/SpringLoopCopyTest.xml | 1 +
 .../org/apache/camel/spring/processor/SpringLoopDoWhileTest.xml        | 1 +
 .../org/apache/camel/spring/processor/SpringLoopNoCopyTest.xml         | 1 +
 .../camel/spring/processor/SpringManagedThreadsThreadPoolTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SpringMethodCallTest.xml         | 1 +
 .../camel/spring/processor/SpringMulticastAggregatorTest-context.xml   | 1 +
 .../camel/spring/processor/SpringMulticastNoStopOnExceptionTest.xml    | 1 +
 .../camel/spring/processor/SpringMulticastStopOnExceptionTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SpringNestedChoiceIssueTest.xml  | 1 +
 .../SpringOnCompletionAndInterceptAndOnExceptionGlobalTest.xml         | 1 +
 .../spring/processor/SpringOnCompletionAndInterceptGlobalTest.xml      | 1 +
 .../camel/spring/processor/SpringOnCompletionAndInterceptTest.xml      | 1 +
 .../spring/processor/SpringOnCompletionCompleteAndFailureTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SpringOnCompletionGlobalTest.xml | 1 +
 .../org/apache/camel/spring/processor/SpringOnCompletionModeTest.xml   | 1 +
 .../camel/spring/processor/SpringOnCompletionOnCompleteOnlyTest.xml    | 1 +
 .../camel/spring/processor/SpringOnCompletionOnFailureOnlyTest.xml     | 1 +
 .../processor/SpringOnCompletionRouteScopeOverrideGlobalScopeTest.xml  | 1 +
 .../org/apache/camel/spring/processor/SpringOnCompletionTest.xml       | 1 +
 .../camel/spring/processor/SpringOnCompletionUseOriginalBodyTest.xml   | 1 +
 .../org/apache/camel/spring/processor/SpringOnCompletionWhenTest.xml   | 1 +
 .../processor/SpringRecipientListParallelOptionalPropertiesTest.xml    | 1 +
 .../spring/processor/SpringRecipientListParallelStreamingTest.xml      | 1 +
 .../apache/camel/spring/processor/SpringRecipientListParallelTest.xml  | 1 +
 .../camel/spring/processor/SpringRouteContextProduceBeanTest.xml       | 1 +
 .../camel/spring/processor/SpringRouteNodePrefixIdDuplicateTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SpringRouteNodePrefixIdTest.xml  | 1 +
 .../org/apache/camel/spring/processor/SpringRoutePoliciesTest.xml      | 1 +
 .../org/apache/camel/spring/processor/SpringRouteStopTest.xml          | 1 +
 .../processor/SpringRouteTopLevelOnCompletionMisconfiguredTest.xml     | 1 +
 .../processor/SpringRouteTopLevelOnExceptionMisconfiguredTest.xml      | 1 +
 .../processor/SpringRouteTopLevelTransactedMisconfiguredTest.xml       | 1 +
 .../apache/camel/spring/processor/SpringScheduledThreadPoolTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SpringSetHeaderTest-context.xml  | 1 +
 .../camel/spring/processor/SpringSetHeaderWithConstantTest-context.xml | 1 +
 .../camel/spring/processor/SpringSetHeaderXPathResultTypeTest.xml      | 1 +
 .../apache/camel/spring/processor/SpringSimpleResultTypeRouteTest.xml  | 1 +
 .../camel/spring/processor/SpringSplitTokenizerGroupDynamicTest.xml    | 1 +
 .../org/apache/camel/spring/processor/SpringSplitterBodyTest.xml       | 1 +
 .../camel/spring/processor/SpringSplitterNoStopOnExceptionTest.xml     | 1 +
 .../camel/spring/processor/SpringSplitterStopOnExceptionTest.xml       | 1 +
 .../apache/camel/spring/processor/SpringThrowExceptionMessageTest.xml  | 1 +
 .../org/apache/camel/spring/processor/SpringThrowExceptionTest.xml     | 1 +
 .../org/apache/camel/spring/processor/SpringToDynamicIgnoreTest.xml    | 1 +
 .../apache/camel/spring/processor/SpringToDynamicLanguageXPathTest.xml | 1 +
 .../org/apache/camel/spring/processor/SpringToDynamicTest.xml          | 1 +
 .../camel/spring/processor/SpringTraceUsingPropertyTest-context.xml    | 1 +
 .../camel/spring/processor/SpringTryCatchMisconfiguredFinallyTest.xml  | 1 +
 .../apache/camel/spring/processor/SpringTryCatchMisconfiguredTest.xml  | 1 +
 .../spring/processor/SpringTryCatchMustHaveExceptionConfiguredTest.xml | 1 +
 .../camel/spring/processor/SpringTryProcessorMultipleExceptionTest.xml | 1 +
 .../org/apache/camel/spring/processor/SpringTryProcessorOnWhenTest.xml | 1 +
 .../org/apache/camel/spring/processor/SpringWireTapExpressionTest.xml  | 1 +
 .../resources/org/apache/camel/spring/processor/SpringWireTapTest.xml  | 1 +
 .../org/apache/camel/spring/processor/SpringWireTapVoidBeanTest.xml    | 1 +
 .../apache/camel/spring/processor/SpringXPathHeaderTest-context.xml    | 1 +
 .../camel/spring/processor/ThreadsCoreAndMaxPoolKeepAliveTimeTest.xml  | 1 +
 .../org/apache/camel/spring/processor/ThreadsCoreAndMaxPoolTest.xml    | 1 +
 .../org/apache/camel/spring/processor/ThreadsCorePoolTest.xml          | 1 +
 .../resources/org/apache/camel/spring/processor/ThreadsDefaultTest.xml | 1 +
 .../spring/processor/ThreadsExternalThreadPoolFactoryBeanTest.xml      | 1 +
 .../apache/camel/spring/processor/ThreadsThreadPoolFactoryBeanTest.xml | 1 +
 .../org/apache/camel/spring/processor/ThrottlerGroupingTest.xml        | 1 +
 .../org/apache/camel/spring/processor/ThrottlerMethodCallTest.xml      | 1 +
 .../apache/camel/spring/processor/ThrottlerThreadPoolProfileTest.xml   | 1 +
 .../camel/spring/processor/ThrottlingInflightRoutePolicyTest.xml       | 1 +
 .../resources/org/apache/camel/spring/processor/ValidateSimpleTest.xml | 1 +
 .../org/apache/camel/spring/processor/WireTapOnPrepareTest.xml         | 1 +
 .../resources/org/apache/camel/spring/processor/XsltTest-context.xml   | 1 +
 .../org/apache/camel/spring/processor/aggregator-custom-strategy.xml   | 1 +
 .../test/resources/org/apache/camel/spring/processor/aggregator.xml    | 1 +
 .../processor/aggregator/SpringAggregateCompleteAllOnStopTest.xml      | 1 +
 .../processor/aggregator/SpringAggregateCompletionIntervalTest.xml     | 1 +
 .../spring/processor/aggregator/SpringAggregateControllerTest.xml      | 1 +
 .../processor/aggregator/SpringAggregateDiscardOnTimeoutTest.xml       | 1 +
 .../processor/aggregator/SpringAggregateExpressionSizeFallbackTest.xml | 1 +
 .../spring/processor/aggregator/SpringAggregateExpressionSizeTest.xml  | 1 +
 .../aggregator/SpringAggregateExpressionTimeoutFallbackTest.xml        | 1 +
 .../aggregator/SpringAggregateExpressionTimeoutPerGroupTest.xml        | 1 +
 .../processor/aggregator/SpringAggregateExpressionTimeoutTest.xml      | 1 +
 .../processor/aggregator/SpringAggregateForceCompletionOnStopTest.xml  | 1 +
 .../SpringAggregateGroupedExchangeCompletionExpressionSizeTest.xml     | 1 +
 .../processor/aggregator/SpringAggregateSimplePredicateEagerTest.xml   | 1 +
 .../spring/processor/aggregator/SpringAggregateSimplePredicateTest.xml | 1 +
 .../spring/processor/aggregator/SpringAggregateSimpleSizeTest.xml      | 1 +
 .../spring/processor/aggregator/SpringAggregateSimpleTimeoutTest.xml   | 1 +
 .../processor/aggregator/SpringAggregateThreadPoolProfileTest.xml      | 1 +
 .../aggregator/SpringAggregationStrategyBeanAdapterAllowNullTest.xml   | 1 +
 .../SpringAggregationStrategyBeanAdapterRefMethodNameTest.xml          | 1 +
 .../aggregator/SpringAggregationStrategyBeanAdapterRefTest.xml         | 1 +
 .../async/SpringAsyncDeadLetterChannelExecutorServiceRefTest.xml       | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/choice.xml    | 1 +
 .../test/resources/org/apache/camel/spring/processor/convertBody.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/delayer.xml   | 1 +
 .../org/apache/camel/spring/processor/enrichExpressionTest.xml         | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/enricher.xml  | 1 +
 .../test/resources/org/apache/camel/spring/processor/enricherref.xml   | 1 +
 .../org/apache/camel/spring/processor/failOverLoadBalance.xml          | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/filter.xml    | 1 +
 .../test/resources/org/apache/camel/spring/processor/filterNoChild.xml | 1 +
 .../resources/org/apache/camel/spring/processor/fromEndpointTest.xml   | 1 +
 .../org/apache/camel/spring/processor/fromMultipleEndpointTest.xml     | 1 +
 .../processor/idempotent/FileConsumerIdempotentLoadStoreTest.xml       | 1 +
 .../camel/spring/processor/idempotent/SpringCacheIdempotentTest.xml    | 1 +
 .../camel/spring/processor/idempotent/fileConsumerIdempotentTest.xml   | 1 +
 .../processor/intercept/SpringParentChildInterceptStrategyTest.xml     | 1 +
 .../org/apache/camel/spring/processor/interceptSendToEndpoint.xml      | 1 +
 .../apache/camel/spring/processor/interceptSendToEndpointDynamic.xml   | 1 +
 .../spring/processor/interceptSendToEndpointInOnExceptionTest.xml      | 1 +
 .../org/apache/camel/spring/processor/interceptSendToEndpointSkip.xml  | 1 +
 .../org/apache/camel/spring/processor/interceptSendToEndpointWhen.xml  | 1 +
 .../org/apache/camel/spring/processor/logEipCustomFormatterTest.xml    | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/loop.xml      | 1 +
 .../resources/org/apache/camel/spring/processor/markrollbackonly.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/multicast.xml | 1 +
 .../test/resources/org/apache/camel/spring/processor/normalizer.xml    | 1 +
 .../spring/processor/onexception/OnExceptionContinueSubRouteTest.xml   | 1 +
 .../processor/onexception/OnExceptionContinueSubSubRouteTest.xml       | 1 +
 .../camel/spring/processor/onexception/OnExceptionContinueTest.xml     | 1 +
 .../processor/onexception/OnExceptionLoadBalancerDoubleIssueTest.xml   | 1 +
 .../processor/onexception/OnExceptionWithRouteAndContinueTest.xml      | 1 +
 .../spring/processor/onexception/SpringContextScopeOnExceptionTest.xml | 1 +
 .../processor/onexception/SpringOnExceptionUseOriginalMessageTest.xml  | 1 +
 .../camel/spring/processor/onexception/onExceptionSubRouteTest.xml     | 1 +
 .../org/apache/camel/spring/processor/pollEnrichExpressionTest.xml     | 1 +
 .../test/resources/org/apache/camel/spring/processor/pollEnricher.xml  | 1 +
 .../resources/org/apache/camel/spring/processor/pollEnricherRef.xml    | 1 +
 .../resources/org/apache/camel/spring/processor/randomLoadBalance.xml  | 1 +
 .../camel/spring/processor/recipientListIgnoreInvalidEndpoints.xml     | 1 +
 .../org/apache/camel/spring/processor/recipientListWithArrayHeader.xml | 1 +
 .../camel/spring/processor/recipientListWithStringDelimitedHeader.xml  | 1 +
 .../spring/processor/recipientListWithStringDelimitedProperty.xml      | 1 +
 .../test/resources/org/apache/camel/spring/processor/removeHeader.xml  | 1 +
 .../test/resources/org/apache/camel/spring/processor/removeHeaders.xml | 1 +
 .../org/apache/camel/spring/processor/removeHeadersExclude.xml         | 1 +
 .../apache/camel/spring/processor/removePropertiesWithExclusion.xml    | 1 +
 .../apache/camel/spring/processor/removePropertiesWithoutExclusion.xml | 1 +
 .../resources/org/apache/camel/spring/processor/removeProperty.xml     | 1 +
 .../test/resources/org/apache/camel/spring/processor/resequencer.xml   | 1 +
 .../org/apache/camel/spring/processor/resequencerRejectOld.xml         | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/rollback.xml  | 1 +
 .../org/apache/camel/spring/processor/roundRobinLoadBalance.xml        | 1 +
 .../camel/spring/processor/routingSlipIgnoreInvalidEndpoints.xml       | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/saga.xml      | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/sagaRef.xml   | 1 +
 .../resources/org/apache/camel/spring/processor/samplingThrottler.xml  | 1 +
 .../org/apache/camel/spring/processor/samplingThrottlerWithDefault.xml | 1 +
 .../org/apache/camel/spring/processor/scattergather/scatter-gather.xml | 1 +
 .../resources/org/apache/camel/spring/processor/script-external.xml    | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/script.xml    | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/setBody.xml   | 1 +
 .../resources/org/apache/camel/spring/processor/setExchangePattern.xml | 1 +
 .../apache/camel/spring/processor/setExchangePatternWithCustomId.xml   | 1 +
 .../org/apache/camel/spring/processor/setHeaderNameDynamic.xml         | 1 +
 .../test/resources/org/apache/camel/spring/processor/setProperty.xml   | 1 +
 .../org/apache/camel/spring/processor/setPropertyNameDynamic.xml       | 1 +
 .../test/resources/org/apache/camel/spring/processor/sortBodyTest.xml  | 1 +
 .../resources/org/apache/camel/spring/processor/sortExpressionTest.xml | 1 +
 .../org/apache/camel/spring/processor/splitterMethodCallTest.xml       | 1 +
 .../org/apache/camel/spring/processor/splitterTokenizerTest.xml        | 1 +
 .../camel/spring/processor/splitterWithCustomThreadPoolExecutor.xml    | 1 +
 .../org/apache/camel/spring/processor/staticRecipientList.xml          | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/step.xml      | 1 +
 .../resources/org/apache/camel/spring/processor/stickyLoadBalance.xml  | 1 +
 .../resources/org/apache/camel/spring/processor/streamResequencer.xml  | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/throttler.xml | 1 +
 .../resources/org/apache/camel/spring/processor/topicLoadBalance.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/transform.xml | 1 +
 .../apache/camel/spring/processor/transformWithExpressionContext.xml   | 1 +
 .../src/test/resources/org/apache/camel/spring/processor/validate.xml  | 1 +
 .../org/apache/camel/spring/processor/weightedRandomLoadBalance.xml    | 1 +
 .../apache/camel/spring/processor/weightedRoundRobinLoadBalance.xml    | 1 +
 .../org/apache/camel/spring/processor/xPathHeaderNameContext.xml       | 1 +
 .../spring/processor/xPathHeaderNameResultTypeAndNamespaceContext.xml  | 1 +
 .../camel/spring/processor/xpathChoiceWithNamespaceOnRouteContext.xml  | 1 +
 .../test/resources/org/apache/camel/spring/processor/xpathFilter.xml   | 1 +
 .../org/apache/camel/spring/processor/xpathFilterWithNamespace.xml     | 1 +
 .../camel/spring/processor/xpathFilterWithNamespaceOnRouteContext.xml  | 1 +
 .../apache/camel/spring/produce/FluentProduceTemplateTest-context.xml  | 1 +
 .../org/apache/camel/spring/produce/ProduceTemplateTest-context.xml    | 1 +
 .../resources/org/apache/camel/spring/produce/ProduceTest-context.xml  | 1 +
 .../test/resources/org/apache/camel/spring/routingUsingProcessor.xml   | 1 +
 .../test/resources/org/apache/camel/spring/util/EndpointHelperTest.xml | 1 +
 443 files changed, 457 insertions(+), 5 deletions(-)