This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch 1.3-RC in repository https://gitbox.apache.org/repos/asf/sis.git
discard c405c651a9 Remove GitHub meta-data that do not apply to a branch. discard 5a76a2ffa3 Set version number to 1.3. discard ceec5d14cc Remove the modules to be excluded from 1.3 release. discard e93497ec07 Set version number and the EPSG geodetic dataset URL to expected values after release. 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. new 2f0e340e1f Set version number and the EPSG geodetic dataset URL to expected values after release. new 634cd3dbd0 Merge branch 'geoapi-4.0' into geoapi-3.1. new 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. new e579f89b26 Merge branch 'geoapi-3.1'. This is hopefully the last set of changes before release. new 134bba7cab Remove the modules to be excluded from 1.3 release. Remove GitHub meta-data that do not apply to a branch. new a00d579fe7 Set version number to 1.3. new 4282ba8521 Add a hack required for building javadoc. For a mysterious reason, Maven puts GeoAPI dependency under `--path-module` option instead of `--class-path` when building javadoc (but compilation with javac is okay). This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c405c651a9) \ N -- N -- N refs/heads/1.3-RC (4282ba8521) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 7 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: core/pom.xml | 19 ++++++++++++ .../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 +- storage/pom.xml | 19 ++++++++++++ .../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 +++- 16 files changed, 135 insertions(+), 50 deletions(-)