Implement support for ignoring changes to some properties when logging
This is somewhat related to #1754 which caused all numeric fields to not be logged. Instead of letting the log implementations check some "unspecified" metadata (eg. class, hibernate type, name, etc.) on the properties, a safer solution would be to annotate properties that should be ignored with an annotation for this purpose. This would make it easy to introduce more properties that should be ignored without having to modify the actual logging implementation.
Change History
(5)
Owner: |
changed from everyone to Nicklas Nordborg
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
(In [6348]) References #1785: Implement support for ignoring changes to some properties when logging
The core support has been implemented and is used by the
BasicData.version
property.