This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.thymeleaf-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git
commit ea78e01f29bc52dec1694d41fa07a54749b9193d Author: Julian Sedding <[email protected]> AuthorDate: Thu Nov 10 12:35:27 2016 +0000 SLING-5135 - Whitelist legit usages of loginAdministrative and administrative ResourceResolver - move LoginAdminWhitelist from o.a.s.jcr.base to o.a.s.jcr.oak-server and do NOT export it git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1769105 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java index 802e864..096d71c 100644 --- a/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java +++ b/src/test/java/org/apache/sling/scripting/thymeleaf/it/tests/ThymeleafTestSupport.java @@ -124,7 +124,7 @@ public abstract class ThymeleafTestSupport extends TestSupport { factoryConfiguration("org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended") .put("user.mapping", "org.apache.sling.scripting.thymeleaf=sling-scripting") .asOption(), - newConfiguration("org.apache.sling.jcr.base.internal.LoginAdminWhitelistImpl") + newConfiguration("org.apache.sling.jcr.oak.server.internal.LoginAdminWhitelist") .put("whitelist.bundles.regexp", "org.apache.sling.*") .asOption() ); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
