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

Guillaume Nodet edited comment on KARAF-5074 at 3/30/17 9:19 AM:
-----------------------------------------------------------------

While investigating a bit the current config related code, I found that:
  * when a configuration is modified, it's written twice, first by the 
{{config:update}} command, then asynchronously by fileinstall
  * config:update does not support typed properties file at all
  * when a configuration is deleted, fileinstall does not delete the related 
file, it's done by {{config:delete}}
  * profiles do not support typed configs

Last, but not least, we'd need a enhanced version of 
o.a.felix.utils.properties.Properties object to do the changes on such configs.


was (Author: gnt):
While investigating a bit the current config related code, I found that:
  * when a configuration is modified, it's written twice, first by the 
{{config:update}} command, then asynchronously by fileinstall
  * config:update does not support typed properties file at all
  * when a configuration is deleted, fileinstall does not delete the related 
file, it's done by {{config:delete}}
  * profiles do not support typed configs

> Support for typed config files (as in Felix ConfigAdmin config files) in 
> features
> ---------------------------------------------------------------------------------
>
>                 Key: KARAF-5074
>                 URL: https://issues.apache.org/jira/browse/KARAF-5074
>             Project: Karaf
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>             Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to