Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 19dcccb3ded3202721b03dce5877682535b66f44
https://github.com/resteasy/Resteasy/commit/19dcccb3ded3202721b03dce58776...
Author: John OHara <johara(a)redhat.com>
Date: 2018-06-08 (Fri, 08 Jun 2018)
Changed paths:
M
providers/json-p-ee7/src/main/java/org/jboss/resteasy/plugins/providers/jsonp/AbstractJsonpProvider.java
Log Message:
-----------
[RESTEASY-1923] JsonWriterFactory and JsonReaderFactory re-created per request
WriterFactory and ReaderFactory are created with a null configuration, so they are targets
for caching and should reduce the cpu utilization for each request and response.
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.