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 ece63c46f5 Fix a never-ending loop when temporal objects are compared 
as `java.lang.Object`. Add a note about future development needed in WKT 
parsing. Minor cleaning.
     new 304b134b1d Fix a `ClassCastException` in the comparison of temporal 
objects.
     new f5847a4f88 Handle LocalDate format in CQL parser
     new c171717d16 Allow to specify a timezone when reading features from a 
Shapefile. If a timezone is specified, then hours are arbitrarily set to the 
middle of the day. The default stay no timezone, in which case dates are 
instances of `java.time.LocalDate`.

The 3 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:
 .../main/org/apache/sis/filter/TemporalFilter.java |   6 +-
 .../org.apache.sis.metadata/main/module-info.java  |   1 +
 .../main/org/apache/sis/temporal/TimeMethods.java  | 162 ++++++++++++++++++---
 ...neralDurationTest.java => TimeMethodsTest.java} |  30 ++--
 .../main/antlr/org/apache/sis/cql/internal/CQL.g4  |   4 +-
 .../main/org/apache/sis/cql/CQL.java               |   4 +-
 .../org/apache/sis/cql/ExpressionReadingTest.java  |  15 +-
 .../org/apache/sis/cql/ExpressionWritingTest.java  |  11 +-
 .../sis/storage/shapefile/ShapefileStore.java      |  49 +++++--
 .../apache/sis/storage/shapefile/dbf/DBFField.java |  31 +++-
 .../sis/storage/shapefile/dbf/DBFHeader.java       |   5 +-
 .../sis/storage/shapefile/dbf/DBFReader.java       |   5 +-
 .../sis/storage/shapefile/dbf/DBFIOTest.java       |   6 +-
 .../apache/sis/storage/shapefile/dbf/Snippets.java |   8 +-
 14 files changed, 264 insertions(+), 73 deletions(-)
 copy 
endorsed/src/org.apache.sis.metadata/test/org/apache/sis/temporal/{GeneralDurationTest.java
 => TimeMethodsTest.java} (54%)

Reply via email to