You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by en...@apache.org on 2022/02/04 20:19:20 UTC

[sling-org-apache-sling-starter] branch master updated: Update to JCR Jackrabbit User Manager version 2.2.18

This is an automated email from the ASF dual-hosted git repository.

enorman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new b0f58e3  Update to JCR Jackrabbit User Manager version 2.2.18
b0f58e3 is described below

commit b0f58e398615947bdd6a450ae37f6b97fa3089d0
Author: Eric Norman <en...@apache.org>
AuthorDate: Fri Feb 4 12:19:09 2022 -0800

    Update to JCR Jackrabbit User Manager version 2.2.18
---
 src/main/features/oak/oak_base.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/features/oak/oak_base.json b/src/main/features/oak/oak_base.json
index ce6deac..64049bc 100644
--- a/src/main/features/oak/oak_base.json
+++ b/src/main/features/oak/oak_base.json
@@ -142,7 +142,7 @@
             "start-order":"20"
         },
         {
-            "id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:2.2.16",
+            "id":"org.apache.sling:org.apache.sling.jcr.jackrabbit.usermanager:2.2.18",
             "start-order":"20"
         }
     ],
@@ -207,6 +207,9 @@
                 "org.apache.jackrabbit.oak.security.user.UserAuthenticationFactoryImpl",
                 "org.apache.jackrabbit.oak.spi.security.authorization.principalbased.impl.PrincipalBasedAuthorizationConfiguration"
             ]
+         },
+        "org.apache.sling.jackrabbit.usermanager.impl.resource.AuthorizableResourceProvider":{
+            "resources.for.nested.properties":true
          }
     }
 }