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 9063513 SLING-12648: sync with master
9063513 is described below
commit 9063513401d81678c8ab3909d9244f2ec8bf905a
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Feb 12 14:13:14 2025 +0100
SLING-12648: sync with master
---
.../org/apache/sling/resourceresolver/impl/mapping/MapEntries.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 7b7fc7d..60885ca 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
@@ -157,8 +157,7 @@ public class MapEntries implements
this.factory = factory;
this.eventAdmin = eventAdmin;
- this.resolveMapsMap = new ConcurrentHashMap<>(Map.of(GLOBAL_LIST_KEY,
Collections.emptyList()));
-
+ this.resolveMapsMap = new ConcurrentHashMap<>(Map.of(GLOBAL_LIST_KEY,
List.of()));
this.mapMaps = Collections.<MapEntry> emptyList();
this.aliasMapsMap = new ConcurrentHashMap<>();
this.stringInterpolationProvider = stringInterpolationProvider;