How does this sound as the route to 3.3.0?
Merge these PRs (which I think are all ready to go):
PR#245 :: Maven module for ElasticSearch, not in Fuseki2 in 3.3.0
PR#243 :: JENA-1324: Check for spaces in URIs (if RDF 1.1)
PR#242 :: JENA-1323: RDFWriter
PR#244 :: Open iterators when cancelling a query during sorting
and close PR#240, an alternative to PR#241 which is in the code now.
Please +1, or comment otherwise, and if it seems like a plan, I'll go
ahead and do these items.
Andy
PR#245 - stops the Fuseki server going from 25M to 70M. We can decide
later if we want ES in Fuseki - it's easier to add later, then ship now
then remove.
There are other ways to not end up with the ES dependencies such as
exclusions. I prefer a module structure to using exclusions to pick and
choose what goes into Fuseki.