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 5b1a811 Modify the strategy of previous commit for geographic CRS
detection: - Check for "standard_name" attribute sooner because it is
controlled vocabulary. - Check for "degree_east" and "degree_north" units later
because they are already verified by Axis constructor. This allows that
constructor to report a warning in case of inconsistency.
new cd225fa Leverage java.util.function for Line and Plane equations.
new 9640679 StorageConnector.getStorageAs(…) should not try to open a
channel on directory. This is a workaround for
https://bugs.openjdk.java.net/browse/JDK-8080629
The 2 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:
.../main/java/org/apache/sis/xml/NilReason.java | 2 +-
.../src/main/java/org/apache/sis/math/Line.java | 22 ++++++++++++---
.../src/main/java/org/apache/sis/math/Plane.java | 21 +++++++++++++--
.../apache/sis/internal/storage/folder/Store.java | 3 ---
.../sis/internal/storage/io/ChannelFactory.java | 31 +++++++++++-----------
.../org/apache/sis/storage/StorageConnector.java | 2 +-
.../sis/storage/UnsupportedStorageException.java | 25 ++++++++++++++---
7 files changed, 77 insertions(+), 29 deletions(-)