Jackson 2.15 equivalent of pekko-serialization-jackson which uses Jackson 2.14.
See also https://github.com/pjfanning/pekko-serialization-jackson216
The main reason to use Jackson 2.15 is for its StreamReadConstraint 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.jackson215
as opposed to pekko.serialization.jackson
.
If you want to use Jackson 2.15 with Pekko HTTP, use pekko-http-jackson v2.1.0 instead.
libraryDependencies += "com.github.pjfanning" %% "pekko-serialization-jackson215" % "1.0.0"