This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch jena4
in repository https://gitbox.apache.org/repos/asf/jena.git
from a3bccbc47d CHANGES for 4.10.0
new 8610b40918 Don't link to reorganised javadoc on jena.apache.org
new cdfe3064ce GH-2076: Fix for Iterator.remove in GraphMem
new a52ebbd4e6 GH-2076: Test case for Iterator.remove in GraphMem
The 3 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/mem/HashCommon.java | 93 +++++++++++-----------
.../apache/jena/util/iterator/NiceIterator.java | 3 +-
.../jena/rdf/model/test/AbstractTestPackage.java | 13 ++-
.../java/org/apache/jena/test/TestPackage.java | 3 +
.../model/test => test/jena4}/TestRemoveBug.java | 70 +++++++++++++---
.../graph-mem-broken-iterator-delete-01.ttl | 22 +++++
pom.xml | 10 ---
7 files changed, 137 insertions(+), 77 deletions(-)
rename jena-core/src/test/java/org/apache/jena/{rdf/model/test =>
test/jena4}/TestRemoveBug.java (65%)
create mode 100644
jena-core/testing/reports/graph-mem-broken-iterator-delete-01.ttl