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 90c0f789d7 Rename `StandardDateFormat` as `LenientDateFormat`.
     new 2aea6e15e3 Add a `GeneralDuration.parse(CharSequence)` method. Add 
more factory methods.
     new 06a582ccd0 Rename `TemporalUtilities` as `TemporalObjects`.

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  |  6 +--
 .../metadata/iso/extent/DefaultTemporalExtent.java |  6 +--
 .../metadata/iso/identification/DefaultUsage.java  |  8 +--
 .../metadata/iso/lineage/DefaultProcessStep.java   |  6 +--
 .../org/apache/sis/temporal/DefaultInstant.java    |  5 ++
 .../org/apache/sis/temporal/GeneralDuration.java   | 48 +++++++++++++++---
 ...TemporalUtilities.java => TemporalObjects.java} | 59 ++++++++++++++++++++--
 .../org/apache/sis/xml/bind/gml/TM_Primitive.java  |  8 +--
 .../apache/sis/temporal/DefaultInstantTest.java    |  4 +-
 .../org/apache/sis/temporal/DefaultPeriodTest.java | 14 ++---
 .../GeneralDurationTest.java}                      | 28 +++++-----
 .../apache/sis/xml/bind/gml/TimePeriodTest.java    | 18 +++----
 .../main/org/apache/sis/cql/CQL.java               |  2 +-
 13 files changed, 151 insertions(+), 61 deletions(-)
 rename 
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/temporal/{TemporalUtilities.java
 => TemporalObjects.java} (59%)
 copy 
endorsed/src/org.apache.sis.metadata/test/org/apache/sis/{metadata/iso/quality/DefaultDomainConsistencyTest.java
 => temporal/GeneralDurationTest.java} (59%)

Reply via email to