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/11/11 14:51:45 UTC

[jena] branch master updated (fdada0f -> 9001076)

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 fdada0f  Dependabot (#825)
     new 7f42c3a  JENA-1990: Add short name "turtle" (for SPARQLWrapper.py)
     new 67f8472  JENA-1991: Operations for G
     new 97ce64f  Comment code tidy
     new 96c6b26  JENA-1992: Update Log4j2 to 2.14.0
     new 94acc4f  JENA-1993: Update Eclipse Jetty
     new 9001076  Merge pull request #824 from afs/small-items

The 8644 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:
 jena-arq/Grammar/BinaryRDF.thrift                  |   4 +-
 .../main/java/org/apache/jena/riot/other/G.java    | 113 ++++++++++++--
 .../java/org/apache/jena/riot/system/RiotLib.java  |  27 ----
 .../org/apache/jena/riot/writer/TurtleShell.java   |  21 +--
 .../apache/jena/atlas/io/InputStreamBuffered.java  |   2 +-
 .../org/apache/jena/atlas/io/PeekInputStream.java  | 154 ++++++++++---------
 .../java/org/apache/jena/atlas/io/PeekReader.java  | 166 ++++++++++-----------
 .../main/java/org/apache/jena/atlas/lib/Trie.java  |   7 +-
 .../java/org/apache/jena/atlas/lib/TestTrie.java   |  28 ++++
 .../transaction/txn/TransactionCoordinator.java    |   2 +-
 .../jena/fuseki/jetty/FusekiErrorHandler.java      |   2 +-
 .../org/apache/jena/fuseki/jetty/JettyLib.java     |   6 +-
 .../jena/fuseki/servlets/ResponseDataset.java      |  13 +-
 .../apache/jena/fuseki/servlets/ServletOps.java    |  38 +++--
 .../org/apache/jena/fuseki/main/FusekiServer.java  |  18 ++-
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |   4 +-
 pom.xml                                            |   4 +-
 17 files changed, 352 insertions(+), 257 deletions(-)