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 3123b710aad CAMEL-18988: increase log level to DEBUG
     add c38a276cc45 (chores) camel-core: tests cleanups
     add f2273cd2ecc (chores) camel-core: cleanup exception handling in the 
ConverterTest
     add 733c8f63cc6 (chores) camel-core: simplified assertions in tests
     add b9bedd579e1 (chores) camel-core: avoid redundant array creation
     add 1800482a1e0 (chores) camel-core: use the empty array version as it is 
likely intrinsified
     add c52aaf1f23a (chores) camel-ftp: test cleanups

No new revisions were added by this update.

Summary of changes:
 .../remote/RemoteFileIgnoreDoPollErrorTest.java    |   8 +-
 .../file/remote/UriConfigurationTest.java          |  24 +-
 .../file/remote/integration/FromFtpFilterIT.java   |   2 +-
 .../FromFtpRemoteFileFilterDirectoryIT.java        |   2 +-
 .../integration/FromFtpRemoteFileFilterIT.java     |   2 +-
 .../integration/FtpConsumerProcessStrategyIT.java  |  16 +-
 .../integration/FtpProducerConcurrentIT.java       |   2 +-
 .../integration/FtpProducerDoneFileNameIT.java     |  17 +-
 .../FtpProducerTempFileExistIssueIT.java           |   6 +-
 .../integration/SftpConsumerProcessStrategyIT.java |  16 +-
 .../org/apache/camel/SuspendableServiceTest.java   |   9 +-
 .../camel/builder/ContextErrorHandlerTest.java     |   3 +-
 .../org/apache/camel/builder/ErrorHandlerTest.java |   3 +-
 .../camel/builder/ExpressionBuilderTest.java       |   8 +-
 .../apache/camel/builder/NotifyBuilderTest.java    | 348 +++++++++++----------
 .../builder/NotifyBuilderWhenDoneByIndexTest.java  |   6 +-
 .../builder/PredicateBuilderConcurrentTest.java    |   7 +-
 .../apache/camel/builder/SimpleBuilderTest.java    |   4 +-
 .../camel/builder/ThreadPoolBuilderTest.java       |  51 +--
 .../builder/xml/DefaultNamespaceContextTest.java   |  14 +-
 .../org/apache/camel/builder/xml/XPathTest.java    |   4 +-
 .../camel/cluster/ClusterServiceSelectorTest.java  |   4 +-
 .../camel/component/bean/BeanEndpointTest.java     |  11 +-
 .../bean/BeanInfoAMoreComplexOverloadedTest.java   |   4 +-
 .../component/bean/BeanInfoOverloadedTest.java     |   2 +-
 .../BeanInfoOverloadedWithSubTypeParamTest.java    |   2 +-
 .../apache/camel/component/bean/BeanInfoTest.java  |   2 +-
 .../BeanWithExpressionInjectionPredicateTest.java  |   6 +-
 ...thPropertiesAndHeadersAndBodyInjectionTest.java |   3 +-
 .../bean/issues/BeanRouteToDerivedClassTest.java   |   9 +-
 .../camel/component/log/LogListenerTest.java       |   3 +-
 .../camel/component/rest/FromRestGetTest.java      |   3 +-
 .../seda/SedaDiscardIfNoConsumerTest.java          |   3 +-
 .../seda/SedaShouldNotUseSameThreadTest.java       |   4 +-
 .../camel/component/seda/SedaUnitOfWorkTest.java   |   3 +-
 .../seda/SedaWaitForTaskAsPropertyTest.java        |   3 +-
 .../seda/SedaWaitForTaskIfReplyExpectedTest.java   |   3 +-
 .../component/seda/SedaWaitForTaskNewerTest.java   |   3 +-
 .../org/apache/camel/converter/ConverterTest.java  |  94 +++---
 .../camel/converter/ObjectConverterNaNTest.java    |  17 +-
 .../camel/converter/ObjectConverterTest.java       |  24 +-
 .../camel/converter/jaxp/StaxConverterTest.java    |   5 +-
 .../camel/converter/jaxp/XmlConverterTest.java     |   2 +-
 .../CamelCustomDefaultThreadPoolProfileTest.java   |   3 +-
 .../camel/impl/CustomUnitOfWorkFactoryTest.java    |   2 +-
 .../impl/DefaultCamelContextAutoStartupTest.java   |  26 +-
 .../DefaultComponentReferencePropertiesTest.java   |   2 +-
 .../org/apache/camel/impl/DefaultExchangeTest.java |  14 +-
 .../impl/DefaultExecutorServiceManagerTest.java    |  22 +-
 .../impl/DefaultHeaderFilterStrategyTest.java      |   8 +-
 .../camel/impl/DefaultMessageHeaderTest.java       |  10 +-
 .../camel/impl/DefaultProducerCacheTest.java       |   2 +-
 .../impl/DefaultProducerTemplateAsyncTest.java     |   2 +-
 .../EventDrivenPollingConsumerQueueSizeTest.java   |   2 +-
 .../camel/impl/LifecycleStrategyServiceTest.java   |   9 +-
 .../camel/impl/ProducerCacheNonSingletonTest.java  |   2 +-
 .../camel/impl/ScheduledPollConsumerTest.java      |   6 +-
 .../camel/impl/StopRouteAbortAfterTimeoutTest.java |   4 +-
 .../camel/impl/VetoCamelContextStartTest.java      |   6 +-
 .../camel/impl/engine/DefaultCamelContextTest.java |  60 ++--
 .../DefaultSupervisingRouteControllerTest.java     |   2 +-
 .../EventNotifierFailureHandledEventsTest.java     |  12 +-
 .../apache/camel/issues/Camel4857UriIssueTest.java |   2 +-
 .../camel/issues/ChangeHeaderCaseIssueTest.java    |   3 +-
 .../issues/EndpointWithRawUriParameterTest.java    |   2 +-
 .../camel/issues/ProxyReturnNullIssueTest.java     |   3 +-
 ...olicyOnExceptionWhileRedeliveringIssueTest.java |   2 +-
 .../RouteStartupFailShouldStopAlsoIssueTest.java   |   2 +-
 .../org/apache/camel/language/TokenizerTest.java   |   6 +-
 .../apache/camel/language/simple/SimpleTest.java   |   5 +-
 .../processor/ComposedMessageProcessorTest.java    |   4 +-
 .../camel/processor/ConsumerRouteIdAwareTest.java  |   2 +-
 .../camel/processor/DataFormatServiceTest.java     |  10 +-
 .../apache/camel/processor/LogEipListenerTest.java |   3 +-
 .../MulticastParallelFailureEndpointTest.java      |   3 +-
 .../camel/processor/PipelineStepWithEventTest.java |   4 +-
 .../processor/RollbackDefaultErrorHandlerTest.java |   2 +-
 .../camel/processor/RollbackDoTryCatchTest.java    |   3 +-
 .../org/apache/camel/processor/RollbackTest.java   |   2 +-
 .../camel/processor/RouteMEPOptionalOutTest.java   |   9 +-
 ...StartupOrderSuspendResumeNoAutoStartupTest.java |   5 +-
 .../processor/ThrowExceptionNullMessageTest.java   |   4 +-
 .../TryProcessorHandleWrappedExceptionTest.java    |   2 +-
 .../apache/camel/processor/TryProcessorTest.java   |   2 +-
 .../aggregator/AggregateProcessorTest.java         |   2 +-
 .../AggregateShutdownThreadPoolTest.java           |  15 +-
 .../AuditInterceptorAsyncDelegateIssueTest.java    |   6 +-
 .../AuditInterceptorDelegateIssueTest.java         |   6 +-
 .../camel/processor/resequencer/SequenceTest.java  |   9 +-
 .../DefaultValidationErrorHandlerTest.java         |  14 +-
 .../camel/support/DefaultTimeoutMapTest.java       |   2 +-
 .../camel/support/IntrospectionSupportTest.java    |  60 ++--
 .../camel/support/PropertyBindingSupportTest.java  |  14 +-
 .../apache/camel/support/ServiceSupportTest.java   |  74 ++---
 .../apache/camel/support/component/TestProxy.java  |   2 +-
 .../support/jsse/SSLContextParametersTest.java     |  92 +++---
 .../apache/camel/util/CaseInsensitiveMapTest.java  | 102 +++---
 .../org/apache/camel/util/EndpointHelperTest.java  |   4 +-
 .../java/org/apache/camel/util/FileUtilTest.java   |  49 +--
 .../org/apache/camel/util/MessageHelperTest.java   |   2 +-
 .../org/apache/camel/util/PackageHelperTest.java   |   4 +-
 .../apache/camel/util/StingQuoteHelperTest.java    |   3 +-
 .../org/apache/camel/util/StringHelperTest.java    | 116 +++----
 103 files changed, 831 insertions(+), 781 deletions(-)

Reply via email to