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:31 UTC

[sling-org-apache-sling-karaf-distribution] branch master updated (c29d2e8 -> 8cacc2d)

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

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


    from c29d2e8  Updating badges for org-apache-sling-karaf-distribution
     new 3515852  SLING-7737 Provide Context-Aware Configuration feature
     new 8cacc2d  SLING-7739 Add service user mapping for Rewriter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

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

[sling-org-apache-sling-karaf-distribution] 02/02: SLING-7739 Add service user mapping for Rewriter

Posted by ol...@apache.org.
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-distribution.git

commit 8cacc2d2e579d00b33a355fa904bd25341f015f4
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:48:13 2018 +0200

    SLING-7739 Add service user mapping for Rewriter
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index d5713cf..104f740 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,14 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</version>
       <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting</classifier>
       <type>config</type>
       <scope>runtime</scope>

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

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

Posted by ol...@apache.org.
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-distribution.git

commit 35158529b2b4587c5101c11fab31906836782a2c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:36:30 2018 +0200

    SLING-7737 Provide Context-Aware Configuration feature
    
    add feature and configs
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index 476e747..d5713cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,14 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</version>
       <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_discovery</classifier>
       <type>config</type>
       <scope>runtime</scope>
@@ -270,6 +278,14 @@
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.karaf-configs</artifactId>
       <version>0.1.1-SNAPSHOT</version>
+      <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig</classifier>
+      <type>config</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.karaf-configs</artifactId>
+      <version>0.1.1-SNAPSHOT</version>
       <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery</classifier>
       <type>config</type>
       <scope>runtime</scope>
@@ -429,6 +445,7 @@
             <!-- Apache Sling Extensions -->
             <feature>sling-adapter</feature>
             <feature>sling-bundleresource</feature>
+            <feature>sling-caconfig</feature>
             <feature>sling-discovery</feature>
             <feature>sling-discovery-impl</feature>
             <feature>sling-discovery-oak</feature>

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