You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As support is added for newer Guava versions, retaining backwards compatibility with oldest versions is becoming more difficult, and it is not guaranteed there is actual compatibility.
Due to this, and complexity of RangeFactory (to try to support Guava versions down to v10), let's simplify RangeFactory by only using methods added in Guava v14.
This affects Jackson 2.10 and later; older versions up to 2.9.x will support older Guava versions.
The text was updated successfully, but these errors were encountered:
As support is added for newer Guava versions, retaining backwards compatibility with oldest versions is becoming more difficult, and it is not guaranteed there is actual compatibility.
Due to this, and complexity of
RangeFactory
(to try to support Guava versions down to v10), let's simplifyRangeFactory
by only using methods added in Guava v14.This affects Jackson 2.10 and later; older versions up to 2.9.x will support older Guava versions.
The text was updated successfully, but these errors were encountered: