[
https://issues.apache.org/jira/browse/KARAF-6986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262776#comment-17262776
]
Matt Pavlovich commented on KARAF-6986:
---------------------------------------
[~jbonofre] I observed that the spring-legacy features have a version range
when defined by some other repos, but the blacklist does not seem to honor
denying.
Specifying either or both of these in the blacklist:
{noformat}
<repository>mvn:org.apache.karaf.features/spring-legacy/4.3.1-SNAPSHOT/xml/features</repository>
<repository>mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features</repository>
{noformat}
Still results in this being resolved:
{noformat}
karaf@root()> feature:repo-list | grep -i spring
spring-legacy-4.3.1-SNAPSHOT │
mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features
...
karaf@root()> feature:list | grep -i spring
spring-dm │ 1.2.1 │
│ Uninstalled │ spring-legacy-4.3.1-SNAPSHOT │ Spring DM support
spring-dm-web │ 1.2.1 │
│ Uninstalled │ spring-legacy-4.3.1-SNAPSHOT │ Spring DM Web
support
{noformat}
> Exclude 4.3.1-SNAPSHOT repositories from etc/org.apache.karaf.features.xml
> --------------------------------------------------------------------------
>
> Key: KARAF-6986
> URL: https://issues.apache.org/jira/browse/KARAF-6986
> Project: Karaf
> Issue Type: Task
> Components: karaf
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)