-
Notifications
You must be signed in to change notification settings - Fork 0
Progress Update
Tatu Saloranta edited this page Sep 24, 2017
·
10 revisions
Here is the progress log regarding updates
- JD #3: Remove data-format functionality
-
JD #7: Change default setting for
Dateserialization to include colon - Start moving Java8 modules (Optionals, parameter names) into
jackson-databind
- Java 8 module progress:
- Complete datatypes (
Optional,Stream) integration intojackson-databind - Initial progress wrt
parameter-names, finding issues (which probably existed but not tested due to separation) - Significant refactoring of
@JsonCreator(related to parameter-names integration work) to avoid accidental override of explicit mode annotation
- Complete datatypes (