You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 19:32:43 UTC

[sling-org-apache-sling-karaf-configs] 02/02: remove unnecessary data types

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

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

commit 2242d1d36515d1e862d765bf17cc9afe926f36cc
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Sep 9 21:18:19 2021 +0200

    remove unnecessary data types
---
 ...se.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json | 2 +-
 ...ceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json
index 82d9db7..7a36680 100644
--- a/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json
+++ b/src/main/resources/cms/org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment~serviceuser-webconsole.json
@@ -1,5 +1,5 @@
 {
-  "whitelist.bundles:String[]": [
+  "whitelist.bundles": [
     "org.apache.sling.serviceuser.webconsole"
   ],
   "whitelist.name": "org.apache.sling.serviceuser.webconsole"
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig.json b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig.json
index a66e627..a3c08d1 100644
--- a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig.json
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended~sling-caconfig.json
@@ -1,5 +1,5 @@
 {
-  "user.mapping:String[]": [
+  "user.mapping": [
     "org.apache.sling.caconfig.impl=[sling-readall]"
   ]
 }