Github user afs commented on a diff in the pull request:
https://github.com/apache/jena/pull/401#discussion_r182099487
--- Diff:
apache-jena-osgi/jena-osgi/src/main/resources/META-INF/services/org.apache.jena.system.JenaSubsystemLifecycle
---
@@ -1,4 +1,4 @@
-org.apache.jena.system.InitJenaCore
+org.apache.jena.sys.InitJenaCore
--- End diff --
Ouch! Yes, the initialization services classes will be impacted.
That means any customer extensions change but an intermediate subclass of
JenaSubsystemLifecycle in the new "systems" package should provide a bridge.
Or we can be honest and announce to custom extensions there are changes
they need to be aware of.
---