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 9e0fd06a3073c45fdb7839f417c6718944a58089 Author: Julian Sedding <[email protected]> AuthorDate: Wed Nov 16 12:00:01 2016 +0000 SLING-6285 - Implement LoginAdminWhitelist in JCR Base - adjust to moved LoginAdminWhitelist -minor cleanup git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/org.apache.sling.scripting.thymeleaf@1769963 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 096d71c..ea1a28e 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.oak.server.internal.LoginAdminWhitelist") + newConfiguration("org.apache.sling.jcr.base.internal.LoginAdminWhitelist") .put("whitelist.bundles.regexp", "org.apache.sling.*") .asOption() ); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
