[
https://issues.apache.org/jira/browse/KARAF-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956160#comment-16956160
]
ASF subversion and git services commented on KARAF-6472:
--------------------------------------------------------
Commit 910d6849624f4e22ee9dbeebfedb1c6eb60a9472 in karaf's branch
refs/heads/master from Grzegorz Grzybek
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=910d684 ]
[KARAF-6472] Properly handle choice of non-blacklisted features where there are
many of them
> 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
>
> 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)