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

martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git.


    from d34894d  Replacing UUID code and removing plexus dependency
     new 3bb3bb1  Removing unused system property for tests
     new ce77438  Switching from plexus graph to archiva graph component
     new 9e66f0c  Switching to new archiva component dependency
     new 638bb21  Dependency cleanup and switch to new archiva component 
coordinates

The 4 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                                            |  18 +-
 .../redback-authentication-ldap/pom.xml            |  11 +-
 redback-common/redback-common-ldap/pom.xml         |   4 +-
 redback-configuration/pom.xml                      |   4 +-
 .../configuration/DefaultUserConfiguration.java    |   8 +-
 redback-data-management/pom.xml                    |   1 -
 .../redback-rest/redback-rest-services/pom.xml     |   4 +-
 .../archiva/redback/keys/jpa/JpaKeyManager.java    |   2 +-
 redback-rbac/pom.xml                               |  23 ++
 redback-rbac/redback-rbac-model/pom.xml            |   6 +-
 .../redback-rbac-cached/pom.xml                    |   6 +-
 .../redback-rbac-ldap/pom.xml                      |   9 +-
 .../redback-rbac-memory/pom.xml                    |   6 +-
 redback-rbac/redback-rbac-role-manager/pom.xml     |  18 +-
 .../role/processor/DefaultRoleModelProcessor.java  |  11 +-
 .../archiva/redback/role/util/RoleModelUtils.java  | 112 ++++--
 .../role/validator/DefaultRoleModelValidator.java  | 414 ++++++++-------------
 .../role/validator/RoleModelValidatorTest.java     |   4 +-
 .../src/test/resources/log4j2-test.xml             |  23 +-
 .../archiva/redback/users/jpa/JpaUserManager.java  |   4 +-
 .../redback-users-ldap/pom.xml                     |   4 +-
 21 files changed, 314 insertions(+), 378 deletions(-)
 copy 
redback-users/redback-users-providers/redback-users-memory/src/test/resources/spring-context.xml
 => redback-rbac/redback-rbac-role-manager/src/test/resources/log4j2-test.xml 
(61%)

Reply via email to