-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 5.2.0
-
Fix Version/s: 5.2.0
-
Component/s: tapestry-core
-
Labels:None
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.