This is an automated email from the ASF dual-hosted git repository.
more pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git.
from 9a2404e KNOX-1708 - Cleanup admin-ui lint errors
add ecbebb8 KNOX-1679 - Add Alias API service
add 1923609 KNOX-1679 - Review fixes
new e601924 Merge pull request #48 from moresandeep/KNOX-1679-Alias_API
The 1 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:
gateway-service-admin/pom.xml | 4 +
.../knox/gateway/service/admin/AliasResource.java | 215 +++++++++++++++++++++
.../apache/knox/gateway/GatewayAdminFuncTest.java | 78 ++++++++
3 files changed, 297 insertions(+)
create mode 100644
gateway-service-admin/src/main/java/org/apache/knox/gateway/service/admin/AliasResource.java