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 552f41a83b Remove deprecated methods related to metadata.
     new 0c9e91cb8b Remove more methods which were deprecated in the SIS 1.5 
release. The `forRemoval` flag was missing in `@Deprecated` annotations, but 
some of those methods will be kept on the main branch.
     new 7997e9f006 Prepare the classes related to `org.opengis.util.Record` 
for removal. For now, we only put a warning in the Javadoc (not yet a 
deprecation) and we reduce the possibility to customize `DefaultRecordSchema`. 
Those records classes have been removed in ISO 19103:2024, but we have not yet 
decided what would be their replacement.

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/coverage/grid/GridDerivation.java   |  34 ------
 .../org/apache/sis/coverage/grid/GridExtent.java   |  34 ------
 .../org/apache/sis/coverage/grid/GridGeometry.java |  17 ---
 .../metadata/internal/shared/RecordSchemaSIS.java  | 108 -----------------
 .../iso/acquisition/DefaultRequestedDate.java      |  26 -----
 .../iso/acquisition/DefaultRequirement.java        |  14 ---
 .../sis/metadata/iso/citation/DefaultCitation.java |  14 ---
 .../org/apache/sis/util/iso/DefaultNameSpace.java  |   6 +-
 .../org/apache/sis/util/iso/DefaultRecord.java     |  26 +++--
 .../apache/sis/util/iso/DefaultRecordSchema.java   | 128 ++++++++++++---------
 .../org/apache/sis/util/iso/DefaultRecordType.java |  86 ++++++++++----
 .../main/org/apache/sis/util/iso/package-info.java |   9 +-
 .../apache/sis/metadata/iso/MarshallingTest.java   |  18 +--
 .../iso/quality/DefaultQuantitativeResultTest.java |  23 ++--
 .../sis/util/iso/DefaultRecordSchemaTest.java      |  21 +++-
 .../org/apache/sis/util/iso/DefaultRecordTest.java |  13 ++-
 .../apache/sis/util/iso/DefaultRecordTypeTest.java |  10 +-
 .../sis/util/iso/SerializableRecordSchema.java     |  81 -------------
 .../main/org/apache/sis/io/wkt/Formatter.java      |  22 +---
 .../main/org/apache/sis/io/wkt/package-info.java   |   2 +-
 .../internal/PositionalAccuracyConstant.java       |   4 +-
 .../main/org/apache/sis/storage/FeatureQuery.java  |  19 +--
 .../main/org/apache/sis/storage/package-info.java  |   2 +-
 .../test/org/apache/sis/test/TestCase.java         |   1 +
 24 files changed, 217 insertions(+), 501 deletions(-)
 delete mode 100644 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/metadata/internal/shared/RecordSchemaSIS.java
 delete mode 100644 
endorsed/src/org.apache.sis.metadata/test/org/apache/sis/util/iso/SerializableRecordSchema.java

Reply via email to