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 2018/06/15 18:23:06 UTC

[sling-org-apache-sling-karaf-features] 01/04: SLING-7737 Provide Context-Aware Configuration feature

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-features.git

commit 90863799f23310c88de95033191347059e7bacc2
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:34:32 2018 +0200

    SLING-7737 Provide Context-Aware Configuration feature
---
 src/main/feature/feature.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index fcf6059..af239b3 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -143,6 +143,18 @@
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
   </feature>
+  <feature name="sling-caconfig" version="${project.version}">
+    <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig</config>
+    <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig</config>
+    <bundle>mvn:org.apache.sling/org.apache.sling.caconfig.api/1.1.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.caconfig.impl/1.4.12</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.caconfig.spi/1.3.2</bundle>
+    <!-- dependencies -->
+    <feature version="${project.version}">sling</feature>
+    <feature version="${project.version}">sling-scripting</feature>
+    <feature version="${project.version}">sling-xss</feature>
+    <feature>webconsole</feature>
+  </feature>
   <feature name="sling-discovery" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.discovery.api/1.0.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.discovery.support/1.0.4</bundle>

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.