[ https://issues.apache.org/jira/browse/CXF-8290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Colm O hEigeartaigh updated CXF-8290: ------------------------------------- Fix Version/s: 3.3.7 3.4.0 > 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 > 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)