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 bf23b13 Adding openapi to cxf
new 4943c98 Changing path for authentication method
new 3f641fe Improving REST tests
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:
idea.run.configuration/All Rest Services.run.xml | 22 ++++++++++++++++++++
.../All V2 Rest Services.run.xml | 22 ++++++++++++++++++++
.../All in archiva-rest-services JDK11.run.xml | 18 ++++++++++++++++
.../V2 AuthenticationServiceTest.run.xml | 22 ++++++++++++++++++++
...st.services.v2 in redback-rest-services.run.xml | 22 ++++++++++++++++++++
pom.xml | 1 +
.../api/services/v2/AuthenticationService.java | 2 +-
.../interceptors/PermissionsInterceptor.java | 4 +++-
.../services/v2/AbstractNativeRestServices.java | 24 +++++++++++++---------
.../v2/NativeAuthenticationServiceTest.java | 23 +++++++++++++++++----
10 files changed, 144 insertions(+), 16 deletions(-)
create mode 100644 idea.run.configuration/All Rest Services.run.xml
create mode 100644 idea.run.configuration/All V2 Rest Services.run.xml
create mode 100644 idea.run.configuration/All in archiva-rest-services
JDK11.run.xml
create mode 100644 idea.run.configuration/V2 AuthenticationServiceTest.run.xml
create mode 100644
idea.run.configuration/org.apache.archiva.redback.rest.services.v2 in
redback-rest-services.run.xml