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

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


    from 027cd1b753 Merge of automatic reorganization of imports order.
     new f1b755d4c7 Upgrade the GeoAPI dependency.
     add 1afd594078 More update for CRS that may be associated ot 
`DatumEnsemble` instead of `Datum`. This include an update of GeoAPI snapshot 
for the GeoAPI conformance tests.
     add 8ac2e436ae Fix more test failures relative to the WGS84 being a datum 
ensemble since EPSG version 10. Most of the remaining test failures are about 
new operation types not yet supported.
     new bb738fc51c Merge branch 'geoapi-4.0' into geoapi-3.1.

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:
 .../apache/sis/console/MetadataCommandTest.java    |   3 +-
 .../apache/sis/io/wkt/GeodeticObjectParser.java    |   5 +-
 .../main/org/apache/sis/referencing/CommonCRS.java | 107 ++++++++++++++------
 .../sis/referencing/EPSGFactoryFallback.java       |  32 ++++--
 .../sis/referencing/StandardDefinitions.java       |  18 ++--
 .../sis/referencing/datum/DatumOrEnsemble.java     |  75 ++++++++++++++
 .../referencing/datum/DefaultDatumEnsemble.java    |   4 +-
 .../referencing/datum/DefaultGeodeticDatum.java    |   4 +-
 .../factory/GeodeticAuthorityFactory.java          |  18 +++-
 .../referencing/factory/GeodeticObjectFactory.java | 110 ++++++++++++++++++++-
 .../referencing/factory/sql/EPSGDataAccess.java    |  36 ++-----
 .../operation/CoordinateOperationFinder.java       |   7 +-
 .../org/apache/sis/referencing/Assertions.java     |  20 +++-
 .../test/org/apache/sis/referencing/CRSTest.java   |   2 +
 .../org/apache/sis/referencing/CommonCRSTest.java  |   8 +-
 .../sis/referencing/EPSGFactoryFallbackTest.java   |  25 +++--
 .../sis/referencing/GeodeticObjectVerifier.java    |   7 +-
 .../sis/referencing/StandardDefinitionsTest.java   |   2 +-
 .../sis/referencing/datum/HardCodedDatum.java      |   1 +
 .../report/CoordinateReferenceSystems.java         |   2 +-
 .../sis/storage/geotiff/reader/CRSBuilder.java     |   2 +-
 .../apache/sis/storage/netcdf/base/CRSBuilder.java |   7 +-
 .../apache/sis/storage/netcdf/base/Convention.java |   2 +-
 .../sis/storage/netcdf/base/GridMapping.java       |   2 +-
 .../org/apache/sis/storage/CoverageSubsetTest.java |   4 +-
 geoapi/snapshot                                    |   2 +-
 26 files changed, 384 insertions(+), 121 deletions(-)

Reply via email to