-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Embed Java 8 modules in 3.0 databind. #982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This might be of interest: |
Parameter names, |
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: FasterXML/jackson-modules-java8#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, |
This has been implemented for Jackson 3.0, via:
|
From jackson-dev google group:
The text was updated successfully, but these errors were encountered: