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 0b29f05 Make conditional an assertion that may become invalid under JDK 16. https://bugs.openjdk.java.net/browse/JDK-8166038
add 53b168a Add test case breaking source domain expansion
new 86ad66d Merge branch 'fix/sourceExpansion' into geoapi-4.0 together with the fix
for the problem shown by the new test.
new 894384d Add checks against empty area of interest during pixel iteration.
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:
.../java/org/apache/sis/image/PixelIterator.java | 14 ++-
.../org/apache/sis/image/DefaultIteratorTest.java | 18 +++-
.../sis/internal/storage/MemoryGridResource.java | 2 +-
.../sis/internal/storage/query/CoverageSubset.java | 3 +
.../internal/storage/query/CoverageQueryTest.java | 41 ++++----
.../internal/storage/query/GridResourceMock.java | 110 +++++++++++++++++++++
6 files changed, 160 insertions(+), 28 deletions(-)
create mode 100644 storage/sis-storage/src/test/java/org/apache/sis/internal/storage/query/GridResourceMock.java
|