You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org> on 2007/06/05 22:01:27 UTC

[jira] Resolved: (MYFACES-1218) 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

     [ https://issues.apache.org/jira/browse/MYFACES-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Aranda resolved MYFACES-1218.
-----------------------------------

       Resolution: Invalid
    Fix Version/s: 1.2.0-SNAPSHOT
         Assignee: Bruno Aranda  (was: Matthias Weßendorf)

This does not apply to myfaces, right? Closing it

> 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: https://issues.apache.org/jira/browse/MYFACES-1218
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Stan Silvert
>            Assignee: Bruno Aranda
>             Fix For: 1.2.0-SNAPSHOT
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.