/[Apache-SVN]
ViewVC logotype

Revision 1868665


Jump to revision: Previous Next
Author: mthl
Date: Sun Oct 20 16:47:24 2019 UTC (4 years, 6 months ago)
Changed paths: 1
Log Message:
Fixed: Use ‘ConcurrentHashMap’ to avoid ‘ConcurrentModificationException’
(OFBIZ-11258)

When trying to load components in their dependency order the
‘toBeLoadedComponents’ map is modified while being iterated over which
is not safe for non-concurrent maps.


Changed paths

Path Details
Directoryofbiz/ofbiz-framework/trunk/framework/base/src/main/java/org/apache/ofbiz/base/container/ComponentContainer.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26