I think all the big (in scale, not effect ) changes for jena4 are now
done. That leaves time for it to settle in.
(Though I'm sure there is more deprecation removal that could be done -
been quite cautious up to now.)
Jena4:
* Java11 [done]
the users@ feedback was this is enough to merit "jena4".
* Rename default branch as "main"
* Retire SDB
* Retire jena-text-es
* Deprecation cleanup [ongoing...]
Bulk cleanup done. (API affected in RDFDataMgr due to removing the
"Context" versions of function calls).
* IRIx abstraction
(should this become package: org.apache.jena.iri?
and rename the old one?)
This may tighten up some illegal use of URIs (%XX -
where XX is not hex).
I wrote some notes about IRI syntax:
https://afs.github.io/rdf-iri-syntax.html
* jena-core: rename RDFReader as RDFReaderI
and RDFWriter a RDFWriterI to avoid name clashes
* Upgrades (except jetty 10/11 - wait until our Java11 move has gone OK)
+
jena-elephas retired.
Reworked "Binding" allocation. JENA-2049.
Andy