This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch SLING-12648
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git
The following commit(s) were added to refs/heads/SLING-12648 by this push:
new 4cc851c SLING-12648: sync with master
4cc851c is described below
commit 4cc851cbd787d6cb6214fd2edb105159dddcbbc2
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Feb 12 12:34:28 2025 +0100
SLING-12648: sync with master
---
.../java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
b/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
index 91a842c..7b7fc7d 100644
---
a/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
+++
b/src/main/java/org/apache/sling/resourceresolver/impl/mapping/MapEntries.java
@@ -158,6 +158,7 @@ public class MapEntries implements
this.eventAdmin = eventAdmin;
this.resolveMapsMap = new ConcurrentHashMap<>(Map.of(GLOBAL_LIST_KEY,
Collections.emptyList()));
+
this.mapMaps = Collections.<MapEntry> emptyList();
this.aliasMapsMap = new ConcurrentHashMap<>();
this.stringInterpolationProvider = stringInterpolationProvider;