You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/08/14 07:42:52 UTC

[sling-org-apache-sling-starter] branch master updated: embed Composum configuration bundle in the provisioning script

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

rombert 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 795e99b  embed Composum configuration bundle in the provisioning script
795e99b is described below

commit 795e99b4f6e9febaea6d630ad5439a80883ce836
Author: Ralf Wunsch <r....@ist-software.com>
AuthorDate: Tue Aug 13 18:07:33 2019 +0200

    embed Composum configuration bundle in the provisioning script
---
 src/main/provisioning/composum.txt | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/src/main/provisioning/composum.txt b/src/main/provisioning/composum.txt
index d22f51b..b7d6175 100644
--- a/src/main/provisioning/composum.txt
+++ b/src/main/provisioning/composum.txt
@@ -15,16 +15,26 @@
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-[feature name=composum-console]
+[feature name=composum-nodes]
 [variables]
-    composum.version=1.11.2
+    composum.nodes.version=1.11.3
 
 [artifacts startLevel=20]
 
-  com.composum.sling.core/composum-sling-core-commons/${composum.version}
-  com.composum.sling.core/composum-sling-core-config/${composum.version}
-  com.composum.sling.core/composum-sling-core-console/${composum.version}
-  com.composum.sling.core/composum-sling-core-jslibs/${composum.version}
-  com.composum.sling.core/composum-sling-user-management/${composum.version}
-  com.composum.sling.core/composum-sling-package-manager/${composum.version}
+  com.composum.sling.core/composum-sling-core-commons/${composum.nodes.version}
+  com.composum.sling.core/composum-sling-core-console/${composum.nodes.version}
+  com.composum.sling.core/composum-sling-core-jslibs/${composum.nodes.version}
+  com.composum.sling.core/composum-sling-user-management/${composum.nodes.version}
+  com.composum.sling.core/composum-sling-package-manager/${composum.nodes.version}
   org.apache.jackrabbit.vault/org.apache.jackrabbit.vault/3.2.4
+
+[configurations]
+
+  # the whitelisting of administrative login (to replace by service users in Nodes 2.0)
+  org.apache.sling.jcr.base.internal.LoginAdminWhitelist.fragment-composum
+    whitelist.name="composum"
+    whitelist.bundles=[
+      "com.composum.core.commons",\
+      "com.composum.core.pckgmgr",\
+      "com.composum.core.pckginstall"
+    ]