This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git
from 6e795b173e Merge branch 'geoapi-3.1'
add 805379d32e Update for a change in GeoAPI. The following methods were
made optional:
add 01b0b23c5b Merge branch 'geoapi-4.0' into geoapi-3.1, except for
`IdentifiedObject.getRemarks()` which is kept unchanged for compatibility with
GeoAPI 3.0.
new c49c79d2c5 Merge branch 'geoapi-3.1'.
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 ++++----
.../org/apache/sis/metadata/sql/Dispatcher.java | 2 +-
.../apache/sis/metadata/sql/MetadataSource.java | 2 +-
.../bind/metadata/replace/ServiceParameter.java | 7 ++--
.../metadata/replace/ServiceParameterTest.java | 4 +--
.../sis/referencing/AbstractIdentifiedObject.java | 37 +++++++++-----------
.../operation/AbstractCoordinateOperation.java | 15 +-------
.../operation/LooselyDefinedMethod.java | 4 +--
.../operation/TransformedCoordinateSet.java | 2 ++
.../apache/sis/parameter/ParameterBuilderTest.java | 15 ++++----
.../org/apache/sis/parameter/ParametersTest.java | 28 +++++++--------
.../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/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 ++--
.../org/apache/sis/gui/dataset/FeatureTable.java | 2 +-
39 files changed, 204 insertions(+), 165 deletions(-)