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 f1d35685a5 Resolve external xlinks when parsing a GML document. This is a first step, not yet resolving fragment and not yet caching. new 150edb7cae Avoid attempt to download the document at the "http://test.net" URL. new 50c0a3ec29 Partial support of xlink:href referencing a fragment of an external document. 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: .../main/org/apache/sis/xml/Pooled.java | 31 ++++ .../main/org/apache/sis/xml/ReferenceResolver.java | 68 +++++++-- .../main/org/apache/sis/xml/XML.java | 2 +- .../main/org/apache/sis/xml/bind/Context.java | 159 +++++++++++++++------ .../apache/sis/xml/util/ExternalLinkHandler.java | 55 ++++--- .../main/org/apache/sis/xml/util/URISource.java | 48 +++++-- .../sis/metadata/xml/2016/UsingExternalXLink.xml | 16 +++ .../org/apache/sis/xml/XLinkMarshallingTest.java | 10 +- .../test/org/apache/sis/xml/test/TestCase.java | 7 + .../apache/sis/xml/test/TestReferenceResolver.java | 56 ++++++++ 10 files changed, 354 insertions(+), 98 deletions(-) create mode 100644 endorsed/src/org.apache.sis.metadata/test/org/apache/sis/xml/test/TestReferenceResolver.java