The 4.4.0 release was 2022-02-02 so later April for a release.
Just after the 10th anniversary of Jena as a TLP here at Apache on
2022-04-18 !!
JIRA Tickets:
https://s.apache.org/jena-4.5.0-jira
Github Issues:
https://github.com/apache/jena/issues?q=is%3Aissue+is%3Aclosed++closed%3A%3E2022-02-02
Does that fit with PMC members?
== In this release:
* New, faster, streaming, more robust JSON result set reader.
https://issues.apache.org/jira/browse/JENA-2302
Contribution from Claus Stadler
This is PR#1218. It is ready to merge. There maybe further refinement,
before or after merging but this is not a blocker on the 4.5.0 release
from my point-of-view.
* JENA-2315, JENA-2316 -- SHACL fixes (Jakub Wach)
== Considerations
Whether to switch to reading JSON-LD 1.1 by default.
https://lists.apache.org/thread/zl0c6jgxnc9ckmc5pvhcoy72ypyr41fp
The consideration is that a version of Java11 (11.0.14) can not handle
https, most annoyingly for @context schema.org and http redirects to https.
The code is ready to switch:
https://issues.apache.org/jira/browse/JENA-2306
Andy