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 d7d1f89280 Bump ver.org.openjdk.jmh from 1.36 to 1.37
new 8d60c56fcc Reformat LangTurtleBase
new f9215729ff Writer2 - add non-buffering option
new 48bcba4407 PrintingStreamRDF: Flush on output
new 29f3632d3c Check for some different XML parsers
new b785f1b456 IndentedWriter - Return this from settings; tidy up
new c13aff28b1 More detailed comments in JenaXMLInput
new fd2399fb5b Remove duplicate warning; tidy indentation
new b902d4892c Remove some blank lines
new 0d5d107906 Merge pull request #2006 from afs/riot-rdfxml
The 10895 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:
.../org/apache/jena/riot/lang/LangTurtleBase.java | 368 ++++++++++-----------
.../apache/jena/riot/system/PrintingStreamRDF.java | 48 ++-
.../java/org/apache/jena/riot/system/RiotLib.java | 15 +-
.../org/apache/jena/riot/system/StreamRDFLib.java | 6 +
.../apache/jena/atlas/io/IndentedLineBuffer.java | 10 +-
.../org/apache/jena/atlas/io/IndentedWriter.java | 329 ++++++++++--------
.../java/org/apache/jena/atlas/io/Writer2.java | 100 +++---
.../jena/rdfxml/xmlinput/ARPErrorNumbers.java | 2 +-
.../jena/rdfxml/xmlinput/impl/ARPLocation.java | 13 +
.../jena/rdfxml/xmlinput/impl/ElementLexer.java | 20 +-
.../jena/rdfxml/xmlinput/impl/ParserSupport.java | 12 +-
.../apache/jena/rdfxml/xmlinput/states/Frame.java | 9 +-
.../java/org/apache/jena/util/JenaXMLInput.java | 96 ++++--
.../java/org/apache/jena/tdb2/sys/DatabaseOps.java | 2 -
14 files changed, 594 insertions(+), 436 deletions(-)