-
Bug
-
Resolution: Done
-
Blocker
-
6.2.5.Final, 7.0.0.Alpha1
-
None
The JsonBindingProvider uses a delegate InputStream for the entity. The JavaDoc for the MessageBodyReader states the following for the entityStream parameter:
entityStream – the InputStream of the HTTP entity. The caller is responsible for ensuring that the input stream ends when the entity has been consumed. The implementation should not close the input stream.
Given this, RESTEasy should ensure the Jakarta JSON Binding implementation cannot close the InputStream.
- is caused by
-
RESTEASY-3318 Upgrade Yasson from 3.0.2 to 3.0.3
- Resolved
-
JBEAP-24503 [GSS](8.0.0) Upgrade yasson from 3.0.0 to 3.0.2 or later
- Closed
-
WFLY-18593 Upgrade Eclipse Yasson to 3.0.3
- Closed