Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Cellar 2.2.4 introduced a special karaf.cellar.sync property in the config. This property contained a timestamp to avoid a infinite loop.
The problem is that this property "pollute" the existing configurations.
Instead of using a "customer" property like this, comparing the distributed configuration with local configuration is more efficient and avoid to loop with the local configuration listener.