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 9d179d7ee26 Upgrade Spring-security to version 6.1.4 (#11482) add a7d67bc0e8f CAMEL-19398: implement a NO-OP statistics (#11463) 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 | 10 +--- .../camel/impl/engine/AbstractCamelContext.java | 4 -- .../camel/impl/engine/SimpleCamelContext.java | 2 +- .../impl/converter/BaseTypeConverterRegistry.java | 5 +- .../impl/converter/CoreTypeConverterRegistry.java | 12 ++++- .../camel/impl/converter/DefaultTypeConverter.java | 8 +-- .../converter/NoopTypeConverterStatistics.java | 57 ++++++++++++++-------- .../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, 90 insertions(+), 113 deletions(-) copy test-infra/camel-test-infra-minio/src/test/java/org/apache/camel/test/infra/minio/services/MinioRemoteService.java => core/camel-base/src/main/java/org/apache/camel/impl/converter/NoopTypeConverterStatistics.java (54%)