Changes between Initial Version and Version 1 of Ticket #16869


Ignore:
Timestamp:
2018-10-21T18:46:59+02:00 (7 years ago)
Author:
michael2402
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16869 – Description

    initial v1  
    1111* Drop the different settings types (list / map / list list) because they cover special cases.
    1212* Provide a common way to convert all preference type. For each type we define
    13 ** A serializer that converts the java value to a string
    14 ** A deserializer for the other way around
    15 ** 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.
    1616* Migrate the old list/map preferences to be simple strings.
    1717* Drop the different setting access classes, provide a common way to register / access settings.