[
https://issues.apache.org/jira/browse/KARAF-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788698#comment-16788698
]
Carl van Denzen commented on KARAF-6151:
----------------------------------------
This seems to work for feature "standard". But for feature "spring-legacy"
repo-list shows:
spring-legacy-4.3.0-SNAPSHOT │
mvn:org.apache.karaf.features/spring-legacy/[4,5)/xml/features
It looks like the blacklistedRepositories doesn't work for this. My
etc/org.apache.karaf.features.xml:
<featuresProcessing
xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0">
<blacklistedRepositories>
<repository>mvn:org.apache.karaf.features/spring-legacy/4.3.0-SNAPSHOT/xml/features</repository>
<repository>mvn:org.apache.karaf.features/standard/4.3.0-SNAPSHOT/xml/features</repository>
</blacklistedRepositories>
</featuresProcessing>
> Installing activemq-broker-noweb feature pollutes the shell
> -----------------------------------------------------------
>
> Key: KARAF-6151
> URL: https://issues.apache.org/jira/browse/KARAF-6151
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.2.3
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.2.4
>
>
> When installing {{activemq-broker-noweb}} feature (5.15.8), even if the
> feature installation is successful, we can see {{~}} character on the shell
> console and the console is polluted (bad rendering).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)