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/02/06 11:44:58 UTC

[jena] branch main updated (0a9e1de -> d3fe7bb)

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 0a9e1de  JENA-2271: Do not remove slashes from graph name (with tests)
     new 8f4307e  Code maintenance around blank node allocation
     new f9ae513  JENA-2274: Allocate list bnodes from the profile
     new d3fe7bb  Merge pull request #1190 from afs/bnodes

The 9663 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:
 .../apache/jena/riot/lang/BlankNodeAllocator.java  |  21 +-
 ...orLabel.java => BlankNodeAllocatorCounter.java} |  24 +-
 .../org/apache/jena/riot/lang/LabelToNode.java     | 275 +++++++++------------
 .../org/apache/jena/riot/lang/LangTurtleBase.java  |   7 +-
 .../java/org/apache/jena/riot/out/NodeFmtLib.java  |   2 -
 .../org/apache/jena/riot/system/SyntaxLabels.java  |   6 +-
 .../org/apache/jena/riot/lang/TestLangTurtle.java  |   1 -
 7 files changed, 149 insertions(+), 187 deletions(-)
 rename jena-arq/src/main/java/org/apache/jena/riot/lang/{BlankNodeAllocatorLabel.java => BlankNodeAllocatorCounter.java} (71%)