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 d111e3e8cb [GH-2054] Disable wss, remove manual chunks (build error)
new 1bd2549916 Rename overloaded name 'TestPackage'
new dd5d50f77a Fix white space
new fef209ef07 Publish TDB2 test artifacts
new 35983ce8e7 Fix javadoc warnings
new b43add82ae GH-2077: Move NamedGraphWrapper into DatsetGraphMap
new 4f61526e1d GH-2078: Graph.sizeLong()
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:
.../process/normalize/StreamCanonicalLangTag.java | 14 +--
.../jena/sparql/core/DatasetGraphFactory.java | 45 ++++----
.../apache/jena/sparql/core/DatasetGraphMap.java | 126 ++++++++++++++-------
.../org/apache/jena/sparql/core/NamedGraph.java | 11 +-
.../apache/jena/sparql/core/NamedGraphWrapper.java | 49 --------
.../sparql/graph/AbstractTestGraphAddDelete.java | 41 +++----
.../src/main/java/org/apache/jena/graph/Graph.java | 17 ++-
.../{TestPackage.java => TestPackage_Rules.java} | 8 +-
.../jena/reasoner/test/TestPackage_reasoners.java | 2 +-
.../{TestPackage.java => TestPackage_core.java} | 2 +-
.../apache/jena/tdb1/store/DatasetPrefixesTDB.java | 2 +-
.../jena/tdb1/store/nodetable/NodeTable.java | 28 ++---
jena-tdb2/pom.xml | 12 ++
13 files changed, 180 insertions(+), 177 deletions(-)
delete mode 100644
jena-arq/src/main/java/org/apache/jena/sparql/core/NamedGraphWrapper.java
rename
jena-core/src/test/java/org/apache/jena/reasoner/rulesys/test/{TestPackage.java
=> TestPackage_Rules.java} (95%)
rename jena-core/src/test/java/org/apache/jena/test/{TestPackage.java =>
TestPackage_core.java} (98%)