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 fd03fd15c9 Merge pull request #1555 from Aklakan/gh-1498
new 8a86b59da3 GH-1572: Nested graph transactions
new cdfb2af94f Add executeAlways and calculateAlways to TransactionHandler
new c39f25a135 GH-1572: Graph transaction for schema loading.
new af97fb7bd8 Merge pull request #1573 from afs/gh1572-graph-txn
The 10287 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:
.../org/apache/jena/sparql/core/GraphView.java | 2 -
.../jena/sparql/core/TransactionHandlerView.java | 30 +++++--
.../jena/assembler/assemblers/AssemblerBase.java | 16 ++--
.../assemblers/ReasonerFactoryAssembler.java | 13 +--
.../org/apache/jena/graph/TransactionHandler.java | 13 ++-
.../jena/graph/impl/TransactionHandlerBase.java | 56 +++++++++---
.../jena/graph/TransactionHandlerContractTest.java | 23 +++--
.../apache/jena/graph/test/AbstractTestGraph.java | 99 ++++++++++++----------
.../apache/jena/testing_framework/GraphHelper.java | 20 ++---
9 files changed, 166 insertions(+), 106 deletions(-)