You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tatu Saloranta edited this page Jun 2, 2024
·
3 revisions
Jackson changes: Beyond Java 8
This page details plans, ideas, questions, discussion around how to make Jackson work better with Java 9 and later versions, esp. wrt new Module system.
Add module-info for Jackson 2.10
We can use Moditect Maven plug-in to generate and include actual module-info.class using JDK 8.
This was done for Jackson 2.10 (and obviously included in 3.0 too)