Branch: refs/heads/3.7
Home:
https://github.com/resteasy/Resteasy
Commit: 0441e1886b0b9b7755d55ef0c72dec4c2d87953e
https://github.com/resteasy/Resteasy/commit/0441e1886b0b9b7755d55ef0c72de...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-04-05 (Fri, 05 Apr 2019)
Changed paths:
M docbook/pom.xml
M pom.xml
M resteasy-spring/pom.xml
M resteasy-upgrade-guide/pom.xml
Log Message:
-----------
Turn all http into https in all repo links
Commit: 28b064c27ce023fd10c94d6feaef2efc58be1c23
https://github.com/resteasy/Resteasy/commit/28b064c27ce023fd10c94d6feaef2...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-04-05 (Fri, 05 Apr 2019)
Changed paths:
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
Log Message:
-----------
[RESTEASY-2211] Explicitly close the JsonParser instances, as that eventually results in
ByteBufferRecycler#releaseByteBuffer(..) being invoked for the byte buffer used for
reading the JSON text stream; as a consequence, the previously allocated memory for such
buffer will re-used next time the same thread needs to process another stream.
Compare:
https://github.com/resteasy/Resteasy/compare/70f53592be16...28b064c27ce0