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 0c561c5971 feat(Shapefile): add DBF writer and test case
     new fad33a63ee `TreeTableView` delegates the handling of `NilReason` to 
`NilReasonMap`. This is necessary for objects that cannot be represented as 
`NilObject`.
     new 6841fb91cf In `DefaultConformanceResult`, retrofit the handling of nil 
reasons into the `nilReasons()` map.

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:
 .../org/apache/sis/metadata/AbstractMetadata.java  | 54 +++++++++++++
 .../org/apache/sis/metadata/MetadataStandard.java  |  2 +
 .../apache/sis/metadata/ModifiableMetadata.java    | 14 +++-
 .../main/org/apache/sis/metadata/NilReasonMap.java |  9 ++-
 .../main/org/apache/sis/metadata/TreeNode.java     | 89 ++++++++++++++++++++--
 .../org/apache/sis/metadata/iso/ISOMetadata.java   |  3 +-
 .../iso/quality/DefaultConformanceResult.java      | 42 +---------
 .../main/org/apache/sis/metadata/package-info.java |  4 +
 .../org/apache/sis/xml/bind/gco/GO_Boolean.java    | 11 +--
 .../org/apache/sis/xml/bind/gco/PropertyType.java  | 40 ++++++----
 .../org/apache/sis/metadata/TreeTableViewTest.java | 28 ++++++-
 .../iso/quality/DefaultConformanceResultTest.java  |  6 +-
 12 files changed, 226 insertions(+), 76 deletions(-)

Reply via email to