Stefan Seifert created SLING-5324: ------------------------------------- Summary: osgi-mock: Support OSGi R6 field-based reference bindings Key: SLING-5324 URL: https://issues.apache.org/jira/browse/SLING-5324 Project: Sling Issue Type: Improvement Components: Testing Affects Versions: Testing OSGi Mock 1.7.0 Reporter: Stefan Seifert Assignee: Stefan Seifert Fix For: Testing OSGi Mock 2.0.0
in OSGi R6 field references are set directly and not using bind/unbind methods. additionally field references of type List and Collection are supported as well. we have to support this in osgi-mock. for start we keep implementation simple and support a subset of OSGi R6 features: * support field collection types 'service' and 'reference', but not 'serviceobjects', 'map' or 'tuple' * ignore service policy option (acts always greedy) -- This message was sent by Atlassian JIRA (v6.3.4#6332)