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

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


    from 3123b710aad CAMEL-18988: increase log level to DEBUG
     new c38a276cc45 (chores) camel-core: tests cleanups
     new f2273cd2ecc (chores) camel-core: cleanup exception handling in the 
ConverterTest
     new 733c8f63cc6 (chores) camel-core: simplified assertions in tests
     new b9bedd579e1 (chores) camel-core: avoid redundant array creation
     new 1800482a1e0 (chores) camel-core: use the empty array version as it is 
likely intrinsified

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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 +++----
 93 files changed, 781 insertions(+), 736 deletions(-)

Reply via email to