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 d438a0d1b6 Fix JUnit test failures when the tests are run without EPSG database. new f51c551462 Fix test failure when running tests on PostgreSQL without EPSG dataset. new fa02d98217 Add missing component file (HDR) for ESRI RAW format. new e2c3b3af00 Fix a `ClassCastException` and an `EOFException`. The latter was caused by wrong `ChannelData.channelOffset` value. 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/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(-)