Grzegorz Grzybek created KARAF-6472:
---------------------------------------

             Summary: 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


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)

Reply via email to