Github user christopher-johnson commented on the issue:
https://github.com/apache/jena/pull/399
See https://github.com/apache/jena/pull/401.
If I understood you correctly, the adapter
`jena-arq:org.apache.jena.system.JenaInit` just provides a short cut for using
the renamed ` jena-core:org.org.apache.jena.sys.JenaSystem` in the context of `
jena-arq` (for external implementations).
The `jena-arq `services that formerly used `
jena-core:org.org.apache.jena.system.JenaSystem` and will now use `
jena-core:org.apache.jena.sys.JenaSystem` will continue to do so and not change
their import to the ` jena-arq:org.apache.jena.system.JenaInit` adapter,
correct?
---