This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git.
from 79a5ccb Merge pull request #647 from projekt-opal/master
new e877e6d JENA-1785: A newly created node can remain invisible after
commit
new 8e5c7bb Get rid of data version checks, unnecessary synchronization
and state fields
new cad8fa0 Merge pull request #646 from strangepleasures/JENA-1785
The 8127 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:
.../apache/jena/tdb2/store/TDB2StorageBuilder.java | 44 +---------
.../jena/tdb2/store/nodetable/NodeTableCache.java | 98 ++++++++++++++--------
.../jena/tdb2/store/TestVisibilityOfChanges.java | 93 ++++++++++++++++++++
3 files changed, 156 insertions(+), 79 deletions(-)
create mode 100644
jena-db/jena-tdb2/src/test/java/org/apache/jena/tdb2/store/TestVisibilityOfChanges.java