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 2022/07/27 20:31:11 UTC

[jena] branch main updated (287715d94a -> 2155802ae3)

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 287715d94a Merge pull request #1325 from AKSW/gml-ns
     new e2b5f89339 Provide toString()
     new 7086041987 Protect against no directory
     new 3ff425d533 Update comment
     new 2928d636a4 Graph transaction contract
     new 2155802ae3 Merge pull request #1458 from afs/misc

The 10115 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:
 .../java/org/apache/jena/riot/web/HttpNames.java   |  5 +++--
 .../org/apache/jena/sparql/graph/GraphSink.java    | 26 ++++++++++++----------
 .../org/apache/jena/sparql/graph/GraphZero.java    |  5 +++--
 .../jena/sparql/graph/TransactionHandlerNull.java  | 18 +++++++++------
 .../java/org/apache/jena/atlas/lib/FileOps.java    | 21 +++++++++++------
 .../dboe/storage/system/DatasetGraphStorage.java   |  5 +++++
 .../apache/jena/tdb2/store/DatasetGraphTDB.java    |  2 +-
 .../org/apache/jena/tdb/store/DatasetGraphTDB.java |  7 +++++-
 8 files changed, 57 insertions(+), 32 deletions(-)