(see
https://github.com/FasterXML/jackson-datatypes-collections/issues/158)
Quick question: Jackson 2.17 supports a wide range of Guava versions
-- all the way from 20.x to the latest (33.x or so). "Default"
dependency listed is 25.x.
But there's a PR to add support for 2 types added in Guava 22.x so I
am thinking we might want to raise the minimum to 22.x: most users
should really have upgraded to later Guava versions -- and if
absolutely requiring Guava 20.x or 21.x support, can keep using
Jackson 2.17.x (while ideally minor version match, datatype modules
with older minor versions do work with newer versions of databind
etc).
WDYT?
-+ Tatu +-