You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/05/07 00:00:54 UTC

[jira] Closed: (TAP5-1136) java.lang.UnsupportedOperationException from UpdateListenerHub when a weak reference is reclaimed

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

Howard M. Lewis Ship closed TAP5-1136.
--------------------------------------

         Assignee: Howard M. Lewis Ship
    Fix Version/s: 5.2.0
       Resolution: Fixed

> java.lang.UnsupportedOperationException from UpdateListenerHub when a weak reference is reclaimed
> -------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1136
>                 URL: https://issues.apache.org/jira/browse/TAP5-1136
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.2.0
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> UpdateLIstenerHub was changed in 5.2 to use a WeakReference to its listener; however, it uses a CopyOnWriteArrayList under the covers, and an Iterator from that, a Iterator.remove() is unsupported for CopyOnWriteArrayList.

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