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 b0571b6f83 Bump org.apache.apache parent POM from 31 to 32
     new 4f85cf45ef Reformat white space in RIOT writer
     new 9d2b004a07 Check for web.xml
     new d773f85916 Deprecated unused RowSetReaderJSON_V1
     new 72f8b7180f Allow a TableN to be reused
     new 9665c371a4 Check whether to log logging at initialization time
     new 98b4eac8c4 Use ExtendedIterator correctly
     new 9966a784b5 Use text block for log4j properties configuration

The 7 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/out/NodeFormatterBase.java    |  49 ++--
 .../org/apache/jena/riot/out/NodeFormatterNT.java  |  20 +-
 .../org/apache/jena/riot/out/NodeFormatterTTL.java | 278 ++++++++++-----------
 .../java/org/apache/jena/riot/out/NodeToLabel.java |  48 ++--
 .../org/apache/jena/riot/out/TurtleValidate.java   |  84 +++----
 .../jena/riot/out/quoted/QuotedStringOutput.java   |   8 +-
 .../riot/out/quoted/QuotedStringOutputBase.java    |  18 +-
 .../jena/riot/out/quoted/QuotedStringOutputNT.java |   8 +-
 .../riot/out/quoted/QuotedStringOutputTTL.java     |  10 +-
 .../quoted/QuotedStringOutputTTL_MultiLine.java    |  22 +-
 .../org/apache/jena/riot/out/quoted/QuotedURI.java |  16 +-
 .../jena/riot/rowset/rw/RowSetReaderJSON_V1.java   |   3 +-
 .../org/apache/jena/riot/system/StreamRDFOps.java  |  22 +-
 .../apache/jena/riot/writer/DirectiveStyle.java    |   8 +-
 .../org/apache/jena/riot/writer/IndentStyle.java   |   8 +-
 .../org/apache/jena/riot/writer/NQuadsWriter.java  |  95 ++++---
 .../apache/jena/riot/writer/NTriplesWriter.java    | 113 ++++-----
 .../org/apache/jena/riot/writer/NullWriter.java    |  62 ++---
 .../org/apache/jena/riot/writer/RDFJSONWriter.java | 193 +++++++-------
 .../jena/riot/writer/RDFXMLAbbrevWriter.java       |  29 ++-
 .../apache/jena/riot/writer/RDFXMLPlainWriter.java |  24 +-
 .../apache/jena/riot/writer/StreamWriterTriX.java  | 258 +++++++++----------
 .../org/apache/jena/riot/writer/TriGWriter.java    |  66 ++---
 .../apache/jena/riot/writer/TriGWriterBase.java    |  18 +-
 .../apache/jena/riot/writer/TriGWriterBlocks.java  |  12 +-
 .../apache/jena/riot/writer/TriGWriterFlat.java    |  12 +-
 .../apache/jena/riot/writer/TriGWriterLong.java    |  10 +-
 .../org/apache/jena/riot/writer/TurtleWriter.java  |  10 +-
 .../apache/jena/riot/writer/TurtleWriterBase.java  |  18 +-
 .../jena/riot/writer/TurtleWriterBlocks.java       |  12 +-
 .../apache/jena/riot/writer/TurtleWriterFlat.java  |  12 +-
 .../apache/jena/riot/writer/TurtleWriterLong.java  |  10 +-
 .../org/apache/jena/riot/writer/WriterConst.java   |  82 +++---
 .../jena/riot/writer/WriterDatasetRIOTBase.java    |  19 +-
 .../jena/riot/writer/WriterGraphRIOTBase.java      |  21 +-
 .../org/apache/jena/riot/writer/WriterLib.java     |   6 +-
 .../jena/riot/writer/WriterStreamRDFBase.java      |  56 ++---
 .../jena/riot/writer/WriterStreamRDFBatched.java   |  92 +++----
 .../jena/riot/writer/WriterStreamRDFBlocks.java    | 168 ++++++-------
 .../jena/riot/writer/WriterStreamRDFFlat.java      |  50 ++--
 .../jena/riot/writer/WriterStreamRDFPlain.java     |  82 +++---
 .../org/apache/jena/riot/writer/WriterTriX.java    |  58 ++---
 .../java/org/apache/jena/sparql/algebra/Table.java |  30 +--
 .../apache/jena/sparql/algebra/table/TableN.java   |   3 +-
 .../apache/jena/sparql/AbstractTestAdditional.java |  22 +-
 .../apache/jena/fuseki/system/FusekiLogging.java   | 143 +++++------
 .../apache/jena/fuseki/main/TestConfigFile.java    |  16 +-
 .../main/examples/ExFuseki_05_CustomFunction.java  |  13 +-
 .../apache/jena/fuseki/cmd/JettyFusekiWebapp.java  |  11 +-
 .../main/java/org/apache/jena/shacl/lib/ShLib.java |  25 +-
 .../java/org/apache/jena/shacl/validation/VR.java  |  64 ++---
 51 files changed, 1254 insertions(+), 1263 deletions(-)

Reply via email to