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 7c293d5  Fixing JDK and maven labels for build
     new 2587c0a  Unified error messages
     new 2331e2a  Adding jackson configurator to spring-context
     new f8d096d  Adding context root to openapi servers
     new d9eed31  Improving REST v2 API

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:
 .../apache/archiva/redback/rest/api/Constants.java |  1 +
 .../archiva/redback/rest/api/model/GrantType.java  | 24 ++++++++++---
 .../TokenRefreshRequest.java}                      | 16 ++++-----
 .../redback/rest/api/model/v2/TokenRequest.java    | 40 +++++++++++++++++++---
 .../rest/api/model/{ => v2}/TokenResponse.java     | 10 +++---
 .../api/services/v2/AuthenticationService.java     |  7 ++--
 .../redback/rest/api/services/v2/GroupService.java |  3 +-
 .../redback/rest/api/services/v2/UserService.java  |  9 ++---
 .../src/main/resources/openapi-configuration.yaml  |  4 +--
 .../interceptors/RequestValidationInterceptor.java | 19 +++++++++-
 .../services/v2/DefaultAuthenticationService.java  |  4 ++-
 .../rest/services/v2/DefaultUserService.java       | 18 +++++-----
 .../src/main/resources/META-INF/spring-context.xml |  3 ++
 13 files changed, 116 insertions(+), 42 deletions(-)
 copy 
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/{TokenRequest.java
 => v2/TokenRefreshRequest.java} (82%)
 copy 
redback-integrations/redback-rest/redback-rest-api/src/main/java/org/apache/archiva/redback/rest/api/model/{
 => v2}/TokenResponse.java (88%)

Reply via email to