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

[sling-org-apache-sling-jcr-jackrabbit-usermanager] branch master created (now 095a659)

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-jackrabbit-usermanager.git.


      at 095a659  SLING-7167 Adjust READMEs

This branch includes the following new commits:

     new 5bc65e4  SLING-875 add new jackrabbit-usermanager module (thanks Eric for providing)
     new e2bf778  SLING-875: New Bundle for a ResourceProvider and Sling Post Operations for interacting with the jackrabbit UserManager https://issues.apache.org/jira/browse/SLING-875
     new c5607f7  Use released version of jackrabbit api
     new 2c5ca82  Use jackrabbit api bundle instead of Sling's obsolete version.
     new c63e709  Use release parent pom
     new 01318a6  Use released version as dependencies.
     new 7706d99  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.0.0-incubator
     new ccdf52d  [maven-release-plugin] prepare for next development iteration
     new ad142f2  Use next dev version of parent pom
     new 85ab558  Add missing licence, notice etc.
     new 974da84  Prepare new release.
     new 750cdeb  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator
     new ebf39cc  [maven-release-plugin] prepare for next development iteration
     new 58158ad  Use next parent pom for development.
     new d1ab17c  Set parent pom to released version.
     new 5aa331f  Formatting ...
     new 8304a95  SLING-995 Applying patch by Ian Boston (thanks)
     new 1535375  Refactor everything below a "private" impl package. This clearly indicates that nothing contained in this bundle is intended to be exported.
     new dbfde56  Replace tabs by spaces, remove unneeded javadoc plugin configuration, remove empty bundle plugin configuration
     new c48cd85  Move Sling to new TLP location
     new 05d2332  Move Sling to new TLP location
     new 9680423  SLING-1011 : Remove disclaimer file.
     new 65c24f5  SLING-1011 : Adjust svn location
     new 9c9a1e3  SLING-1011 : Remove disclaimer from readme's, adjust links to webite, fix versions in poms.
     new e0769b2  SLING-1016: Make membership management depend on the principal name not the URI of the principal, since the principal name is already unique. https://issues.apache.org/jira/browse/SLING-1016 Patch provided by Ian Boston.
     new d05e702  SLING-1033 Upgrade to Sling parent POM 6 (and ensure web app has the leglize stuff, too)
     new 15ef0bd  SLING-940 Applied patch from myself. Adds Javadoc to accessmanager and usermanager servlets.
     new de75f9c  SLING-1067 Fixed by checking the session cound to the request to see if its an administrator. If the user is an administrator they can register other users.
     new 0725337  Use official release instead of incubator release.
     new f0b111f  Update to latest Sling releases.
     new 6e66bd7  SLING-1205 Upgrade all projects to parent POM 8 and use OSGi provided OSGi libraries
     new d437c22  SLING-1208 As of Jackrabbit 1.6 the protected properties of the repository reflection of users and groups are not returned as Authorizable properties any more. Therefore the rep:principalName property which is checked in the integration test does not exist any longer. Likeweis the rep:password is not returned any more, so we have to use a (hacky) workaround.
     new 0ee976d  SLING-1208 Wrong commit, we should not re-add the rep:principalName property
     new 21bfcef  SLING-1208 Require Jackrabbit API 1.6 to be sure ...
     new 1fce1b7  Update notice files.
     new c711108  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.0.4
     new 6a6ec53  [maven-release-plugin] prepare for next development iteration
     new 0890dd7  SLING-1378 Provide useful toString implementation
     new d278086  SLING-1379  Support adapt to User and Group
     new 41ff1dd  SLING-1377 Use PrincipalManager.getPrincipals method to list groups and users
     new ad4010c  SLING-1377 use the actual searchType to find principals and remove old comment
     new 0472de7  SLING-1212 - upgrading to Jackrabbit 2. Also includes re-revert of SLING-1363 and implementation of SLING-1330. Thanks to Felix for getting this started.
     new c617cd7  SLING-1453 Provide AuthorizablePrivilegesInfo service to help user/group management scripts query what the current user is allowed to do
     new 5d86944  added missing license headers
     new 6a7cb76  SLING-1517 - fixing Maven 3 warnings and switching to released version of animal sniffer
     new a6b2557  Use released parent pom.
     new 317ca1e  SLING-1557 - adding members and declaredMembers properties for groups and memberOf and declaredMemberOf properties for users and groups
     new 3409169  SLING-1577 - using full property path instead of simple property name in creation of RequestProperty object
     new 3e91459  SLING-1193 - updating jackrabbit-usermanager module
     new 19b6e56  SLING-1578 reduce code duplication between post servlet and usermanager
     new 8b239f8  SLING-1639 Disabling user self-registration is not working
     new 7937ec8  SLING-1642 User self-registration should be disabled by default
     new 49dff24  Use latest Sling API release
     new 76da6c8  SLING-1676 Let UserManager POST servlets return JSON
     new 5b79f44  SLING-1698 - setting explicit export version
     new 13ea1de  updating all modules to parent 10-SNAPSHOT in anticipation of emma additions to parent
     new 9b0632e  using released version of servlet modules
     new b4eb207  updating pom files pre-release
     new 9b32a41  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.1.0
     new 3294475  [maven-release-plugin] prepare for next development iteration
     new 6783724  using latest parent
     new ea74022  Update to recent snapshots
     new ba0da79  Use latest releases.
     new 18c5e29  correct some errors in the javadocs
     new 6729df6  SLING-2066 improve error reporting for validation errors
     new cbdef28  SLING-2067 Added null check to AuthorizablePrivilegesInfo to fix NPE when used in a script that is being rendered for the anonymous user
     new d67a12c  SLING-2070 Members of the UserAdmin group can not create a new user
     new 202349a  SLING-2069 PW reset through administrator is not possible. Following the jackrabbit model, members of the UserAdmin group can set the password of other users.
     new af93358  SLING-2072 Add support for disabling users
     new 4b9a9dc  revert change from revision 1100034 that checked in by accident.
     new 468c362  SLING-1555 UserManager permissions manipulation services that mirror the functionality of the REST operations for programmatic user management code.
     new 5a76420  cleanup metatype labels
     new 2e99b23  SLING-2150 : Update plugins to use the latest available versions
     new cd92d21  Update to recent snapshot
     new c0d78c8  Using latest released parent pom
     new 6b1c5d1  SLING-2187 - adding new module to contain our custom notice file; adding remote-resources plugin configuration to parent pom and removing all existing appended-resources NOTICE files
     new 7f107b4  temporarily using snapshots during release vote
     new 783219b  using latest releases
     new 210527c  tabs -> spaces
     new 0c7fe14  tabs -> spaces
     new b331761  bumping package export version and adding since tags
     new edc4644  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.2.0
     new 9170be2  [maven-release-plugin] prepare for next development iteration
     new 7ef2124  SLING-2305 UserManager - Convert @scr JavaDoc Tags to SCR Annotations
     new afb3231  SLING-2308 Remove user password digesting from sling
     new 27d7f98  SLING-2312 - adding adapter annotations in usermanager bundle
     new c738331  Add scope provided to dependencies
     new 2e1d0ad  using next snapshots during release process
     new 6e64bcb  Use released adapter annotations.
     new 0e1f602  Use released maven sling plugin
     new cee56a1  SLING-2480 : Add config for maven-sling-plugin to m2e configuration
     new 9a4247f  SLING-2483 Update jackrabbit.server and jcr.base dependencies and add JCR API dependency to prevent the new bundle plugin to generate a too restrictive import for the JCR API (2.0 is backwards compatible with 1.0)
     new b668be0  SLING-2465 Applied patch from Eric to set user path when creating a user that the creator can't 'see'
     new b91da97  Use version from parent pom
     new a7ee8e7  Update to latest parent pom
     new f41d2d3  Use released versions
     new 3cb52de  SLING-2644 - Make the jackrabbit/accessmanager and jackrabbit/usermanager to work with newer servlets/post bundle
     new 62f06b9  Use latest releases and update to new parent pom
     new 2e48672  Update to latest parent pom and use latest releases in launchpad
     new c53825d  SLING-2739 :  Add methods for handling the resource type hierarchy to the resource resolver
     new 7a5588a  Use released versions after release.
     new 9115056  Correct reactor pom and update to parent pom 16
     new 21e4435  Update to latest parent pom
     new 2f1667d  SLING-2944 Revert Sling API dependency to 2.2.0 again
     new 5e6ead7  Update to parent pom 18
     new d1ce7fe  SLING-3286 - Remove plugin version overrides from poms
     new ed8b0af  Update to parent pom v19
     new 2d0e0cc  align code/javadoc
     new becbf8a  style/cleanup
     new 760f112  SLING-3738 fix path prefix (use user instead of group) on password modification
     new e4169ef  Clean up usage of SCR annotations
     new 8014479  Fix missing definition of servlet.post.dateFormats in CreateGroupServlet and UpdateGroupServlet
     new 6dd4159  Updated to parent version 20
     new 535c8b2  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.2.2
     new 4abd69b  [maven-release-plugin] prepare for next development iteration
     new 0d867ba  Update to Sling Parent POM 22 with baselining enabled
     new e7541a9  SLING-3230 - UpdateUserTest integration test fails with Oak
     new bc25333  SLING-4698 - Set parent.relativePath to empty for all modules
     new ed3e261  Update to Sling Parent 23
     new 62f085d  set parent version to 24 and add empty relativePath where missing
     new edddfd7  Update the main reactor to parent 25
     new 70a1608  SLING-509 -  Remove UserAdmin and GroupAdmin settings from AuthorizablePrivilegesInfo
     new 18e4b7f  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.2.4
     new 963e4c7  [maven-release-plugin] prepare for next development iteration
     new e9e49a7  Switch to parent pom 26
     new 5129cf2  SLING-6451 : Remove dependency to jcr.resource API
     new 806aed6  use Sling Parent 30
     new c5d1f6a  add missing Felix SCR annotations
     new 6e56dba  SLING-6747 support setting nested properties
     new 591077d  fix typo
     new e8ea49b  add logging when an exception is thrown
     new 22621bd  add more logging
     new 7487118  SLING-6753 expose underlying repository path of authorizable as well
     new 76481b0  fix javadoc issues
     new 1dfc692  get rid of maven-scr-plugin (all annotations have been migrated to OSGi)
     new 2ce23c8  [maven-release-plugin] prepare release org.apache.sling.jcr.jackrabbit.usermanager-2.2.6
     new ac7808e  [maven-release-plugin] prepare for next development iteration
     new 9eafcff  SLING-7167 Adjust READMEs
     new 67e3ef8  SLING-7167 Adjust READMEs
     new 095a659  SLING-7167 Adjust READMEs

The 140 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>'].