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/24 15:54:16 UTC

[jena] branch master updated (049f87c -> 8d96221)

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 049f87c  Merge pull request #676 from superfell/type_mapper
     new 8070168  Improve comments.
     new 6c6953d  Call quadsPutPostTxn when abort not supported.
     new f0735f3  Use fresh directory (new one when testing on MS Windows)
     new 91cceb8  Rename field for clarity. White space fixes.
     new 306b09b  Fix javadoc
     new 28e1c68  Fix command line help output
     new 8d96221  Merge pull request #677 from afs/cleanup

The 8208 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/RDFParser.java  |  7 +++---
 .../org/apache/jena/riot/RDFWriterBuilder.java     |  4 +--
 .../src/main/java/arq/cmdline/ModLangParse.java    |  2 +-
 .../test/java/org/apache/jena/tdb2/ConfigTest.java |  2 +-
 .../org/apache/jena/tdb2/sys/TestDatabaseOps.java  | 23 +++--------------
 .../org/apache/jena/fuseki/servlets/GSP_RW.java    | 29 +++++++++++-----------
 .../apache/jena/fuseki/servlets/SPARQL_Upload.java |  5 ++--
 .../apache/jena/fuseki/system/FusekiNetLib.java    |  1 +
 .../java/org/apache/jena/fuseki/system/Upload.java | 12 +++++----
 .../apache/jena/fuseki/main/cmds/FusekiMain.java   |  2 +-
 10 files changed, 38 insertions(+), 49 deletions(-)