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 d95c8aefc08 CAMEL-19902 - Azure CosmosDB: Expose an IndexingPolicy 
parameter for createContainer operation (#11527)
     add 17fb33e7498 CAMEL-19398: fix not being able to enable statistics after 
initialized (#11526)

No new revisions were added by this update.

Summary of changes:
 .../csimple/joor/OriginalSimpleOperatorTest.java   | 10 +++
 .../camel/component/jcr/JcrConverterTest.java      |  2 +-
 .../apache/camel/spi/TypeConverterRegistry.java    |  7 ++
 .../camel/impl/engine/AbstractCamelContext.java    |  4 ++
 .../camel/impl/engine/SimpleCamelContext.java      |  2 +-
 .../impl/converter/BaseTypeConverterRegistry.java  |  5 +-
 .../impl/converter/CoreTypeConverterRegistry.java  | 10 +--
 .../camel/impl/converter/DefaultTypeConverter.java |  8 +--
 .../converter/NoopTypeConverterStatistics.java     | 80 ----------------------
 .../impl/converter/TypeConverterStatistics.java    | 28 ++++++--
 .../xml/AbstractCamelContextFactoryBeanTest.java   |  2 +-
 .../org/apache/camel/converter/ConverterTest.java  |  2 +-
 .../java/org/apache/camel/converter/JaxpTest.java  |  2 +-
 .../apache/camel/converter/StringSourceTest.java   |  2 +-
 ...gistryStatisticsEnabledNoStreamCachingTest.java |  5 +-
 ...TypeConverterRegistryStatisticsEnabledTest.java |  2 +-
 .../camel/language/simple/SimpleOperatorTest.java  | 10 +++
 .../mbean/ManagedTypeConverterRegistryMBean.java   |  3 +
 .../mbean/ManagedTypeConverterRegistry.java        |  5 ++
 .../ManagedTypeConverterRegistryTest.java          | 32 ++++-----
 20 files changed, 91 insertions(+), 130 deletions(-)
 delete mode 100644 
core/camel-base/src/main/java/org/apache/camel/impl/converter/NoopTypeConverterStatistics.java

Reply via email to