Jackson 2.16 equivalent of pekko-serialization-jackson which uses Jackson 2.14.
See also https://github.com/pjfanning/pekko-serialization-jackson215
The main reason to use Jackson 2.16 is for its StreamReadConstraints support. Users who want to override the default constraints should override the settings in the config, see reference.conf.
Config names for this library start with pekko.serialization.jackson216
as opposed to pekko.serialization.jackson
.
If you want to use Jackson 2.16 with Pekko HTTP, use pekko-http-jackson v2.3.0 instead.
libraryDependencies += "com.github.pjfanning" %% "pekko-serialization-jackson216" % "1.0.4"