Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 803280b51ad14b06fb4ff79f68f97a0c847b8b67
https://github.com/resteasy/Resteasy/commit/803280b51ad14b06fb4ff79f68f97...
Author: jimma <ema(a)redhat.com>
Date: 2020-08-26 (Wed, 26 Aug 2020)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/MediaTypeMap.java
Log Message:
-----------
[RESTEASY-2661]:MediaTypeMap shared across threads, but cache is not … (#2498)
* [RESTEASY-2661]:MediaTypeMap shared across threads, but cache is not thread-safe
* Update MediaTypeMap.java
Removing comment about volatility.
Co-authored-by: Ron Sigal <rsigal(a)redhat.com>