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 2017/10/20 14:41:56 UTC

[sling-org-apache-sling-jcr-repoinit] branch master created (now 4312643)

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

rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git.


      at 4312643  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new 8b710a3  SLING-5819 - move jcr.repoinit module under jcr folder
     new 168b6cb  SLING-5843 - add 'register namespace' statement to repoinit parser
     new c128028  SLING-5842 - add 'register nodetypes' statement to repoinit parser
     new 9ac74f7  SLING-5842, SLING-5843 - implement the register namespace and nodetype operations in the jcr.repoinit module
     new 5ea3aaf  SLING-5902 RepositoryInitializer uses name component property instead of label
     new ff522e3  SLING-5917 parseRawText flag in getRepoInitText() is ambiguous
     new abda4ca  SLING-5917 - add RepositoryInitializer tests
     new ecb94a0  SLING-5917 - fix 'null section' test
     new 75ffd42  SLING-5923 - Support <RAW> marker in model.section.name config param, same meaning as empty string
     new bc87509  SLING-5923 - clarify description
     new 8ba7729  SLING-5943 - support explicit format in RepositoryInitializer configuration
     new 9274b5e  SLING-5943 - better config metadata + logging
     new 42c9122  SLING-5943 - support multiple model/raw references in RepositoryInitializer configuration
     new d484856  Prepare to release parser + this module
     new 6a45c9d  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.0.2
     new 55eb988  [maven-release-plugin] prepare for next development iteration
     new 34b6dd4  Back to snapshots after release
     new 8d5752a  SLING-6171 Unable to set up ACLs for the 'everyone' principal
     new a0f7410  use Sling parent 29 and adjust some dependencies
     new 03ec7d5  add logging for ACL operations
     new 3ac0f37  SLING-6179 Remove default value for property references from RepositoryInitializer
     new e9a7354  SLING-6219 - reponit grammar support for create/delete user
     new 6dd13e0  SLING-6219 : Move ACL handling into separate visitor
     new 3b3831c  SLING-6219 : Allow to create users with repoinit
     new 52fb06a  SLING-6219 : Allow to create users with repoinit
     new e2556f3  SLING-6219 - reponit grammar support for create/delete user
     new 4fed545  Update to parent pom 29
     new 13ef865  Fix javadoc generation
     new 9676e8b  Use repoinit parser 1.1.0
     new 96fd1e8  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.0
     new 250afbd  [maven-release-plugin] prepare for next development iteration
     new cb53ef4  Switch to parser 1.1.1-SNAPSHOT during release vote
     new f1f72d1  Fix NPE in activate
     new 7d9f674  Use repoinit parser 1.1.0 for release
     new 5988f8e  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.0
     new 7a8ae84  [maven-release-plugin] prepare for next development iteration
     new 8cce4ea  Switch back to 1.1.1-SNAPSHOT for parser during release
     new 37b0bac  Fix NPE in processing
     new 3ef7049  Require configuration
     new 562d6b1  Switch to repo init parser 1.1.0
     new a52c37c  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.0
     new 44c4482  [maven-release-plugin] prepare for next development iteration
     new 5ad26ee  Switch to repo init parser 1.1.1-SNAPSHOT
     new 6bf59c6  Use released repoinit parser 1.1.0
     new ef53143  Make name consistent with module name
     new 3bf9f9b  SLING-6219 - warn if creating users with cleartext passwords
     new 52d6235  SLING-6368 - Repoinit should not attempt to create access control entries when no changes are needed
     new 5d1110d  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.2
     new 2b6b0de  [maven-release-plugin] prepare for next development iteration
     new 62d4a93  Update slingstart maven plugin to 1.7.0 in all projects to avoid build problems using the reactor
     new 10fe0a2  SLING-6423 - GeneralAclTest, including tests that fail until ACLOptions are implemented here - contributed by Nitin Nizhawan, thanks!
     new 1a64040  SLING-6423 - @Ignore GeneralAclTest tests that do not pass yet
     new 5b5ada8  SLING-6182 - add ManyServiceUsersTest
     new 197b8ee  SLING-6182 - use a distinct session to set ACLs, test still passes
     new 7de2719  use Sling Parent 30
     new 2f1eac1  improve readability and fix method name
     new 723f337  SLING-6182 repoinit fails to set ACL on previously created principal
     new e091f4d  SLING-6182 repoinit fails to set ACL on previously created principal
     new 9287ea2  SLING-6629 UserUtil reports user is not existing when user is system user
     new 9b52bfc  add missing scopes
     new 6312d10  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.4
     new dc63bfd  [maven-release-plugin] prepare for next development iteration
     new c34be8e  Add README.md
     new 2bbce2b  SLING-6867 - take aggregate privileges into account in AclUtil.contains - contributed by Nitin Nizhawan, thanks!
     new 2957cfd  SLING-6941 : RepositoryInitializer should be configurable through multiple configurations
     new f9f3b38  SLING-6941 : RepositoryInitializer should be configurable through multiple configurations
     new dab5c1c  SLING-6422 - specify Oak restrictions with repoinit. Contributed by Nitin Nizhawan (thanks) with a small addition by myself
     new f7e7f34  Minor clean up and add missing vendor to service
     new d693298  SLING-6984 - implement new visitor method
     new 7fe878a  SLING-6984 - Allow to disable service user
     new ff2e392  SLING-7066 - Support mixins in repoinit "create path" statements
     new 30d1aaa  SLING-7061 - Access control setup of repository-level permissions (i.e. null path)
     new 4e3d811  SLING-6774 - Allowed character set in repo init is too restrictive
     new 5247fa0  Prepare to release org.apache.sling.repoinit.parser and org.apache.sling.jcr.repoinit
     new 7071c5b  [maven-release-plugin] prepare release org.apache.sling.jcr.repoinit-1.1.6
     new ce7e7de  [maven-release-plugin] prepare for next development iteration
     new 1f22d13  Update org.apache.sling.repoinit.parser dependency to latest snapshot
     new 4312643  SLING-7167 Adjust READMEs

The 78 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.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].