FasterXML / jackson-core

Core part of Jackson that defines Streaming API as well as basic shared abstractions
Apache License 2.0
2.27k stars 793 forks source link

`ThreadLocalBufferManager` replace synchronized with `ReentrantLock` #1252

Closed pjfanning closed 7 months ago

pjfanning commented 7 months ago

use ReentrantLock instead

cowtowncoder commented 7 months ago

This is legacy thing, to be removed (already removed) from 3.0 so not sure if it's worth it. But I guess no strong feeling eithe rway.