FasterXML / jackson-jaxrs-providers

Multi-module project that contains Jackson-based "old" JAX-RS (ones under `javax.ws.rs`) providers for JSON, XML, YAML, Smile, CBOR formats
Apache License 2.0
109 stars 77 forks source link

Use `ReentrantLock`s instead of synchronized blocks - v2.17.1 #186

Closed pjfanning closed 3 months ago

pjfanning commented 3 months ago

backport for #184

cowtowncoder commented 3 months ago

Thank you @pjfanning !