This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
from e8f4e4cdff Bump tmp from 0.2.3 to 0.2.4 in /jena-fuseki2/jena-fuseki-ui
new 8fa235f4c7 GH-3374: Emit warning for improper dot segments
new 327aee51c0 GH-3374: Add dot segments warning to the general group
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:
.../jena/iri3986/provider/IRIProvider3986.java | 8 +--
.../org/apache/jena/iri3986/provider/Issues.java | 1 +
.../iri3986/provider/JenaSeveritySettings.java | 2 +
.../main/java/org/apache/jena/rfc3986/IRI3986.java | 15 ++++
.../main/java/org/apache/jena/rfc3986/Issue.java | 1 +
.../java/org/apache/jena/rfc3986/LibParseIRI.java | 81 ++++++++++++++++++++--
.../java/org/apache/jena/rfc3986/Violations.java | 1 +
.../java/org/apache/jena/rfc3986/TestBuild.java | 1 +
.../java/org/apache/jena/rfc3986/TestParseDNS.java | 1 -
.../java/org/apache/jena/rfc3986/TestParseOID.java | 2 +-
.../org/apache/jena/rfc3986/TestURISchemes.java | 17 +++++
11 files changed, 118 insertions(+), 12 deletions(-)