-
Notifications
You must be signed in to change notification settings - Fork 3
JSTEP 2
Tatu Saloranta edited this page Feb 11, 2019
·
69 revisions
Note: matching github issue: #35
Tatu Saloranta (@cowtowncoder)
- 2019-02-10: create skeletal version
Note that at the time of writing (February 2019), some of the work has already been done. Attempt is made to include such changes in this plan as if work was being planned, even if initial changes have been made.
-
SORT_PROPERTIES_ALPHABETICALLY: default totrue(falsereally doesn't make much sense since it is unstable, and arbitrary based on JVM/JDK)
-
READ_ENUMS_USING_TO_STRING: default totrue(instead offalsethat relies onname()) -
FAIL_ON_UNKNOWN_PROPERTIES: default tofalse? (TOP REQUEST by users)
-
FAIL_ON_EMPTY_BEANS: default tofalse
- Disable
lenientsetting (that is: default to "strict") - Check defaults of date/time handling
-
DecimalNodecreation viaJsonNodeFactory: default to NOT truncating trailing zeroes (minimal trimming), becauseJsonNodeshould by default expose content as close to way it came.