FasterXML / jackson-jakarta-rs-providers

Multi-module project that contains Jackson-based "new" Jakarta-RS (nee "JAX-RS" -- ones under `jakarta.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
14 stars 11 forks source link

Deprecate local `LRUMap`, use `jackson-databind` provided one instead #23

Closed cowtowncoder closed 10 months ago

cowtowncoder commented 10 months ago

(note: similar to https://github.com/FasterXML/jackson-jaxrs-providers/issues/178)

This repository contains an old copied/forked version of LRUMap (pre-2.12) which has not been updated unlike one in jackson-databind (which was fully re-written in 2.14). Let's get rid of forked version, use databind one.

This can be done for 2.16.1 patch, given benefits of upgrade.