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:22:41 UTC

[sling-org-apache-sling-karaf-configs] branch master updated (a783248 -> 95db9c3)

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


    from a783248  Updating badges for org-apache-sling-karaf-configs
     new af1f8c8  SLING-7737 Provide Context-Aware Configuration feature
     new 95db9c3  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                                                   | 15 +++++++++++++++
 ...r.repoinit.RepositoryInitializer-sling_caconfig.config |  3 +++
 ...ing.impl.ServiceUserMapperImpl.amended-caconfig.config |  3 +++
 ...ing.impl.ServiceUserMapperImpl.amended-rewriter.config |  3 +++
 4 files changed, 24 insertions(+)
 create mode 100644 src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig.config
 create mode 100644 src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig.config
 create mode 100644 src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config

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

[sling-org-apache-sling-karaf-configs] 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-configs.git

commit 95db9c3092520dcbc6959d7f8fb8406b17ca4746
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Jun 15 13:47:24 2018 +0200

    SLING-7739 Add service user mapping for Rewriter
---
 pom.xml                                                              | 5 +++++
 ...iceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 742b6fd..6138e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,6 +233,11 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
                   <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting</classifier>
                   <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-scripting.config</file>
                   <type>config</type>
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config
new file mode 100644
index 0000000..fd18caa
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-rewriter.config
@@ -0,0 +1,3 @@
+user.mapping=[\
+  "org.apache.sling.rewriter\=sling-readall"\
+]

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

[sling-org-apache-sling-karaf-configs] 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-configs.git

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

    SLING-7737 Provide Context-Aware Configuration feature
    
    add configs (repo init and service user mapping)
---
 pom.xml                                                        | 10 ++++++++++
 ...ng.jcr.repoinit.RepositoryInitializer-sling_caconfig.config |  3 +++
 ...rmapping.impl.ServiceUserMapperImpl.amended-caconfig.config |  3 +++
 3 files changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c3bd09..742b6fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,11 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
+                  <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig</classifier>
+                  <file>src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
                   <classifier>org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_discovery</classifier>
                   <file>src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_discovery.config</file>
                   <type>config</type>
@@ -188,6 +193,11 @@
                   <type>config</type>
                 </artifact>
                 <artifact>
+                  <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig</classifier>
+                  <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig.config</file>
+                  <type>config</type>
+                </artifact>
+                <artifact>
                   <classifier>org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery</classifier>
                   <file>src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-discovery.config</file>
                   <type>config</type>
diff --git a/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig.config b/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig.config
new file mode 100644
index 0000000..3b98ded
--- /dev/null
+++ b/src/main/resources/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_caconfig.config
@@ -0,0 +1,3 @@
+scripts=[\
+  "create path (sling:Folder) /conf"\
+]
diff --git a/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig.config b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig.config
new file mode 100644
index 0000000..a38b9fc
--- /dev/null
+++ b/src/main/resources/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-caconfig.config
@@ -0,0 +1,3 @@
+user.mapping=[\
+  "org.apache.sling.caconfig.impl\=sling-readall"\
+]

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