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

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


      at 61f9a3f  (tag)
 tagging 2fcb3a03029af525d95c09d29cc0bacc9253f570 (commit)
      by Robert Munteanu
      on Thu Dec 15 11:41:42 2016 +0000

- Log -----------------------------------------------------------------
org.apache.sling.jcr.repoinit-1.1.2
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new ae75f44  SLING-5355 - jcr module added, work in progress
     new eabeb26  SLING-5355 - rename jcr to oak-jcr
     new 4b89959  SLING-5355 - test with multiple users
     new d20da33  SLING-5355 - factor our TestUtil
     new d7a5f83  SLING-5355 - AclOperationVisitor partially implemented, and 
webconsole plugin added
     new a52d167  SLING-5355 - cleanup tests
     new 909608b  SLING-5355 - better error reporting
     new de7c980  SLING-5355 - parser service
     new 1d0ac30  SLING-5355 - it's ok for service user to already exist
     new 1bc8999  SLING-5355 - AclSetupComponent, work in progress
     new 8791efe  SLING-5355 - fail if Principal not found
     new 32f8cf8  SLING-5355 - test ACL definitions in provisioning model
     new 15ca220  Switch to parent pom 26
     new 77ca4b9  SLING-5449 - rename the modules to 'jcrinit'
     new 462ba19  SLING-5449 - the name is 'repoinit' instead as the parser is 
not JCR-specific
     new 6bc3f85  SLING-5449 - the name is 'repoinit' instead as the parser is 
not JCR-specific
     new 8296d7d  SLING-5449 - rename packages to repoinit
     new 22a05d6  SLING-5449 - remove AclSetup component and adapt integration 
tests
     new 7790424  SLING-5449 - rename the remaining things from ACL to 
'repoinit'
     new 8a6aec6  SLING-5449 - rename one more thing from ACL to 'repoinit'
     new 9bd6e4b  SLING-5449 - remove console plugin, we don't want this module 
to be Sling specific
     new 2752857  SLING-5449 - move repoinit under commons
     new f8873b8  repoinit: fix SCM urls after move
     new 5e4f40b  repoinit/oak-jcr: second attempt to fix the scm urls
     new 70c5d7b  SLING-5449 - initial base tree creation language, see 
test-20.txt for examples
     new 7af1acb  SLING-5449 - Implement CreatePath in oak-jcr module
     new 5938771  SLING-5449 - move the repoinit modules under extensions, they 
do contain Sling-specific stuff
     new e5e302e  SLING-5449 - fix scm strings
     new e87acee  SLING-5355 - RepositoryInitializer created, reads from 
provisioning model, WIP:ProvisioningModelIT fails for now
     new 4fc1e21  SLING-5355 - ProvisioningModelIT passes
     new 029bbe3  SLING-5800 - remove unnecessary snapshots and use current 
jcr.api snapshot
     new 7b78070  SLING-5800 - depend on related releases while releasing this 
module
     new 3663d69  [maven-release-plugin] prepare release 
org.apache.sling.repoinit.oak-jcr-1.0.0
     new 60f5b7b  [maven-release-plugin] prepare for next development iteration
     new 7dff12f  SLING-5800 - back to current snapshots after releases
     new 713d36f  Rename o.a.s.repoinit.oak-jcr to o.a.s.jcr.repoinit
     new 1a15e86  SLING-5819 - jcr.repoinit bundle should only export what's 
strictly needed
     new 4273f56  Remove unused source files and folders
     new 92c4254  SLING-5819 - rename repoinit.jcr package to jcr.repoinit
     new 533713a  Remove unused source code folders
     new 014d655  Prepare for release
     new bb14f7d  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.0.0
     new 370808a  [maven-release-plugin] prepare for next development iteration
     new fa4b8d9  SLING-5819 - move jcr.repoinit module under jcr folder
     new 2c3076e  SLING-5843 - add 'register namespace' statement to repoinit 
parser
     new 0eb0707  SLING-5842 - add 'register nodetypes' statement to repoinit 
parser
     new 552a131  SLING-5842, SLING-5843 - implement the register namespace and 
nodetype operations in the jcr.repoinit module
     new 71c098a  SLING-5902 RepositoryInitializer uses name component property 
instead of label
     new 2ea4d7f  SLING-5917 parseRawText flag in getRepoInitText() is ambiguous
     new 35302c8  SLING-5917 - add RepositoryInitializer tests
     new 177001a  SLING-5917 - fix 'null section' test
     new 4bb31e7  SLING-5923 - Support <RAW> marker in model.section.name 
config param, same meaning as empty string
     new 31b0cec  SLING-5923 - clarify description
     new 3581dbb  SLING-5943 - support explicit format in RepositoryInitializer 
configuration
     new ed70824  SLING-5943 - better config metadata + logging
     new 3fa0bab  SLING-5943 - support multiple model/raw references in 
RepositoryInitializer configuration
     new b233c66  Prepare to release parser + this module
     new 83ea12f  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.0.2
     new 3c7f77c  [maven-release-plugin] prepare for next development iteration
     new c7c4c20  Back to snapshots after release
     new 697158d  SLING-6171 Unable to set up ACLs for the 'everyone' principal
     new 64abc92  use Sling parent 29 and adjust some dependencies
     new b953651  add logging for ACL operations
     new 9a17a98  SLING-6179 Remove default value for property references from 
RepositoryInitializer
     new 14e35d0  SLING-6219 - reponit grammar support for create/delete user
     new b0edce3  SLING-6219 : Move ACL handling into separate visitor
     new 0456e0d  SLING-6219 : Allow to create users with repoinit
     new e569605  SLING-6219 : Allow to create users with repoinit
     new 9afa129  SLING-6219 - reponit grammar support for create/delete user
     new 7e3df05  Update to parent pom 29
     new 17fb7fc  Fix javadoc generation
     new 6082cba  Use repoinit parser 1.1.0
     new 5dc6a49  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.1.0
     new c4603b9  [maven-release-plugin] prepare for next development iteration
     new 0bc31a8  Switch to parser 1.1.1-SNAPSHOT during release vote
     new 0556772  Fix NPE in activate
     new 5873b64  Use repoinit parser 1.1.0 for release
     new 3328d5a  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.1.0
     new 59415e9  [maven-release-plugin] prepare for next development iteration
     new af9eb9b  Switch back to 1.1.1-SNAPSHOT for parser during release
     new c63140f  Fix NPE in processing
     new ba7aa48  Require configuration
     new 9c21077  Switch to repo init parser 1.1.0
     new b4485b9  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.1.0
     new 6804b4b  [maven-release-plugin] prepare for next development iteration
     new 749016d  Switch to repo init parser 1.1.1-SNAPSHOT
     new 91804c1  Use released repoinit parser 1.1.0
     new e68a508  Make name consistent with module name
     new c29c1f8  SLING-6219 - warn if creating users with cleartext passwords
     new d043d8c  SLING-6368 - Repoinit should not attempt to create access 
control entries when no changes are needed
     new 9781bfd  [maven-release-plugin] prepare release 
org.apache.sling.jcr.repoinit-1.1.2
     new 2fcb3a0  [maven-release-plugin] copy for tag 
org.apache.sling.jcr.repoinit-1.1.2

The 92 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" <commits@sling.apache.org>'].

Reply via email to