There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-6cb34746-6139-4960-ac9e-83d5f0a68a04 XWIKI-22328 In Progress

IllegalStateException when installing extension on farm which replace extensions installed on several wikis

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-7be6031d-9e4e-4ea8-8da8-39e790b95990 Thomas Mortagne on 16/Jul/24 11:47
 

It looks like LinkedHashSet does like too much Iterator#remove() calls when there are more than 1 previous extension to uninstall. But it's not clear to me why, as that iterator #remove() is the only way in which this set is modified at this level from what I can see in the code and the javadoc is clearly stating that it's allowed.