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 b86dbe8b92 Merge branch 'geoapi-4.0' into geoapi-3.1: First round of upgrade to ISO 19111:2019. add cfb0e166e2 Post-merge cleanup. The `DefaultGeocentricCRS` class and its factory methods are marked as deprecated since 2.0 instead of 1.5 because we will not deprecate that class in the branch that depends on GeoAPI 3.0, because there is no replacement. The replacements will need to wait for GeoAPI 3.1. add c39f9ef256 Update for the removal of deprecated ImageDatum, ImageCRS and UserDefinedCS interfaces. Those interfaces were defined in ISO 19111:2007 but removed in ISO 19111:2019. new f173cc01f5 Merge branch 'geoapi-4.0' into geoapi-3.1, but without the removal of deprecated interfaces and methods. 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: .../main/org/apache/sis/util/iso/Types.java | 4 ++-- .../apache/sis/openoffice/ReferencingFunctions.java | 1 + .../main/org/apache/sis/io/wkt/Convention.java | 7 +------ .../org/apache/sis/io/wkt/GeodeticObjectParser.java | 8 ++++---- .../main/org/apache/sis/referencing/CRS.java | 20 ++++++++++++++------ .../apache/sis/referencing/EPSGFactoryFallback.java | 1 + .../sis/referencing/crs/DefaultEngineeringCRS.java | 4 ++++ .../sis/referencing/crs/DefaultGeocentricCRS.java | 2 +- .../apache/sis/referencing/crs/DefaultImageCRS.java | 6 +++--- .../sis/referencing/cs/DefaultUserDefinedCS.java | 4 ++-- .../sis/referencing/datum/DefaultImageDatum.java | 6 +++--- .../referencing/factory/AuthorityFactoryProxy.java | 1 + .../referencing/factory/CommonAuthorityFactory.java | 1 + .../factory/ConcurrentAuthorityFactory.java | 3 ++- .../factory/GeodeticAuthorityFactory.java | 4 ++-- .../referencing/factory/GeodeticObjectFactory.java | 12 ++++++------ .../referencing/factory/MultiAuthoritiesFactory.java | 3 ++- .../sis/referencing/factory/sql/EPSGDataAccess.java | 1 + .../sis/referencing/internal/EPSGFactoryProxy.java | 2 +- .../referencing/internal/EPSGFactoryProxyCRS.java | 2 +- .../apache/sis/referencing/internal/Resources.java | 5 +++++ .../sis/referencing/internal/Resources.properties | 1 + .../sis/referencing/internal/Resources_fr.properties | 1 + .../operation/AbstractCoordinateOperation.java | 2 +- .../operation/TransformedCoordinateSet.java | 2 +- .../sis/referencing/AuthorityFactoriesTest.java | 3 ++- .../referencing/factory/AuthorityFactoryMock.java | 4 ++++ .../operation/provider/ProvidersTest.java | 1 - geoapi/snapshot | 2 +- 29 files changed, 69 insertions(+), 44 deletions(-)