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 25d09eaf2d Fixes a format string error in LangTags
new 751bd81021 Rename TestPropertyImpl as TestProperties
new b3c7d91503 GH-2963: Cope with IPv6 address for the local machine
new 97342db20f Tidy up the IRI validator
new 2611080c6c Specific tests for empty and blank query string
new d1dc2cfb16 Comments in SPARQLQueryProcessor
new a1ca2b7c3d Add fuseki-plain script to the Fuseki distribution
The 6 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:
.../src/main/java/org/apache/jena/atlas/net/Host.java | 19 ++++++++++++++-----
.../test/java/org/apache/jena/atlas/net/TestHost.java | 2 +-
.../jena/iri3986/provider/JenaSeveritySettings.java | 6 +++---
.../jena/rdf/model/test/AbstractTestPackage.java | 2 +-
.../{TestPropertyImpl.java => TestProperties.java} | 4 ++--
.../apache-jena-fuseki/fuseki-plain | 6 ++++--
jena-fuseki2/apache-jena-fuseki/fuseki-server | 6 ++++--
.../jena/fuseki/servlets/SPARQLQueryProcessor.java | 9 +++++++--
.../jena/fuseki/validation/html/IRIValidatorHTML.java | 12 ++++++++----
.../apache/jena/fuseki/mod/shiro/TestModShiro.java | 10 ++++++++--
10 files changed, 52 insertions(+), 24 deletions(-)
rename
jena-core/src/test/java/org/apache/jena/rdf/model/test/{TestPropertyImpl.java
=> TestProperties.java} (96%)
copy jena-arq/etc/update-data.ttl =>
jena-fuseki2/apache-jena-fuseki/fuseki-plain (84%)
mode change 100644 => 100755