You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/01/10 10:02:56 UTC

[jena] branch master updated (b7adfc6 -> 2a1fa0f)

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 b7adfc6  Merge pull request #668 from afs/pom-22
     new 3678543  Fix javadoc
     new 375c4ba  JENA-1809: Improvements to Iter
     new 2a1fa0f  Merge pull request #663 from afs/iter

The 8180 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:
 .../reorder/ReorderTransformationSubstitution.java |  14 +-
 .../jena/sparql/modify/UpdateProcessorBase.java    |   2 +-
 .../sparql/modify/request/UpdateWriterVisitor.java |   6 +-
 .../jena/sparql/serializer/TriplesListBlock.java   |   7 +-
 .../org/apache/jena/sparql/util/StringUtils.java   |   2 +-
 .../core/mem/TestDatasetGraphInMemoryBasic.java    |   6 +-
 .../org/apache/jena/atlas/iterator/AccString.java  |  66 -----
 .../org/apache/jena/atlas/iterator/Accumulate.java |  27 --
 .../java/org/apache/jena/atlas/iterator/Iter.java  | 310 ++++++++++++++-------
 .../java/org/apache/jena/atlas/lib/StrUtils.java   |  24 +-
 .../org/apache/jena/atlas/iterator/TestIter.java   | 243 +++++++++++-----
 .../org/apache/jena/datatypes/xsd/XSDDatatype.java |   2 +-
 .../apache/jena/tdb2/solver/StageMatchTuple.java   |   3 +-
 .../org/apache/jena/sdb/compiler/SqlStageList.java |   4 +-
 .../java/org/apache/jena/sdb/store/FeatureSet.java |   5 +-
 .../main/java/org/apache/jena/tdb/lib/Lib2.java    |  46 ---
 .../java/org/apache/jena/tdb/solver/SolverLib.java |   9 -
 .../apache/jena/tdb/solver/StageMatchTuple.java    |  18 +-
 18 files changed, 422 insertions(+), 372 deletions(-)
 delete mode 100644 jena-base/src/main/java/org/apache/jena/atlas/iterator/AccString.java
 delete mode 100644 jena-base/src/main/java/org/apache/jena/atlas/iterator/Accumulate.java
 delete mode 100644 jena-tdb/src/main/java/org/apache/jena/tdb/lib/Lib2.java