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 61329b1017 Bump shiro-core from 1.9.1 to 1.10.0 (#1579)
new de73f14b31 Add comments in GraphMatcher.containsSameTerm
new 9496ed0778 Reformat bits code
new 0182d56377 Tidy up jena-shex code
new a6f71d98a9 Fix recursion
new 819a054795 Add constants for HTML
new deb0658af5 Tidy ShEx
new a1ba1afbee Add comment about RDFS rules
new df10e3cc43 Set build.time.xsd
new a3c646fcb0 Log action id
new d7d0be33f8 Use calculateAlways for graph update
new ec3ed3680f Fix running TDB2 tests
new db23fbedf9 Allow StoreParams to have descriptive labels
new 7f0b576d8a Restructure StoreParams to allow conatiner-level settings
new 162f0ddfa2 Merge pull request #1587 from afs/misc
The 10328 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/http/HttpOp.java | 2 +-
.../main/java/org/apache/jena/riot/WebContent.java | 3 +
.../java/org/apache/jena/atlas/lib/BitsInt.java | 352 +++++++++-----------
.../java/org/apache/jena/atlas/lib/BitsLong.java | 359 ++++++++++-----------
.../org/apache/jena/graph/impl/GraphMatcher.java | 13 +-
jena-fuseki2/examples/config-inference-1.ttl | 2 +
jena-fuseki2/jena-fuseki-core/pom.xml | 1 +
.../apache/jena/fuseki/servlets/HttpAction.java | 5 +-
.../org/apache/jena/shacl/GraphValidation.java | 2 +-
jena-shex/shexc/shex.jj | 2 -
.../main/java/org/apache/jena/shex/ShexMap.java | 1 -
.../java/org/apache/jena/shex/eval/ShapeEval.java | 5 -
.../org/apache/jena/shex/eval/ShapeEvalEachOf.java | 1 -
.../org/apache/jena/shex/eval/ShapeEvalOneOf.java | 2 +-
.../jena/shex/eval/ShapeEvalTripleConstraint.java | 2 +-
jena-tdb2/pom.xml | 2 +-
.../org/apache/jena/tdb2/params/StoreParams.java | 40 ++-
.../jena/tdb2/params/StoreParamsBuilder.java | 29 +-
.../apache/jena/tdb2/params/StoreParamsCodec.java | 6 +-
.../apache/jena/tdb2/params/StoreParamsConst.java | 19 +-
.../jena/tdb2/params/StoreParamsDynamic.java | 7 +-
.../jena/tdb2/params/StoreParamsFactory.java | 36 ++-
.../apache/jena/tdb2/store/TDB2StorageBuilder.java | 31 +-
.../java/org/apache/jena/tdb2/sys/DatabaseOps.java | 33 +-
.../apache/jena/tdb2/xloader/ProcIngestDataX.java | 2 +-
.../java/org/apache/jena/tdb2/Scripts_TDB2.java | 2 +-
.../apache/jena/tdb2/setup/TestStoreParams.java | 25 +-
.../jena/tdb2/setup/TestStoreParamsChoose.java | 123 +++++--
.../jena/tdb2/setup/TestStoreParamsCreate.java | 6 +-
.../jena/tdb2/store/nodetable/TestNodeTable.java | 5 +-
.../tdb2/store/nodetable/TestNodeTableBase.java | 5 +-
.../tdb2/store/nodetable/TestNodeTableStored.java | 5 +-
.../store/nodetable/TestNodeTableStoredBase.java | 4 +-
33 files changed, 616 insertions(+), 516 deletions(-)