Description
Configuration update doesn't store changes to the persistent storage.
See attached example.
To run example build it with:
mvn install
Then put generated bundle "config-update-1.0.jar" to the deploy folder.
Expected: property "size" value was changed from "500" to "1000" in etc/org.apache.karaf.log.cfg
Actual: changes are not stored to file, but we can see them in Karaf with "config:list".
Attachments
Attachments
Issue Links
- is blocked by
-
FELIX-3467 Configuration is not flush back to the file
- Closed
-
KARAF-1378 Upgrade to fileinstall 3.2.2
- Closed
- relates to
-
KARAF-1306 Cellar Group related changes are not persisted in config files
- Resolved