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 75f06b5712 Merge branch 'geoapi-4.0' into geoapi-3.1
add 805379d32e Update for a change in GeoAPI. The following methods were
made optional:
new 01b0b23c5b Merge branch 'geoapi-4.0' into geoapi-3.1, except for
`IdentifiedObject.getRemarks()` which is kept unchanged for compatibility with
GeoAPI 3.0.
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:
.../apache/sis/feature/AbstractIdentifiedType.java | 13 +++----
.../org/apache/sis/feature/AbstractOperation.java | 4 +--
.../main/org/apache/sis/feature/FeatureFormat.java | 7 ++--
.../apache/sis/feature/builder/TypeBuilder.java | 4 +--
.../sis/feature/DefaultAttributeTypeTest.java | 5 ++-
.../builder/AssociationRoleBuilderTest.java | 4 +--
.../feature/builder/AttributeTypeBuilderTest.java | 12 +++----
.../builder/CharacteristicTypeBuilderTest.java | 4 +--
.../feature/builder/FeatureTypeBuilderTest.java | 4 +--
.../org/apache/sis/metadata/PropertyAccessor.java | 5 +--
.../org/apache/sis/metadata/TypeValuePolicy.java | 15 ++++----
.../metadata/simple/SimpleIdentifiedObject.java | 7 ++--
.../org/apache/sis/metadata/sql/Dispatcher.java | 2 +-
.../apache/sis/metadata/sql/MetadataSource.java | 2 +-
.../bind/metadata/replace/QualityParameter.java | 13 +++----
.../bind/metadata/replace/ServiceParameter.java | 9 ++---
.../metadata/replace/QualityParameterTest.java | 4 +--
.../metadata/replace/ServiceParameterTest.java | 4 +--
.../org/apache/sis/xml/test/PackageVerifier.java | 2 +-
.../sis/referencing/AbstractIdentifiedObject.java | 33 ++++++++----------
.../org/apache/sis/referencing/Properties.java | 2 +-
.../operation/AbstractCoordinateOperation.java | 23 +++----------
.../operation/LooselyDefinedMethod.java | 4 +--
.../operation/TransformedCoordinateSet.java | 2 ++
.../apache/sis/parameter/ParameterBuilderTest.java | 15 ++++----
.../org/apache/sis/parameter/ParametersTest.java | 35 ++++++++++---------
.../referencing/AbstractIdentifiedObjectTest.java | 19 +++++-----
.../referencing/AbstractReferenceSystemTest.java | 5 +--
.../org/apache/sis/referencing/Assertions.java | 15 ++++++++
.../sis/referencing/cs/DefaultCartesianCSTest.java | 3 +-
.../referencing/cs/DefaultEllipsoidalCSTest.java | 3 +-
.../referencing/datum/DefaultEllipsoidTest.java | 5 +--
.../datum/DefaultGeodeticDatumTest.java | 21 +++++-------
.../datum/DefaultPrimeMeridianTest.java | 3 +-
.../datum/DefaultTemporalDatumTest.java | 3 +-
.../datum/DefaultVerticalDatumTest.java | 7 ++--
.../operation/SingleOperationMarshallingTest.java | 4 +--
.../operation/provider/ProvidersTest.java | 6 ++--
.../CC_GeneralOperationParameterTest.java | 40 ++++++++++------------
.../CC_OperationParameterGroupTest.java | 4 +--
.../test/org/apache/sis/storage/gpx/TypesTest.java | 2 +-
.../apache/sis/storage/folder/StoreProvider.java | 2 +-
.../main/org/apache/sis/util/Classes.java | 30 ++++++++++++++++
.../main/org/apache/sis/util/Deprecable.java | 6 ++--
geoapi/snapshot | 2 +-
.../org/apache/sis/gui/dataset/FeatureTable.java | 2 +-
46 files changed, 229 insertions(+), 187 deletions(-)