[jira] [Resolved] (SLING-10739) Unable to uninstall Composum bundle

2023-11-19 Thread James Raynor (Jira)
[ https://issues.apache.org/jira/browse/SLING-10739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Raynor resolved SLING-10739. -- Resolution: Fixed > Unable to uninstall Composum bundle > ---

[jira] [Commented] (SLING-10739) Unable to uninstall Composum bundle

2023-11-19 Thread James Raynor (Jira)
[ https://issues.apache.org/jira/browse/SLING-10739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17787780#comment-17787780 ] James Raynor commented on SLING-10739: -- Updated to fix an issue with adjusting the order of

Re: [PR] SLING-12160 Prevent ConcurrentModificationException in [sling-org-apache-sling-resourceresolver]

2023-11-19 Thread via GitHub
joerghoh commented on PR #107: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/107#issuecomment-1817963060 @kwin Checking the details, it seems to me that alias handling in general is not guarded against concurrent modification, so just fixing this method is not

[jira] [Commented] (SLING-12160) ConcurrentModificationException in ResourceMapperImpl.readAliases()

2023-11-19 Thread Joerg Hoh (Jira)
[ https://issues.apache.org/jira/browse/SLING-12160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17787649#comment-17787649 ] Joerg Hoh commented on SLING-12160: --- Can you give me some context on that exception? The code in this