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/09 18:29:58 UTC

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

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 11ef22c60c Merge branch 'geoapi-3.1'.
     add 32bdc7b3ea Extent.intersect(…) should not return a value when there is no intersection.
     add 3d5020c294 Replace the `Optional` in `GridExtent.intersect(…)`  by `DisjointExtentException` for more consistency with other API doing similar work. It allows us to provide more helpful error message.
     add a09032ea36 `NumberFormatException` thrown when parsing an invalid code should be wrapped in a `NoSuchAuthorityCodeException`.
     add e6382ae953 Fix NullPointerException when auxiliary PRJ, TFW or HDR file can not be found. Improve test stability.
     add 2f0e340e1f Set version number and the EPSG geodetic dataset URL to expected values after release.
     add 634cd3dbd0 Merge branch 'geoapi-4.0' into geoapi-3.1.
     add fee1fa85b1 Fix an exception when parsing a WKT results in two or more identifiers on an object. This problem does not exist on the "geoapi-4.0" branch because the `ReferenceIdentifier` interface is specific to GeoAPI 3.x.
     add e579f89b26 Merge branch 'geoapi-3.1'. This is hopefully the last set of changes before release.

No new revisions were added by this update.

Summary of changes:
 NOTICE                                             |  4 +--
 README                                             |  4 +--
 .../sis/coverage/grid/DisjointExtentException.java |  2 +-
 .../org/apache/sis/coverage/grid/GridExtent.java   | 19 ++++++++++--
 .../org/apache/sis/internal/feature/Resources.java |  6 ++--
 .../sis/internal/feature/Resources.properties      |  2 +-
 .../sis/internal/feature/Resources_fr.properties   |  2 +-
 .../apache/sis/coverage/grid/GridExtentTest.java   |  7 +++++
 .../apache/sis/io/wkt/GeodeticObjectParser.java    | 12 ++++----
 .../referencing/factory/CommonAuthorityCode.java   | 10 ++++++-
 .../factory/CommonAuthorityFactory.java            | 35 +++++++++++-----------
 .../java/org/apache/sis/internal/util/Strings.java |  2 +-
 .../apache/sis/setup/OptionalInstallations.java    |  4 +--
 pom.xml                                            |  2 +-
 .../apache/sis/internal/storage/PRJDataStore.java  | 11 +++++--
 .../sis/internal/storage/esri/RawRasterStore.java  | 16 ++++++----
 .../sis/internal/storage/image/WorldFileStore.java | 18 ++++++-----
 .../internal/storage/csv/StoreProviderTest.java    |  5 +++-
 18 files changed, 104 insertions(+), 57 deletions(-)