This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git
from cc19c1f3d5 Remove unnecessary `abstract Object readResolve()` for
avoiding compiler warning.
new ed1a0e5c2e Add a test case provided by Michael about wraparound issue.
new 5d140fe701 Fix a memory leak in `Cache` when elements are removed by
explicit calls to `remove(…)`. The key change is the replacement of this line
in `adjustReferences(…)`:
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/sis/internal/gui/DataStoreOpener.java | 1 +
.../main/java/org/apache/sis/image/TileCache.java | 31 +++-
.../test/integration/CoordinateOperationTest.java | 32 +++-
.../java/org/apache/sis/util/collection/Cache.java | 163 +++++++++++++--------
.../apache/sis/util/collection/package-info.java | 2 +-
5 files changed, 163 insertions(+), 66 deletions(-)