You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2022/12/07 17:50:17 UTC

[sis] branch master updated (2b6eec917a -> 11ef22c60c)

This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 2b6eec917a Merge branch '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.
     add 20ae4b58a9 Merge branch 'geoapi-4.0' into geoapi-3.1. Contains only bug fixes.
     new 11ef22c60c Merge branch 'geoapi-3.1'.

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(-)


[sis] 01/01: Merge branch 'geoapi-3.1'.

Posted by de...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sis.git

commit 11ef22c60cffe9f4c861d155a38b6421c9eac35e
Merge: 2b6eec917a 20ae4b58a9
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Wed Dec 7 18:45:51 2022 +0100

    Merge branch 'geoapi-3.1'.

 .../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(-)