Implement Coordination Service
------------------------------
Key: FELIX-2647
URL: https://issues.apache.org/jira/browse/FELIX-2647
Project: Felix
Issue Type: New Feature
Components: Specification compliance
Reporter: Felix Meschberger
The OSGi R 4.3 draft 2 foresees the specification of a new Coordination Service
supporting a light-weight transaction-like functionality. Apache Felix should
have an implementation of this service to be able to support the extension of
the Configuration Admin service which depends on the Coordination service.
The Apache Felix implementation will obey the Provisional OSGi API policy [1]
by renaming the exports as follows:
org.osgi.jmx.service.coordination ==>
org.apache.felix.jmx.service.coordination
org.osgi.service.coordination ==> org.apache.felix.service.coordination
and marking the exports with the mandatory attribute status="provisional" as
well as marking all interfaces/classes deprecated.
For full details see the OSGi R 4.3 draft 2 available from
http://www.osgi.org/Download/File?url=/download/osgi-4.3-early-draft2.pdf
[1] http://felix.apache.org/site/provisional-osgi-api-policy.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.