JSR-252 Issue #45: Avoided concurrent read issues by using a java.util.HashMap 
instead of java.util.WeakHashMap for a component's Property Descriptor Map
---------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: MYFACES-1218
         URL: http://issues.apache.org/jira/browse/MYFACES-1218
     Project: MyFaces Core
        Type: Bug

  Components: JSR-252  
    Reporter: Stan Silvert


Avoided concurrent read issues by using a java.util.HashMap instead of 
java.util.WeakHashMap for a component's Property Descriptor Map.  This also 
fixes the performance problem as identified in the forum.  Please refer the the 
Property Descriptor methods and the constructor in 
javax.faces.component.UIComponentBase.

Also see 
https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=45

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to