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
One major new feature in Jackson 2.16 was addition of pluggable RecyclerPools (see #1064 f.ex).
But unfortunately their functioning was not tested beyond regression testing for the default, ThreadLocal-based legacy RecyclerPool.
Let's start by adding streaming-level testing first.
EDIT: there is actually one test -- BufferRecyclerPoolTest -- that verifies some aspects but is limited (only simple generation case, not parser), but we can do better.