Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3-incubating
-
None
Description
The implementation of ConfigurationChange is not consistent. While the methods getAddedSize(), getRemovedSize() and getUpdatedSize() ignore properties starting with the prefix _ ignore, does isEmpty() simply counts the number changes without the same filtering mechnism.
This leeds the to unneeded fired events, as the method isEmpty() is used by checkConfigurationUpdate() of DefaultConfigChangeObserver returns always false.
At the moment every ConfigurationChange contains two properties starting with _ which have been added to FrozenConfiguration during its construction.
Attachments
Issue Links
- is related to
-
TAMAYA-243 Change event does not contain the new value for a key after changing its value
- Resolved