[jira] [Commented] (KARAF-4181) blacklist.properties is not a properties file

2016-12-07 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-4181:
-

As it's a breaking change, I will do this in next major release.

> blacklist.properties is not a properties file
> -
>
> Key: KARAF-4181
> URL: https://issues.apache.org/jira/browse/KARAF-4181
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-profile
>Affects Versions: 4.0.3
>Reporter: Benson Margulies
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0
>
>
> It's confusing that a file named 'blacklist.properties' does not, in fact, 
> contain a properties file. Rather, it's just a list of blacklisted bundles. 
> It seems to me that the name 'blacklist.properties' might be deprecated and 
> the name 'bundle-blacklist.txt' would be more informative.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KARAF-4181) blacklist.properties is not a properties file

2015-12-08 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-4181:
-

I guess you talk the bundle blacklist file used by the Builder.

You are right that it's not a pure "properties" file as it contains bundle 
blacklist like, for instance:

{code}
spring;range="[2,3)"
{code}

For backward compatible, I will add the bundle-blacklist.txt filename format, 
and raise a warn message when using blacklist.properties.

> blacklist.properties is not a properties file
> -
>
> Key: KARAF-4181
> URL: https://issues.apache.org/jira/browse/KARAF-4181
> Project: Karaf
>  Issue Type: Bug
>Reporter: Benson Margulies
>
> It's confusing that a file named 'blacklist.properties' does not, in fact, 
> contain a properties file. Rather, it's just a list of blacklisted bundles. 
> It seems to me that the name 'blacklist.properties' might be deprecated and 
> the name 'bundle-blacklist.txt' would be more informative.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)