This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_3x in repository https://gitbox.apache.org/repos/asf/camel.git
from 92aaae13cdb Update known releases add 0d11e3bc797 CAMEL-19295: Basic thread-safe LRU cache (#10213) add f1010b5f4e7 CAMEL-19296: Configure checkstyle to prevent the violation (#10216) No new revisions were added by this update. Summary of changes: .../resources/camel-checkstyle-suppressions.xml | 6 + .../camel/impl/DefaultEndpointRegistryTest.java | 54 ++++ .../camel/impl/DefaultProducerCacheTest.java | 4 +- .../camel/support/DefaultLRUCacheFactoryTest.java | 292 +++++++++++++++++++++ .../camel/support/DefaultLRUCacheFactory.java | 253 +++++++++++++++++- 5 files changed, 598 insertions(+), 11 deletions(-) create mode 100644 core/camel-core/src/test/java/org/apache/camel/support/DefaultLRUCacheFactoryTest.java