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 ea550df01a Merge branch 'geoapi-4.0' into geoapi-3.1: removal of some `org.opengis.temporal` interfaces. new 776a5fd686 Port the `TM_PeriodDuration` class from the main branch. It is still needed for the `geoapi-3.1` branch. add 021b5413be Automatic imports reorganization for taking in account the differences between the branches. new adb5e5fd85 Merge branch 'geoapi-4.0' into geoapi-3.1. 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 | 2 +- .../metadata/iso/extent/DefaultTemporalExtent.java | 2 +- .../iso/identification/AbstractIdentification.java | 2 +- .../maintenance/DefaultMaintenanceInformation.java | 2 +- .../sis/metadata/iso/maintenance/package-info.java | 6 +- .../apache/sis/pending/temporal/DefaultPeriod.java | 2 +- .../pending/temporal/DefaultPeriodDuration.java | 71 +++++++++++++++ .../org/apache/sis/pending/temporal/Primitive.java | 2 +- .../sis/pending/temporal/TemporalUtilities.java | 2 +- .../org/apache/sis/xml/bind/gml/TM_Primitive.java | 2 +- .../org/apache/sis/xml/bind/gml/TimeInstant.java | 4 +- .../apache/sis/xml/bind/gml/TimePeriodBound.java | 4 +- .../org/apache/sis/xml/bind/gts/TM_Duration.java | 19 ++-- .../apache/sis/xml/bind/gts/TM_PeriodDuration.java | 100 +++++++++++++++++++++ .../apache/sis/metadata/PropertyAccessorTest.java | 2 +- .../apache/sis/xml/bind/gml/TimePeriodTest.java | 4 +- .../apache/sis/io/wkt/GeodeticObjectParser.java | 2 - .../apache/sis/storage/base/MetadataBuilder.java | 2 +- 18 files changed, 200 insertions(+), 30 deletions(-) create mode 100644 endorsed/src/org.apache.sis.metadata/main/org/apache/sis/pending/temporal/DefaultPeriodDuration.java create mode 100644 endorsed/src/org.apache.sis.metadata/main/org/apache/sis/xml/bind/gts/TM_PeriodDuration.java