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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from f50a5d52784 Removed no longer in use
     add 1441fb11f34 (chores) camel-core: test cleanups - simplify stream calls 
- removed unused imports - inline variables - use List.of when possible for 
arrays with single entries - use chained StringBuffer/StringBuilder calls 
instead of concatenations - replace redundant pullAll calls - replace 
instantiation with direct class access - use bulk operations when possible - 
simplify pointless arithmetic expression - use static inner classes when 
possible - removed redundant suppressions
     add c389443d651 (chores) camel-core: replace a few Thread.sleep calls in 
tests with Awaitility
     add 5d3f53bce47 (chores) camel-core: replace a Thread.sleep calls in tests 
with a CountDownLatch

No new revisions were added by this update.

Summary of changes:
 .../builder/RouteTemplateCustomSourceTest.java     |  2 +-
 .../camel/cluster/ClusterServiceSelectorTest.java  |  2 +-
 ...seMethodWithMatchingTypeAndSkipSettersTest.java |  3 +-
 .../camel/component/bean/BeanEndpointTest.java     |  2 +-
 .../bean/BeanInfoAMoreComplexOverloadedTest.java   |  2 +-
 .../component/bean/BeanInfoOverloadedTest.java     |  4 +--
 .../BeanInfoOverloadedWithSubTypeParamTest.java    |  2 +-
 .../apache/camel/component/bean/BeanInfoTest.java  |  7 ++---
 .../component/bean/MockitoMockForClassTest.java    |  2 +-
 .../component/bean/MockitoSpyForClassTest.java     |  2 +-
 .../issues/FilterBeanLanguageNonRegistryTest.java  |  2 +-
 .../bean/issues/FilterBeanNonRegistryTest.java     |  2 +-
 .../bean/issues/FilterBeanRegistryTest.java        |  2 +-
 .../pojomessage/PojoProxyHelperOneWayTest.java     |  2 +-
 .../PojoProxyHelperRequestReplyTest.java           |  2 +-
 .../controlbus/ControlBusFailRouteTest.java        |  1 -
 .../controlbus/ControlBusRestartRouteTest.java     |  2 +-
 .../FileConcurrentWriteAppendSameFileTest.java     |  2 +-
 .../file/FileConsumerFileExpressionTest.java       |  2 +-
 ...leConsumerFileExpressionThrowExceptionTest.java |  2 +-
 .../component/file/FileConsumerFileFilterTest.java |  2 +-
 .../file/FileConsumerMoveExpressionTest.java       |  2 +-
 .../component/file/FileMulticastDeleteTest.java    |  2 +-
 .../component/file/FileProducerExpressionTest.java |  2 +-
 .../camel/component/file/FileSorterRefTest.java    |  2 +-
 .../camel/component/file/FileSplitInSplitTest.java |  4 +--
 .../camel/component/file/NewFileConsumerTest.java  |  2 +-
 .../FileLockClusteredRoutePolicyFactoryTest.java   |  3 +-
 .../cluster/FileLockClusteredRoutePolicyTest.java  |  3 +-
 .../MarkerFileExclusiveReadLockStrategyTest.java   | 17 ++++--------
 .../apache/camel/component/log/LogMaskTest.java    |  3 +-
 .../PropertiesComponentLookupListenerTest.java     |  2 +-
 .../component/rest/FromRestGetPolicyTest.java      |  2 +-
 .../rest/RestComponentVerifierExtensionTest.java   |  2 +-
 .../component/rest/RestComponentVerifierTest.java  |  2 +-
 .../seda/SedaDefaultDiscardWhenFullTest.java       |  9 +++---
 .../component/seda/SedaDiscardWhenFullTest.java    |  9 +++---
 .../xslt/XsltCustomErrorListenerTest.java          |  2 +-
 .../xslt/XsltCustomizeURIResolverTest.java         |  3 +-
 .../impl/BindToRegistryBeanPostProcessorTest.java  |  2 +-
 .../impl/CamelBeanPostProcessorInjectorTest.java   |  2 +-
 .../CamelContextAddRestDefinitionsFromXmlTest.java |  3 +-
 ...ontextReloadStrategyPropertiesFunctionTest.java |  2 +-
 .../camel/impl/CamelContextReloadStrategyTest.java |  2 +-
 .../apache/camel/impl/CamelContextTrackerTest.java |  2 +-
 .../CamelProduceInterfaceEventNotifierTest.java    |  2 +-
 .../camel/impl/CustomBulkTypeConvertersTest.java   |  2 +-
 .../camel/impl/CustomUnitOfWorkFactoryTest.java    |  2 +-
 ...efaultCamelBeanPostProcessorFieldFirstTest.java |  2 +-
 .../impl/DefaultCamelBeanPostProcessorTest.java    |  2 +-
 ...melContextWithLifecycleStrategyRestartTest.java |  2 +-
 .../DefaultComponentReferencePropertiesTest.java   |  2 +-
 .../camel/impl/DefaultProducerCacheTest.java       |  4 +--
 .../EventDrivenPollingConsumerQueueSizeTest.java   |  2 +-
 ...erceptSendToMockEndpointStrategyCustomTest.java |  2 +-
 .../camel/impl/ProducerCacheNonSingletonTest.java  |  2 +-
 .../org/apache/camel/impl/RefDataFormatTest.java   |  3 +-
 .../org/apache/camel/impl/RoutePolicyTest.java     |  2 +-
 .../camel/impl/VetoCamelContextStartTest.java      |  2 +-
 .../impl/engine/CamelPostProcessorHelperTest.java  | 32 +++++++++++-----------
 .../DefaultSupervisingRouteControllerTest.java     |  2 +-
 .../health/DefaultHealthCheckRegistryTest.java     | 11 ++++----
 .../impl/health/ReadinessAndLivenessTest.java      |  5 ++--
 .../AdviceWithOnExceptionAndInterceptTest.java     |  2 +-
 .../camel/issues/AdviceWithRoutePolicyTest.java    |  2 +-
 .../camel/issues/AdviceWithUrlIssueTest.java       |  2 +-
 .../apache/camel/issues/Camel4857UriIssueTest.java |  2 +-
 .../camel/issues/ComponentUseRawUriTest.java       |  2 +-
 .../issues/EndpointWithRawUriParameterTest.java    |  2 +-
 .../org/apache/camel/issues/NeilSplitterTest.java  |  5 ++--
 .../issues/OnExceptionContinuedIssueTest.java      |  2 +-
 .../camel/issues/OnExceptionWithTwoBeansTest.java  |  4 +--
 .../PopulateInitialHeadersFailedIssueTest.java     |  2 +-
 ...olicyOnExceptionWhileRedeliveringIssueTest.java |  4 +--
 .../RetryWhilePredicateExpressionIssueTest.java    |  3 +-
 .../RouteStartupFailShouldStopAlsoIssueTest.java   |  2 +-
 .../issues/SentExchangeEventNotifierIssueTest.java |  2 +-
 .../SentExchangeEventNotifierTwoIssueTest.java     |  2 +-
 .../camel/issues/SplitContinuedLogIssueTest.java   |  2 +-
 .../apache/camel/language/FileLanguageTest.java    |  2 +-
 .../apache/camel/language/LanguageServiceTest.java |  2 +-
 ...irIteratorSplitChoicePerformanceManualTest.java |  2 +-
 .../language/XPathAnotherRouteConcurrentTest.java  |  2 +-
 .../XPathSplitChoicePerformanceManualTest.java     |  2 +-
 .../simple/SimpleInheritanceIssueTest.java         |  3 +-
 .../camel/language/simple/SimpleOperatorTest.java  |  2 +-
 .../org/apache/camel/model/XmlRestParseTest.java   |  3 +-
 .../org/apache/camel/model/XmlTestSupport.java     |  3 +-
 .../processor/Camel715ThreadProcessorTest.java     |  2 +-
 .../processor/ChoiceWhenBeanExpressionTest.java    |  2 +-
 .../ChoiceWhenBeanExpressionWithExceptionTest.java |  2 +-
 .../apache/camel/processor/ChoiceWithEndTest.java  |  2 +-
 .../camel/processor/ConsumerRouteIdAwareTest.java  |  2 +-
 .../CustomConsumerExceptionHandlerTest.java        |  2 +-
 .../DeadLetterChannelAlwaysHandledTest.java        |  2 +-
 .../DeadLetterChannelOnRedeliveryTest.java         |  2 +-
 .../DeadLetterChannelUnmarshalSetHeaderTest.java   |  2 +-
 .../org/apache/camel/processor/DetourTest.java     |  2 +-
 .../processor/ExchangeIdempotentConsumerTest.java  |  2 +-
 .../camel/processor/FilterBeforeSplitTest.java     |  2 +-
 .../IdempotentConsumerRepoExceptionTest.java       |  2 +-
 .../LogProcessorWithProvidedLoggerTest.java        |  4 +--
 .../processor/MDCOnCompletionOnCompletionTest.java |  2 +-
 .../camel/processor/PipelineStepWithEventTest.java |  4 +--
 .../camel/processor/RecipientListBeanTest.java     |  2 +-
 .../processor/RecipientListReturnValueTest.java    |  2 +-
 .../camel/processor/RouteAwareProcessorTest.java   |  2 +-
 .../camel/processor/RouteNodePrefixIdTest.java     |  2 --
 .../processor/RouteServicesStartupOrderTest.java   |  2 +-
 .../camel/processor/SagaPropagationTest.java       |  2 +-
 .../SetHeaderUsingDslExpressionsTest.java          |  2 +-
 .../processor/SimpleProcessorTraceableTest.java    |  2 +-
 .../camel/processor/SplitCustomExpressionTest.java |  5 ++--
 .../camel/processor/SplitIteratorNullTest.java     |  2 +-
 .../processor/SplitRefCustomExpressionTest.java    |  5 ++--
 .../apache/camel/processor/SplitWithEndTest.java   |  2 +-
 .../apache/camel/processor/SplitterPojoTest.java   |  7 ++---
 ...SplitterShareUnitOfWorkCompletionAwareTest.java |  2 +-
 .../camel/processor/StepEventNotifierTest.java     |  2 +-
 .../processor/StreamCacheInternalErrorTest.java    |  4 +--
 .../StreamCachingCustomShouldSpoolRuleTest.java    |  2 +-
 .../camel/processor/StreamCachingInOutTest.java    |  2 +-
 .../StreamCachingSpoolDirectoryQuarkusTest.java    |  4 +--
 ...xceptionRoutePolicyHalfOpenHandlerSedaTest.java |  2 +-
 ...ingExceptionRoutePolicyHalfOpenHandlerTest.java |  4 +--
 ...ThrottlingExceptionRoutePolicyHalfOpenTest.java |  2 +-
 .../ThrottlingExceptionRoutePolicyTest.java        |  2 +-
 .../processor/ToDynamicSendDynamicAwareTest.java   |  2 +-
 .../TryCatchMustHaveExceptionConfiguredTest.java   |  1 -
 .../TryProcessorHandleWrappedExceptionTest.java    |  2 +-
 .../TryProcessorMultipleExceptionTest.java         |  1 -
 .../camel/processor/TryProcessorOnWhenTest.java    |  1 -
 .../apache/camel/processor/TryProcessorTest.java   |  2 +-
 ...alidatePredicateExceptionFactoryGlobalTest.java |  2 +-
 .../ValidatePredicateExceptionFactoryTest.java     |  2 +-
 ...ggregateAggregationStrategyIsPredicateTest.java |  2 +-
 ...gateCompletionAwareAggregationStrategyTest.java |  2 +-
 .../aggregator/AggregateCompletionOnlyOneTest.java |  2 +-
 .../aggregator/AggregateDiscardOnFailureTest.java  |  2 +-
 .../AggregateNewExchangeAndConfirmTest.java        |  2 +-
 .../AggregationStrategyAsPredicateTest.java        |  2 +-
 .../AggregationStrategyCompleteByPropertyTest.java |  2 +-
 .../AggregationStrategyLifecycleTest.java          |  2 +-
 .../CustomAggregationStrategyServiceTest.java      |  2 +-
 ...ionStrategyCompletionFromBatchConsumerTest.java |  2 +-
 ...ustomListAggregationStrategyEmptySplitTest.java |  2 +-
 .../CustomListAggregationStrategySplitTest.java    |  2 +-
 .../CustomListAggregationStrategyTest.java         |  2 +-
 ...teParallelProcessingStackOverflowIssueTest.java |  2 +-
 .../SplitAggregateStackOverflowIssueTest.java      |  2 +-
 ...itParallelProcessingStackOverflowIssueTest.java |  2 +-
 .../aggregator/SplitStackOverflowIssueTest.java    |  2 +-
 .../camel/processor/async/MyAsyncComponent.java    |  8 +++---
 .../DynamicRouterConcurrentPOJOTest.java           |  2 +-
 .../enricher/PollEnrichBridgeErrorHandlerTest.java |  2 +-
 ...ollEnrichFileCustomAggregationStrategyTest.java |  2 +-
 .../PollEnricherAggregateOnExceptionTest.java      |  2 +-
 .../InterceptSendToEndpointMultipleRoutesTest.java |  2 +-
 .../onexception/OnExceptionRetryUntilTest.java     |  2 +-
 ...ptionRetryUntilWithDefaultErrorHandlerTest.java |  2 +-
 .../resequencer/MyFileNameExpression.java          |  3 +-
 .../RecipientListEventNotifierTest.java            |  2 +-
 .../processor/routingslip/RoutingSlipPOJOTest.java |  2 +-
 .../transformer/TransformerRouteTest.java          |  6 ++--
 .../apache/camel/support/DefaultRegistryTest.java  |  2 +-
 .../camel/support/IntrospectionSupportTest.java    | 12 ++++----
 .../camel/support/TimerListenerManagerTest.java    |  2 +-
 .../support/component/ApiMethodHelperTest.java     | 24 ++++++++--------
 .../support/jsse/SSLContextParametersTest.java     |  8 +++---
 .../FileIdempotentStoreOrderingTest.java           |  2 +-
 .../apache/camel/util/CaseInsensitiveMapTest.java  |  6 ++--
 .../org/apache/camel/util/PlatformHelperTest.java  |  4 +--
 .../org/apache/camel/util/StringHelperTest.java    |  3 +-
 173 files changed, 244 insertions(+), 275 deletions(-)

Reply via email to