-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
The ResteasyJackson2Provider does not explicitly close the JsonParser instances in readFrom(..) method. Despite that not being strictly needed because the underlying stream must not be closed, that's preventing the Jackson mechanism for re-using byte buffers from working.