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 a65df89e7f Add Robinson projection. 
https://issues.apache.org/jira/browse/SIS-599
     new 73b14d275f Add explanation about the differences compared to published 
article. Fix two wrong `@since` tags: put a placeholder for not-yet-determined 
release.
     new 24277ad9f9 Adapt for the removal of the `Duration`, `PeriodDuration` 
and `IntervalLength` interfaces from the `org.opengis.temporal` package. Those 
interfaces are replaced by `java.time.temporal.TemporalAmount`, 
`java.time.Period` and `java.time.Duration` respectively.

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:
 .../test/org/apache/sis/filter/PeriodLiteral.java  |  10 +-
 .../DefaultDigitalTransferOptions.java             |  17 +-
 .../metadata/iso/distribution/package-info.java    |   2 +-
 .../iso/identification/AbstractIdentification.java |  25 +--
 .../metadata/iso/identification/package-info.java  |   2 +-
 .../maintenance/DefaultMaintenanceInformation.java |  12 +-
 .../sis/metadata/iso/maintenance/package-info.java |   6 +-
 .../apache/sis/metadata/simple/SimpleDuration.java |  76 --------
 .../org/apache/sis/xml/bind/gts/TM_Duration.java   | 127 ++++++++++---
 .../apache/sis/xml/bind/gts/TM_PeriodDuration.java | 203 ---------------------
 .../apache/sis/metadata/PropertyAccessorTest.java  |   4 +-
 .../referencing/operation/projection/Robinson.java |  20 +-
 .../apache/sis/storage/base/MetadataBuilder.java   |  10 +-
 .../pending/temporal/DefaultPeriodDuration.java    |  87 ---------
 .../pending/temporal/DefaultTemporalFactory.java   |  15 --
 .../org/apache/sis/pending/temporal/Primitive.java |   6 +-
 geoapi/snapshot                                    |   2 +-
 17 files changed, 171 insertions(+), 453 deletions(-)
 delete mode 100644 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/metadata/simple/SimpleDuration.java
 delete mode 100644 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/bind/gts/TM_PeriodDuration.java
 delete mode 100644 
endorsed/src/org.apache.sis.util/main/org/apache/sis/pending/temporal/DefaultPeriodDuration.java

Reply via email to