You may have noticed from the batch of commits that I've moved code from
org.openjena.atlas to org.apache.jena.atlas
Atlas is the collection of non-RDF code utilities, including the
iterators code, a repository of odd thing I have had to work out how to
do at some time or rather,
It includes the scalable DataBags, a JSON parser (which is just a JSON
parser and not a object mapper or sundry other things as well) and the
fast IO used by RIOT.
It should be a separate module, but one step at a time.
Next, not sure when, org.openjena.riot merged with
org.apache.jena.riot, leaving stubs for the publicly visible initialization.
Andy