This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 36e7f01 Migrates the Couchbase test infrastructure (#4551)
new 68cd5af CAMEL-15784: camel-core - Optimize to remove not needed
factory finder in type converter
new 83ebba3 CAMEL-15784: camel-core - Optimize to remove not needed
factory finder in type converter
new 3178677 Polished
new 51f5d41 CAMEL-15784: camel-core - Optimize with bootstrap factory
finder.
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:
.../apache/camel/component/jcr/JcrConverterTest.java | 4 +---
.../org/apache/camel/openapi/RestOpenApiSupport.java | 2 +-
.../org/apache/camel/spi/FactoryFinderResolver.java | 19 +++++++++++++++++++
.../camel/impl/engine/AbstractCamelContext.java | 5 +++--
.../impl/engine/DefaultFactoryFinderResolver.java | 4 ++++
.../engine/DefaultServiceBootstrapCloseable.java | 20 ++++++++++----------
.../apache/camel/impl/engine/SimpleCamelContext.java | 2 +-
.../converter/CamelBaseBulkConverterLoader.java | 4 ++--
.../impl/converter/BaseTypeConverterRegistry.java | 6 +-----
.../camel/impl/converter/DefaultTypeConverter.java | 9 ++++-----
.../camel/processor/DefaultProcessorFactory.java | 8 +++++---
.../xml/AbstractCamelContextFactoryBeanTest.java | 5 +----
.../camel/converter/ConverterBenchmarkTest.java | 8 ++------
.../org/apache/camel/converter/ConverterTest.java | 5 +----
.../java/org/apache/camel/converter/JaxpTest.java | 5 +----
.../org/apache/camel/converter/StringSourceTest.java | 5 +----
16 files changed, 57 insertions(+), 54 deletions(-)