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

sseifert pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git


    from d388dc7  SLING-12502 Use apidocs links that always points to latest 
version (#9)
     new 7158685  SLING-12503 Update to Parent 62, Java 11 Minimum Version
     new 4aa87c1  SLING-12503 apply spotless code formatting

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:
 .sling-module.json                                 |   5 +
 pom.xml                                            | 225 ++++++++++-----------
 .../starter/access/models/AccessFormPage.java      |  35 ++--
 .../apache/sling/starter/access/models/Ace.java    | 195 +++++++++---------
 .../sling/starter/access/models/AceUtils.java      |  36 ++--
 .../apache/sling/starter/access/models/Acl.java    |  48 ++---
 .../starter/access/models/PrincipalPrivilege.java  |  27 +--
 .../sling/starter/access/models/PrivilegeItem.java |  40 ++--
 .../access/models/RestrictionDefinitionInfo.java   |  29 +--
 .../starter/access/models/RestrictionItem.java     |  53 ++---
 .../starter/access/models/AccessFormPageTest.java  |  38 ++--
 .../sling/starter/access/models/AceTest.java       | 170 ++++++++--------
 .../sling/starter/access/models/AceUtilsTest.java  |  70 ++++---
 .../sling/starter/access/models/AclTest.java       |  48 ++---
 .../access/models/PrincipalPrivilegeTest.java      |  33 +--
 .../starter/access/models/PrivilegeItemTest.java   |  84 +++++---
 .../models/RestrictionDefinitionInfoTest.java      |  34 ++--
 .../starter/access/models/RestrictionItemTest.java |  60 +++---
 .../starter/access/models/TestGroupPrincipal.java  |  29 +--
 19 files changed, 663 insertions(+), 596 deletions(-)
 create mode 100644 .sling-module.json

Reply via email to