Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Engine 2.0.6
-
None
Description
As discussed in the mailinglist, the SlingSettings service should be moved to the API bundle:
- Add the interface to the API in the o.a.s.api.services package
- Deprecate the interface in the enigne bundle and let it extend
from the interface in the API - Let the service impl in the engine bundle register itself for
both interfaces.