smolnar82 opened a new pull request #358:
URL: https://github.com/apache/knox/pull/358
THIS IS STILL IN WIP STAGE: I'm working on the unit tests (they have
purposely missed out from this commit) as well as adding logs.
I wanted to create this PR so that you guys can give me early feedback.
## What changes were proposed in this pull request?
From now on end-users can select different implementation for certain Knox
services (where there are more than one implementations) through a newly
introduced `gateway-site.xml` configuration called `gateway.services`.
The format of this configuration is: `service1:impl1[, services:impl2,...]`
`DefaultGatewayServices` and `CLIGatewayServices` have been modified to use
the new service factories.
## How was this patch tested?
Ran the `knoxcli` tool:
- created the master secret
- added/listed some aliases
Started the Knox Gateway:
- checked the home page
- logged into the Admin UI
- modified the 'sandbox' topology
- modified a service definition (one that was listed in `sandbox`,
confirmed that it got redeployed)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]