[
https://issues.apache.org/jira/browse/KARAF-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956161#comment-16956161
]
ASF subversion and git services commented on KARAF-6472:
--------------------------------------------------------
Commit 88d3f6488112119b5d0482a1e83f9709d8f7255b in karaf's branch
refs/heads/karaf-4.2.x from Grzegorz Grzybek
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=88d3f64 ]
[KARAF-6472] Properly handle choice of non-blacklisted features where there are
many of them
(cherry picked from commit 910d6849624f4e22ee9dbeebfedb1c6eb60a9472)
> Blacklisted features may be processed wrong with different blacklist ranges
> ---------------------------------------------------------------------------
>
> Key: KARAF-6472
> URL: https://issues.apache.org/jira/browse/KARAF-6472
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Reporter: Grzegorz Grzybek
> Assignee: Grzegorz Grzybek
> Priority: Major
> Fix For: 4.3.0, 4.2.8
>
>
> I'm trying to leave only spring 4.3.x available using:
> {code:xml}
> <feature version="[3,4.3)">spring*</feature>
> <feature version="[5,6)">spring*</feature>
> {code}
> Unfortunately the HashSet used makes this a bit unpredictable and I can't
> install 4.3 version of any spring feature. I have a fix for that.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)