We're a little way from the clock tick - 3 months would be 16/Dec.
From my point of view, it would be nice to release early to mid
December rather than the run up to Christmas.
Does that fit with PMC members?
Andy
Resolved tickets for 4.3.0:
https://s.apache.org/jena-4.3.0-jira
Jenkins:
https://ci-builds.apache.org/job/Jena/
and the additional CI builds on Windows and MacOS pass.
https://github.com/apache/jena/actions
Contributions:
Jan Martin Keil
JENA-2169: Blank node graph names in Dataset interface
Erich Bremer
Update EnhGraph.java
Stefan Obermeier
JENA-2195: Include jena-examples in build
jena-site:
Michael Wechner
@den1s0v
Robin Vobruba
Main Items:
**** java.net.http
HTTP usage provided by the JDK java.net.http package, with
challenge-based authentication provided on top by Jena.
Rework SPARQL client APIs using HTTP code (query, update GSP).
**** SPARQL APIs
* Execution objects (QueryExecution, UpdateExecution, RDFConnection)
have a companion builders for detailed configuration. Previous factory
classes remain but builders are preferred.
This is especially important for HTTP as there many configuration
options that may be needed (including template queries).
https://jena.apache.org/documentation/sparql-apis/#changes
Epic: JENA-2125
Internal reorg:
https://lists.apache.org/thread.html/r02f8938a5fea60f6dd1781dabcb81862abebd19052b076fad57340db%40%3Cusers.jena.apache.org%3E
If apps use methods that have Apache HttpClient arguments (HttpClient,
HttpContext), they will be affected.
**** xloader
TDB1 and TDB2 loader for billion+ triples on a modest machine.
JENA-2175
xloader
tdbloader2 renamed. tdb1.xloader
tdb2.xloader
**** Retire OSGi artifacts
JENA-2165
**** jena-examples
Consolidate ARQ/TDB/ShEx/SHACL and RDFConnection examples