ehcache / ehcache3

Ehcache 3.x line
http://www.ehcache.org
Apache License 2.0
2.02k stars 579 forks source link

issue-3034 : fixing byteSize computation for clear() operation #3073

Closed nnares closed 1 year ago

nnares commented 2 years ago

this is daggy fix over - db0a4952

chrisdennis commented 1 year ago

I think this daggy fix is based on the right commit... but it looks like it's going to need an integration branch in order for it to merge cleanly. This mean either:

  1. Creating a new branch from the HEAD of master, then merging this commit in to that branch, and PRing that branch.
  2. Merging the HEAD of master in to this branch.
nnares commented 1 year ago

open another PR for this