[ 
https://issues.apache.org/jira/browse/KARAF-6151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16766022#comment-16766022
 ] 

Mike Hummel edited comment on KARAF-6151 at 2/12/19 2:43 PM:
-------------------------------------------------------------

I fixed the issue with the workaround to blacklist the whole repository.

Create the file etc/org.apache.karaf.features.xml with:

{{<?xml version="1.0" encoding="UTF-8"?>}}
 {{<!--}}
   Configuration generated by Karaf Assembly Builder
 {{-->}}
 {{<featuresProcessing 
xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0";>}}
   <blacklistedRepositories>
     
<repository>mvn:org.apache.karaf.features/standard/4.3.0-SNAPSHOT/xml/features</repository>
   </blacklistedRepositories>
 {{</featuresProcessing>}}

 

 


was (Author: mhu):
I fixed the issue with the workaround to blacklist the hole repository.

Create the file etc/org.apache.karaf.features.xml with:

{{<?xml version="1.0" encoding="UTF-8"?>}}
 {{<!--}}
  Configuration generated by Karaf Assembly Builder
 {{-->}}
 {{<featuresProcessing 
xmlns="http://karaf.apache.org/xmlns/features-processing/v1.0.0";>}}
  <blacklistedRepositories>
    
<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.3.0, 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)

Reply via email to