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 2023/05/21 15:46:39 UTC

[jena] branch main updated (2fb25516fa -> ca57ea766a)

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 2fb25516fa Merge pull request #1866 from ailintom/patch-2
     new f0dc20260f Reformat.
     new dcf5623ebd Add G.getOneOrList
     new 314ad82da3 Remove unused code and command.
     new 8725db17fb Comment about Unicode beyond Java char range
     new 479148d3f8 Update code to use dataset prefixes
     new 971799acb9 Add accessors to buffered changes
     new b3a0541657 Return this from startTimer()
     new ca57ea766a Merge pull request #1870 from afs/misc

The 10718 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/riot/other/G.java    |  16 +
 .../org/apache/jena/riot/system/StreamRDFOps.java  |   3 +-
 .../apache/jena/sparql/util/graph/Findable.java    |  30 +-
 .../jena/sparql/util/graph/FindableCollection.java |  52 +--
 .../jena/sparql/util/graph/FindableGraph.java      |  34 +-
 .../org/apache/jena/sparql/util/graph/GNode.java   |  20 +-
 .../sparql/util/graph/GraphContainerUtils.java     | 238 ++++++-------
 .../apache/jena/sparql/util/graph/GraphList.java   | 394 ++++++++++-----------
 .../jena/sparql/util/graph/GraphListenerBase.java  | 123 -------
 .../sparql/util/graph/GraphListenerCounter.java    | 105 ------
 .../jena/sparql/util/graph/GraphLoadMonitor.java   | 148 --------
 .../apache/jena/sparql/util/graph/GraphUtils.java  | 142 ++++----
 .../system/buffering/BufferingDatasetGraph.java    |   5 +
 .../java/org/apache/jena/atlas/io/BlockUTF8.java   |  10 +-
 .../main/java/org/apache/jena/atlas/lib/Timer.java |   3 +-
 jena-cmds/src/main/java/arq/load.java              | 116 ------
 16 files changed, 468 insertions(+), 971 deletions(-)
 delete mode 100644 jena-arq/src/main/java/org/apache/jena/sparql/util/graph/GraphListenerBase.java
 delete mode 100644 jena-arq/src/main/java/org/apache/jena/sparql/util/graph/GraphListenerCounter.java
 delete mode 100644 jena-arq/src/main/java/org/apache/jena/sparql/util/graph/GraphLoadMonitor.java
 delete mode 100644 jena-cmds/src/main/java/arq/load.java