As per title, I finally managed find time to wrap up 2.13 release so
have the full set of 2.13.0 standard Jackson components out.
Changes are outlined on 2.13 release page:
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13
and I earlier blogged a bit about what is included here:
https://cowtowncoder.medium.com/sneak-peek-at-jackson-2-13-6f3009ce2d79
TL;DNR:
- This is more of a bug-fix release after big-ticket 2.12 -- but with
about 100 fixes, new features across all components
- TOML format support! (jackson-dataformat-toml)
- Added support for "Jakarta" variant APIs (over old "Javax" like
"JAXB") -- for JAX-RS, JAXB, JSON-P
- JDK baseline for most components upgraded to JDK 8
(jackson-annotations, streaming (jackson-core), jackson-jr remain at
JDK 6 minimum for this release at least)
Thank you everyone who helped get this release done, completed.
As usual, please report any and all regressions,
-+ Tatu +-