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 67ece65ce1 Store the reason why the mandatory boolean value of a
quality conformance result is missing. This is a partial replacement for a
feature supported since SIS 0.3 but removed in SIS 1.4 because of
https://issues.apache.org/jira/browse/SIS-586
new 5fe5c77070 Do not generate anymore the French version of
developer-guide. It has been deleted from the web site, because unmaintained.
new 4981887586 Add "Obligation" and "Nil reason" columns in metadata
`TreeTableView`.
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/buildtools/book/Assembler.java | 14 +-
.../apache/sis/buildtools/book/package-info.java | 2 +-
.../org/apache/sis/metadata/AbstractMetadata.java | 33 ++---
.../org/apache/sis/metadata/MetadataColumn.java | 67 +++++++++
.../org/apache/sis/metadata/MetadataStandard.java | 39 ++++--
.../org/apache/sis/metadata/PropertyAccessor.java | 17 +++
.../main/org/apache/sis/metadata/TreeNode.java | 155 +++++++++++++++------
.../org/apache/sis/metadata/TreeNodeChildren.java | 64 +++++----
.../org/apache/sis/metadata/TreeTableView.java | 47 ++++---
.../apache/sis/metadata/ValueExistencePolicy.java | 12 ++
.../main/org/apache/sis/metadata/package-info.java | 23 +--
.../org/apache/sis/metadata/TreeTableViewTest.java | 79 ++++++++++-
.../apache/sis/util/collection/TableColumn.java | 29 ++--
.../org/apache/sis/util/resources/Vocabulary.java | 5 +
.../sis/util/resources/Vocabulary.properties | 1 +
.../sis/util/resources/Vocabulary_fr.properties | 1 +
netbeans-project/nbproject/project.xml | 3 +
17 files changed, 445 insertions(+), 146 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.metadata/main/org/apache/sis/metadata/MetadataColumn.java