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.git.
from d5d9c6d Adding V2 REST services
new 814a745 Fixing missing LDAP checks
new 375a8d6 Adding helper class for ldap configuration mapping
new d50e023 Adding ldap properties
new 8bd27b8 Adding ldap properties
new 43a005d Implementing security config REST v2 methods
new cae70e8 Fixing copyright
The 6 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:
.../archiva/configuration/util/ConfigMapper.java | 117 +++++++++++
.../DefaultRedbackRuntimeConfigurationAdmin.java | 217 ++++++++++-----------
.../archiva/rest/api/model/v2/BeanInformation.java | 13 ++
.../rest/api/model/v2/CacheConfiguration.java | 2 +-
.../rest/api/model/v2/LdapConfiguration.java | 13 +-
.../services/v2/SecurityConfigurationService.java | 13 +-
.../archiva-rest/archiva-rest-services/pom.xml | 6 +-
.../v2/DefaultSecurityConfigurationService.java | 131 ++++++++++++-
.../org/apache/archiva/rest/RestBundle.properties} | 19 +-
.../apache/archiva/rest/RestBundle_de.properties} | 15 +-
.../apache/archiva/rest/RestBundle_en.properties} | 4 +-
.../apache/archiva/rest/RestBundle_fr.properties} | 4 +-
.../v2/NativeSecurityConfigurationServiceTest.java | 88 ++++++++-
13 files changed, 478 insertions(+), 164 deletions(-)
create mode 100644
archiva-modules/archiva-base/archiva-configuration/src/main/java/org/apache/archiva/configuration/util/ConfigMapper.java
copy
archiva-modules/archiva-web/{archiva-web-common/src/main/resources/org/apache/archiva/security.properties
=>
archiva-rest/archiva-rest-services/src/main/resources/org/apache/archiva/rest/RestBundle.properties}
(56%)
copy
archiva-modules/archiva-web/{archiva-web-common/src/main/resources/org/apache/archiva/security.properties
=>
archiva-rest/archiva-rest-services/src/main/resources/org/apache/archiva/rest/RestBundle_de.properties}
(70%)
copy
archiva-modules/{archiva-base/archiva-policies/src/main/resources/archiva_policies_de.properties
=>
archiva-web/archiva-rest/archiva-rest-services/src/main/resources/org/apache/archiva/rest/RestBundle_en.properties}
(93%)
copy
archiva-modules/{archiva-base/archiva-policies/src/main/resources/archiva_policies_de.properties
=>
archiva-web/archiva-rest/archiva-rest-services/src/main/resources/org/apache/archiva/rest/RestBundle_fr.properties}
(93%)