Changes between Initial Version and Version 1 of Ticket #16869
- Timestamp:
- 2018-10-21T18:46:59+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16869 – Description
initial v1 11 11 * Drop the different settings types (list / map / list list) because they cover special cases. 12 12 * Provide a common way to convert all preference type. For each type we define 13 ** A serializer that converts the java value to a string14 ** A deserializer for the other way around15 ** A validation mechanism.13 * A serializer that converts the java value to a string 14 * A deserializer for the other way around 15 * A validation mechanism. 16 16 * Migrate the old list/map preferences to be simple strings. 17 17 * Drop the different setting access classes, provide a common way to register / access settings.


