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 733f1f8  Add one more check of tile consistency with tiled images.
     new 77266ea  Avoid the use of Number wrapper constructors since they are 
deprecated for removal. The only remaining use is in `NilObject`, which will 
need more thought.
     new 5532619  Implement more optional methods in `WeakHashMap`.
     new 43dead5  Tune the use of tile cache in `TiledGridCoverage`. Remove the 
hack about `WritableRaster`, replaced by `RenderingWorkaround` class.

The 3 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:
 .../sis/internal/coverage/j2d/TilePlaceholder.java |   3 -
 .../sis/util/collection/WeakValueHashMap.java      | 140 ++++++++++++++++++---
 .../sis/internal/converter/AngleConverterTest.java |   4 +-
 .../test/java/org/apache/sis/util/NumbersTest.java |   5 +-
 .../org/apache/sis/util/collection/CacheTest.java  |  18 +--
 .../org/apache/sis/util/collection/IntObject.java} |  47 ++++---
 .../sis/util/collection/WeakHashSetTest.java       |  14 +--
 .../sis/util/collection/WeakValueHashMapTest.java  |  96 ++++++++++----
 .../sis/internal/storage/TiledGridCoverage.java    |  49 ++++----
 9 files changed, 262 insertions(+), 114 deletions(-)
 copy 
core/{sis-metadata/src/main/java/org/apache/sis/metadata/sql/CacheKey.java => 
sis-utility/src/test/java/org/apache/sis/util/collection/IntObject.java} (53%)

Reply via email to