Open lpandzic opened 9 years ago
This might be of interest: https://spring.io/blog/2015/04/03/how-spring-achieves-compatibility-with-java-6-7-and-8
Parameter names, OptionalXxx
included in Jackson 3.0; pending future discussions on whether 2.12 (or such) should require Java 8 could open up embedding for 2.x too.
Java 8 date/time is separate question.
One quick note: I will propose Java 8 baseline for Jackson 2.13: that could lead to embedding of same modules as what 3.x embeds.
Alas, cannot embed even "datatypes" module, at least in 2.13, due to non-migrateable option:
https://github.com/FasterXML/jackson-modules-java8/issues/216
which I will deprecate for 2.13.
This leaves possibility of parameter names inclusion; will need to see how complex that inclusion would be,
From jackson-dev google group: