For Jena 4.8.0, there is still some completing and finishing up.
Early April is looking possible.
Andy
== Outstanding:
https://github.com/apache/jena/issues/1803
Performance improvement for TDB
ByteBufferLib: use bulk get/put APIs
There are some Fuseki UI PRs - which can be put into this release?
== In this release:
https://s.apache.org/jena-4.8.0-issues
Currently:
33 issues
65 PRs
==
* The RDF/XML parser has been converted to use the
Jena IRI abstraction IRIx.
https://github.com/apache/jena/issues/1773
Uses of RDF/XML read through RIOT (RDFDataMgr, RDFParser) and from the
command line "riot" should see no changes except where both WARN and
ERROR were reported, now only the ERROR happens.
Code that directly calls the RDF/XML parser will encounter the behaviour
seen from RIOT. Relative IRIs will not be in the output data. IRI errors
are reported as errors.
The original RDF/XML parser is still accessible:
https://jena.apache.org/documentation/io/rdfxml-io.html
From the command line: "riot --set xmlrdf:xmlrdf0=true ..."
This is the first part of a move to convert the RDF/XML parser to be
consistent with the rest of Jena parsing
1. unified IRI treatment of error handling and reporting throughout Jena
2. improve maintainability
3. allow for alternative providers of IRI functionality
==
Lucene upgrade from 9.4.2 to 9.5.0
https://github.com/apache/jena/pull/1740
https://lists.apache.org/thread/696xgpyg2441kzdowmp1b40tshctw25c
==
Improved performance of "GRAPH ?g {}" (all graph names)
Prefix scan -- GRAPH ?G
https://github.com/apache/jena/issues/1639
https://github.com/apache/jena/pull/1655