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 277fcfec69 Bump @babel/preset-env in /jena-fuseki2/jena-fuseki-ui
new 0341afcd5c Remove unused import
new 692daaf0dc GH-3296: Add --base to uparse
new f2ebda7cc7 Add concat(Stream,Stream); handled nulls
new f71ccc4c1d Deprecate ElementGroup.addFilterElement
new e9646012d3 Update ExProg2.java
new e81942a084 Provide Collection<Triple> iso-matching
new ccf793da50 Align naming of IsoAlgRows and IsoAlgTuples
new 58de521d54 GH-3304: Fix private use parsing; refactor code; use JUnit5
exclusively
new 98fd2eee1f Top of jena tests is JenaCoreTestAll.java
new 7588c3896c GH-3303: Deal with bad URIs as namespaces when writing
RDF/XML
new 610e7ed444 NodeValue - code format
The 11 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/java/org/apache/jena/riot/RDFFormat.java | 2 +-
.../apache/jena/riot/system/ParserProfileStd.java | 1 -
.../org/apache/jena/sparql/expr/NodeValue.java | 13 +-
.../jena/sparql/resultset/ResultsCompare.java | 6 +-
.../apache/jena/sparql/syntax/ElementGroup.java | 2 +
.../org/apache/jena/sparql/util/IsoMatcher.java | 28 ++-
.../apache/jena/sparql/util/iso/IsoAlgRows.java | 4 +-
.../apache/jena/sparql/util/iso/IsoAlgTuple.java | 56 -----
.../jena/sparql/util/iso/TestIsoMatcher.java | 4 +-
.../java/org/apache/jena/atlas/lib/StreamOps.java | 12 +
jena-cmds/src/main/java/arq/uparse.java | 36 ++-
jena-core/pom.xml | 2 +-
.../src/main/java/org/apache/jena/irix/IRIs.java | 3 +-
.../jena/rdfxml/xmloutput/impl/BaseXMLWriter.java | 7 +
...{TestPackage_core.java => JenaCoreTestAll.java} | 4 +-
.../src/main/java/arq/examples/ExProg2.java | 151 ++++++------
.../org/apache/jena/fuseki/servlets/ActionLib.java | 4 +-
jena-langtag/pom.xml | 10 -
.../org/apache/jena/langtag/InternalLangTag.java | 15 +-
.../org/apache/jena/langtag/LangTagRFC5646.java | 272 ++++++++++++---------
.../java/org/apache/jena/langtag/TestLangTag.java | 20 +-
.../org/apache/jena/langtag/TestLangTagFormat.java | 39 +--
22 files changed, 368 insertions(+), 323 deletions(-)
rename jena-core/src/test/java/org/apache/jena/test/{TestPackage_core.java =>
JenaCoreTestAll.java} (97%)