jackson-core icon indicating copy to clipboard operation
jackson-core copied to clipboard

Core part of Jackson that defines Streaming API as well as basic shared abstractions

Results 74 jackson-core issues
Sort by recently updated
recently updated
newest added

Due to reported issues wrt Lock-Free pool implementation (temporarily used as the default `RecyclerPool` for 2.17.0), its use seems dangerous. If we cannot solve (or at least severely mitigate) the...

2.18

At the moment jackson allocates a new pool every time the default pool is asked. I believe it would be more correct to always reuse the shared one also because...

* JsonRecyclerPools.newBoundedPool(int) takes a bounded queue size * JsonRecyclerPools.sharedBoundedPool() takes no value for the bounded queue size - and the GLOBAL instance seems to have a bound of 100 *...

I'm suggesting this just for master branch (Jackson 3). See https://github.com/FasterXML/jackson-dataformat-xml/pull/660/files Both isExpectedNumberIntToken and isExpectedStartArrayToken should be declared to throw StreamConstraintsException or a super class like JacksonException.

3.x