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 b5b95c723c0 Less noisy logging
new 06e457325da (chores) convert core/camel-base-engine to use pattern
matching for instanceof
new cac3a346a76 (chores) convert core/camel-cloud to use pattern matching
for instanceof
new 429812d7390 (chores) convert core/camel-core to use pattern matching
for instanceof
new 762fa335717 (chores) convert core/camel-core-engine to use pattern
matching for instanceof
The 4 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:
.../camel/impl/engine/CamelPostProcessorHelper.java | 4 ++--
.../impl/cloud/ServiceCallProcessorFactory.java | 16 ++++++++--------
.../impl/cloud/ServiceRegistrationRoutePolicy.java | 4 +---
.../impl/cloud/ServiceCallConfigurationTest.java | 8 ++++----
.../java/org/apache/camel/impl/DefaultModel.java | 4 ++--
.../java/org/apache/camel/ContextTestSupport.java | 7 +++----
.../src/test/java/org/apache/camel/TestSupport.java | 20 ++++++++++----------
.../camel/builder/FluentProducerTemplateTest.java | 4 ++--
.../org/apache/camel/builder/RouteBuilderTest.java | 3 +--
.../component/mock/MockEndpointTimeClauseTest.java | 4 ++--
.../camel/component/xslt/XsltResultHandlerTest.java | 4 ++--
.../impl/DefaultComponentAutowiredFalseTest.java | 3 +--
.../apache/camel/impl/RouteSedaStopStartTest.java | 8 ++++----
.../camel/impl/RouteSedaSuspendResumeTest.java | 8 ++++----
.../camel/impl/engine/PeriodTaskSchedulerTest.java | 8 ++++----
.../impl/event/EventNotifierExchangeSentTest.java | 6 ++----
.../RoutesConfigurationBuilderIdOrPatternTest.java | 9 +++------
.../camel/model/RoutesConfigurationBuilderTest.java | 15 +++++----------
.../camel/processor/CustomProcessorFactoryTest.java | 6 ++----
.../MultiCastParallelAndStreamCachingTest.java | 10 ++++------
...stParallelAndStreamCachingWithEncryptionTest.java | 5 +++--
.../camel/processor/MyLoggingSentEventNotifer.java | 3 +--
.../apache/camel/processor/NavigateRouteTest.java | 6 ++----
.../processor/SetHeaderUsingDslExpressionsTest.java | 3 +--
.../SplitterWithCustomThreadPoolExecutorTest.java | 4 ++--
.../async/AsyncEndpointEventNotifierTest.java | 3 +--
.../camel/processor/converter/custom/MyBean.java | 3 +--
.../camel/processor/interceptor/DebugTest.java | 3 +--
.../PropertyBindingSupportConfigurerTest.java | 6 ++----
29 files changed, 80 insertions(+), 107 deletions(-)