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 e818303189 feat(Shapefile): update shapefile header on close, some
work on store writing support
new 34df6c938d Allow `StoreListeners` argument to be null.
new 4e6074db4e In XPath parsing, the "Q{namespace}name" syntax should be
translated to "namespace:name", not "namespace/name".
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/filter/AssociationValue.java | 2 +-
.../main/org/apache/sis/filter/PropertyValue.java | 2 +-
.../main/org/apache/sis/filter/internal/XPath.java | 136 +++++++++++++--------
.../test/org/apache/sis/filter/XPathTest.java | 12 +-
.../main/org/apache/sis/xml/ValueConverter.java | 4 +-
.../main/org/apache/sis/xml/XPointer.java | 2 +-
.../main/org/apache/sis/storage/FeatureQuery.java | 2 +-
.../apache/sis/storage/base/MetadataBuilder.java | 23 ++--
.../apache/sis/util/resources/Errors_fr.properties | 2 +-
9 files changed, 112 insertions(+), 73 deletions(-)