FasterXML / jackson-datatypes-collections

Jackson project that contains various collection-oriented datatype libraries: Eclipse Collections, Guava, HPPC, PCollections
Apache License 2.0
79 stars 53 forks source link

Increase minimum supported Guava from 20.x to 22.x for Jackson 2.19 #158

Open cowtowncoder opened 3 months ago

cowtowncoder commented 3 months ago

(note: pre-req for #157)

Although "default" Guava dependency has been increased to 25.x for Jackson 2.16 and later, the minimum supported version is still 20.x. But time may have come to increase that to 22.x (and eventually higher -- probably 25.x) for Jackson 2.18.

Filing this issue for discussion before 2.18.0-rc1 is released.

cowtowncoder commented 3 months ago

Based on brief discussions we are thinking of this going in 2.19, not 2.18, due to timing.