You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/05/26 09:09:21 UTC

[camel] branch regen_bot_3x updated (92aaae13cdb -> f1010b5f4e7)

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