[
https://issues.apache.org/jira/browse/SLING-12651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julian Reschke updated SLING-12651:
-----------------------------------
Description:
Currently, {{resolveMapsMap}} is initialized as immutable singleton map
containing a mapping of {{GLOBAL_LIST_KEY}} to an empty list.
Later on, during alias init, it is changed to a {{ConcurrentHashMap}} and it
then immediately get populated witjh a mapping for that key.
> ResourceResolver: avoid re-assignment of resolveMapsMap
> -------------------------------------------------------
>
> Key: SLING-12651
> URL: https://issues.apache.org/jira/browse/SLING-12651
> Project: Sling
> Issue Type: Improvement
> Components: ResourceResolver
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Trivial
>
> Currently, {{resolveMapsMap}} is initialized as immutable singleton map
> containing a mapping of {{GLOBAL_LIST_KEY}} to an empty list.
> Later on, during alias init, it is changed to a {{ConcurrentHashMap}} and it
> then immediately get populated witjh a mapping for that key.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)