[jira] [Updated] (KARAF-5326) variables in cfg files are expanded

2017-09-11 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated KARAF-5326:
---
Fix Version/s: (was: 4.0.10)

> variables in cfg files are expanded
> ---
>
> Key: KARAF-5326
> URL: https://issues.apache.org/jira/browse/KARAF-5326
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-config
>Affects Versions: 4.1.2
>Reporter: Johannes Utzig
>Assignee: Guillaume Nodet
> Fix For: 4.2.0, 4.1.3
>
>
> When starting karaf 4.1.2 it automatically expands all variables in cfg files 
> and stores the expanded value.
> As an example, org.ops4j.pax.logging.cfg contains:
> log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log
> After starting karaf this becomes
> log4j2.appender.rolling.fileName = 
> C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log
> The same worked fine with karaf 4.1.1, there the variables stay variables 
> even if the file is manually modified.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5326) variables in cfg files are expanded

2017-09-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5326:

Fix Version/s: 4.0.10

> variables in cfg files are expanded
> ---
>
> Key: KARAF-5326
> URL: https://issues.apache.org/jira/browse/KARAF-5326
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-config
>Affects Versions: 4.1.2
>Reporter: Johannes Utzig
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.0.10, 4.1.3
>
>
> When starting karaf 4.1.2 it automatically expands all variables in cfg files 
> and stores the expanded value.
> As an example, org.ops4j.pax.logging.cfg contains:
> log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log
> After starting karaf this becomes
> log4j2.appender.rolling.fileName = 
> C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log
> The same worked fine with karaf 4.1.1, there the variables stay variables 
> even if the file is manually modified.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5326) variables in cfg files are expanded

2017-09-04 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-5326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-5326:

Fix Version/s: 4.1.3
   4.2.0

> variables in cfg files are expanded
> ---
>
> Key: KARAF-5326
> URL: https://issues.apache.org/jira/browse/KARAF-5326
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-config
>Affects Versions: 4.1.2
>Reporter: Johannes Utzig
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.2.0, 4.1.3
>
>
> When starting karaf 4.1.2 it automatically expands all variables in cfg files 
> and stores the expanded value.
> As an example, org.ops4j.pax.logging.cfg contains:
> log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log
> After starting karaf this becomes
> log4j2.appender.rolling.fileName = 
> C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log
> The same worked fine with karaf 4.1.1, there the variables stay variables 
> even if the file is manually modified.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5326) variables in cfg files are expanded

2017-08-29 Thread Johannes Utzig (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-5326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Johannes Utzig updated KARAF-5326:
--
Description: 
When starting karaf 4.1.2 it automatically expands all variables in cfg files 
and stores the expanded value.
As an example, org.ops4j.pax.logging.cfg contains:

log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log

After starting karaf this becomes

log4j2.appender.rolling.fileName = 
C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log

The same worked fine with karaf 4.1.1, there the variables stay variables even 
if the file is manually modified.

  was:
When starting karaf 4.1.2 it automatically expands all variables in cfg files 
and stores the expanded value.
As an example, org.ops4j.pax.logging.cfg contains:
{{log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log}}

After starting karaf this becomes

{{log4j2.appender.rolling.fileName = 
C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log}}

The same worked fine with karaf 4.1.1, there the variables stay variables even 
if the file is manually modified.


> variables in cfg files are expanded
> ---
>
> Key: KARAF-5326
> URL: https://issues.apache.org/jira/browse/KARAF-5326
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-config
>Affects Versions: 4.1.2
>Reporter: Johannes Utzig
>
> When starting karaf 4.1.2 it automatically expands all variables in cfg files 
> and stores the expanded value.
> As an example, org.ops4j.pax.logging.cfg contains:
> log4j2.appender.rolling.fileName = ${karaf.data}/log/karaf.log
> After starting karaf this becomes
> log4j2.appender.rolling.fileName = 
> C:\\Users\\username\\Downloads\\apache-karaf-4.1.2\\apache-karaf-4.1.2\\data/log/karaf.log
> The same worked fine with karaf 4.1.1, there the variables stay variables 
> even if the file is manually modified.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)