[
https://issues.apache.org/jira/browse/CXF-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh resolved CXF-8290.
--------------------------------------
Resolution: Fixed
> Don't lock by default in
> org.apache.cxf.jaxrs.model.AbstractResourceInfo#getProxyMap
> ------------------------------------------------------------------------------------
>
> Key: CXF-8290
> URL: https://issues.apache.org/jira/browse/CXF-8290
> Project: CXF
> Issue Type: Task
> Reporter: Romain Manni-Bucau
> Assignee: Colm O hEigeartaigh
> Priority: Major
> Fix For: 3.4.0, 3.3.7
>
>
> Would be good to synchronize only if the map should be created otherwise it
> creates a bottleneck on resources for no real reasons.
>
> A trivial option can be to test if properties are a concurrent hashmap and if
> so use concurrent map API (computeIfAbsent for example).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)