Jean-Baptiste Onofré created KARAF-2883:
-------------------------------------------
Summary: Use better version range in Spring features
Key: KARAF-2883
URL: https://issues.apache.org/jira/browse/KARAF-2883
Project: Karaf
Issue Type: Improvement
Components: karaf-feature
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 2.4.0, 3.0.1, 4.0.0
Now, a Spring feature "imports" the "spring" feature using the version:
{code}
<feature name="spring-orm" version="3.2.8.RELEASE" ...>
<feature version="3.2.8.RELEASE">spring</feature>
...
</feature>
{code}
To prepare the new "OSGi-like" feature resolver and be aligned with the Spring
bundles import packages, it would be better to use a version range like
"[3.2.8.RELEASE,3.3)".
The same policy applies for all Spring versions: [major.minor.micro,
major.minor+1).
--
This message was sent by Atlassian JIRA
(v6.2#6252)