This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git
from 05a9bb3b01 Merge branch 'geoapi-4.0' into geoapi-3.1
add f51c551462 Fix test failure when running tests on PostgreSQL without
EPSG dataset.
add fa02d98217 Add missing component file (HDR) for ESRI RAW format.
add e2c3b3af00 Fix a `ClassCastException` and an `EOFException`. The
latter was caused by wrong `ChannelData.channelOffset` value.
new 20ae4b58a9 Merge branch 'geoapi-4.0' into geoapi-3.1. Contains only
bug fixes.
The 1 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/gui/metadata/StandardMetadataTree.java | 2 +-
.../org/apache/sis/metadata/MetadataStandard.java | 10 +++++-----
.../report/CoordinateOperationMethods.java | 4 ++--
.../internal/sql/feature/GeometryGetterTest.java | 19 ++++++++++++++-----
.../sis/internal/sql/postgis/PostgresTest.java | 21 ++++++++++++++++-----
.../sis/internal/storage/esri/RasterStore.java | 2 +-
.../sis/internal/storage/esri/RawRasterStore.java | 12 ++++++++++++
.../apache/sis/internal/storage/io/ChannelData.java | 16 ++++++++++++++++
.../sis/internal/storage/io/ChannelDataInput.java | 12 ++++++++++++
.../storage/io/ChannelImageInputStream.java | 6 +++---
10 files changed, 82 insertions(+), 22 deletions(-)