Move properties support to own class
------------------------------------

                 Key: SLING-2008
                 URL: https://issues.apache.org/jira/browse/SLING-2008
             Project: Sling
          Issue Type: Improvement
          Components: Commons
    Affects Versions: Commons OSGi 2.0.6
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Commons OSGi 2.0.8


Currently the OsgiUtil class has two purposes : support for 
property/configuration handling and support for event creation.
When embedding this class in another bundle, this bundle requires an import to 
the event package although it is never really used.

Therefore we should split the OsgiUtil class in several classes - each with a 
specific purpose. The OsgiUtil implementation will then just call the methods 
from the new classes.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to