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 e54eb5e45f GH-2254: Atomic compaction
new fc2caa9df6 Tidy up ResultSetFactory
new aecfdc3b34 GH-2309: Close internal InputStream
new ecd71a4aef Deprecate loadAsModel worker function
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:
.../org/apache/jena/query/ResultSetCloseable.java | 25 +++----
.../org/apache/jena/query/ResultSetFactory.java | 63 ++++++----------
.../jena/riot/resultset/ResultSetOnClose.java | 86 ++++++++++++++++++++++
.../org/apache/jena/riot/rowset/RowSetOnClose.java | 54 +++++++-------
.../RowSetWrapper.java} | 40 +++++-----
.../sparql/engine/ResultSetCheckCondition.java | 6 +-
6 files changed, 171 insertions(+), 103 deletions(-)
create mode 100644
jena-arq/src/main/java/org/apache/jena/riot/resultset/ResultSetOnClose.java
copy jena-base/src/main/java/org/apache/jena/atlas/iterator/IteratorBase.java
=> jena-arq/src/main/java/org/apache/jena/riot/rowset/RowSetOnClose.java (54%)
copy jena-arq/src/main/java/org/apache/jena/riot/{tokens/TokenizerWrapper.java
=> rowset/RowSetWrapper.java} (61%)