You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2006/08/17 20:54:14 UTC

[jira] Created: (ADFFACES-140) Use ConcurrentHashMap instead of home-grown OptimisticHashMap

Use ConcurrentHashMap instead of home-grown OptimisticHashMap
-------------------------------------------------------------

                 Key: ADFFACES-140
                 URL: http://issues.apache.org/jira/browse/ADFFACES-140
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
            Reporter: Adam Winer


The ConcurrentHashMap class in Java5 does everything that OptimisticHashMap tries to do.

-- 
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

        

[jira] Resolved: (ADFFACES-140) Use ConcurrentHashMap instead of home-grown OptimisticHashMap

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer resolved ADFFACES-140.
---------------------------------

    Resolution: Fixed

Done.

> Use ConcurrentHashMap instead of home-grown OptimisticHashMap
> -------------------------------------------------------------
>
>                 Key: ADFFACES-140
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-140
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>            Priority: Minor
>
> The ConcurrentHashMap class in Java5 does everything that OptimisticHashMap tries to do.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-140) Use ConcurrentHashMap instead of home-grown OptimisticHashMap

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-140:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Use ConcurrentHashMap instead of home-grown OptimisticHashMap
> -------------------------------------------------------------
>
>                 Key: ADFFACES-140
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-140
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>            Priority: Minor
>
> The ConcurrentHashMap class in Java5 does everything that OptimisticHashMap tries to do.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (ADFFACES-140) Use ConcurrentHashMap instead of home-grown OptimisticHashMap

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-140?page=all ]

Adam Winer updated ADFFACES-140:
--------------------------------

    Priority: Minor  (was: Major)

> Use ConcurrentHashMap instead of home-grown OptimisticHashMap
> -------------------------------------------------------------
>
>                 Key: ADFFACES-140
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-140
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Adam Winer
>            Priority: Minor
>
> The ConcurrentHashMap class in Java5 does everything that OptimisticHashMap tries to do.

-- 
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

        

[jira] Assigned: (ADFFACES-140) Use ConcurrentHashMap instead of home-grown OptimisticHashMap

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Winer reassigned ADFFACES-140:
-----------------------------------

    Assignee: Adam Winer

> Use ConcurrentHashMap instead of home-grown OptimisticHashMap
> -------------------------------------------------------------
>
>                 Key: ADFFACES-140
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-140
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>            Priority: Minor
>
> The ConcurrentHashMap class in Java5 does everything that OptimisticHashMap tries to do.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.