Broadleaf Enterprise 3.2.22-GA
Release Date: May 15, 2023
This is the 22nd patch release of the Enterprise 3.2.X Module.
An at-a-glance view of the issues that were closed in this release:
Enhancements(1)
ReservedCacheItemsContext.getReservedCacheItemsContext().getKeys()
often returns 0 keys to be processed which results in a high number of blocking threads against the lock obtained in the methodreleaseCacheItems()
ofCloneLibCacheConcurrentMapWrapper
. In those situations the removalMonitor lock is obtained and then released but no removal operations are needed. Therefore, made an improvement to only obtain removalMonitor lock when there are items to be removed from CloneLib cache
Total Resolved Issues: 1