Branch: refs/heads/3.6
Home:
https://github.com/resteasy/Resteasy
Commit: 382b88f974ca6d7e0da8955b5238ddbef2722bcb
https://github.com/resteasy/Resteasy/commit/382b88f974ca6d7e0da8955b5238d...
Author: Alessio Soldano <asoldano(a)redhat.com>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M providers/jackson2/pom.xml
Log Message:
-----------
Exclude com.google.code.findbugs:jsr305
Commit: 73f772a9b8460a503b66388256e7ca10c6af0157
https://github.com/resteasy/Resteasy/commit/73f772a9b8460a503b66388256e7c...
Author: Cristian Talau <cristitalau(a)gmail.com>
Date: 2019-02-12 (Tue, 12 Feb 2019)
Changed paths:
M resteasy-jsapi/src/main/resources/resteasy-client.js
Log Message:
-----------
[RESTEASY-2155] Ignore charset when checking the content type (#1846)
Some reverse proxies add a charset specification after the content-type: e.g.
`application/json;charset=utf-8`. This needs to be recognized as application/json as
well.
Compare:
https://github.com/resteasy/Resteasy/compare/8b10b329589f...73f772a9b846