Timothy Ward created FELIX-5885:
-----------------------------------
Summary: Felix SCR uses an overly restrictive import range for
promises
Key: FELIX-5885
URL: https://issues.apache.org/jira/browse/FELIX-5885
Project: Felix
Issue Type: Bug
Components: Declarative Services (SCR)
Affects Versions: scr-2.1.2
Reporter: Timothy Ward
Fix For: scr-2.1.2
The Felix SCR bundle embeds the OSGi promise library at version 1.0 to make it
easy to deploy DS. This is great, but the import range used is [1.0,1.1), which
prevents users of the DS API from using promises 1.1.
There should be no reason that Felix SCR needs to haveĀ a provider import range
- it should be able to substitute any backward compatible version and use a
range of [1,2).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)