Carsten Ziegeler created SLING-9026:
---------------------------------------
Summary: Reduce unused code and move embedded classes to own
package space
Key: SLING-9026
URL: https://issues.apache.org/jira/browse/SLING-9026
Project: Sling
Issue Type: Improvement
Components: Service User Mapper
Reporter: Carsten Ziegeler
Assignee: Carsten Ziegeler
Fix For: Service User Mapper 1.4.8
We can slightly improve the code of ServiceUserMapperImpl by removing some
extra checks:
- by using a constructor we don't need to check whether bundle context is null
- we always have an executor - the boolean flag was only there for testing; we
can solve this in the tests
In addition we should move the embedded Felix utils class to a package space of
this module
--
This message was sent by Atlassian Jira
(v8.3.4#803005)