This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 61ebf5fe7a Bump the npm-patch-group group
     add 2a4335ca19 JENA-2354: Make initial size of node caches configurable 
via StoreParams (#2524)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/jena/atlas/lib/CacheFactory.java    | 12 +++
 .../apache/jena/atlas/lib/cache/CacheCaffeine.java | 14 +++-
 .../apache/jena/tdb1/setup/DatasetBuilderStd.java  |  3 +-
 .../org/apache/jena/tdb1/setup/StoreParams.java    | 31 +++++++-
 .../apache/jena/tdb1/setup/StoreParamsBuilder.java | 16 ++++
 .../apache/jena/tdb1/setup/StoreParamsCodec.java   | 85 +++++++++++++---------
 .../apache/jena/tdb1/setup/StoreParamsConst.java   |  3 +
 .../apache/jena/tdb1/setup/StoreParamsDynamic.java |  9 ++-
 .../jena/tdb1/store/nodetable/NodeTableCache.java  | 15 ++--
 .../java/org/apache/jena/tdb1/sys/SystemTDB.java   | 16 +++-
 .../apache/jena/tdb1/setup/TestStoreParams.java    | 18 +++++
 .../org/apache/jena/tdb2/params/StoreParams.java   | 68 +++++++++++++++--
 .../jena/tdb2/params/StoreParamsBuilder.java       | 36 +++++++--
 .../apache/jena/tdb2/params/StoreParamsCodec.java  | 85 +++++++++++++---------
 .../apache/jena/tdb2/params/StoreParamsConst.java  |  3 +
 .../jena/tdb2/params/StoreParamsDynamic.java       |  8 ++
 .../apache/jena/tdb2/store/TDB2StorageBuilder.java |  4 +-
 .../jena/tdb2/store/nodetable/NodeTableCache.java  | 22 +++---
 .../java/org/apache/jena/tdb2/sys/SystemTDB.java   | 14 +++-
 .../apache/jena/tdb2/setup/TestStoreParams.java    | 18 +++++
 20 files changed, 376 insertions(+), 104 deletions(-)

Reply via email to