Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KNOX-1789 - Refactor RemoteAliasService to use service loading #59

Merged
merged 1 commit into from Mar 2, 2019

Conversation

risdenk
Copy link
Contributor

@risdenk risdenk commented Feb 25, 2019

What changes were proposed in this pull request?

The RemoteAliasService should use service loading to ensure make the RemoteAliasService extensible. Moved existing Zookeeper impl to its own class and loaded via service loading.

How was this patch tested?

mvn -T.5C verify -Ppackage,release

@risdenk risdenk self-assigned this Feb 25, 2019
@@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.knox.gateway.security.impl;
package org.apache.knox.gateway.services.security.impl;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to match ZookeeperRemoteAliasService class package

@risdenk risdenk force-pushed the KNOX-1789 branch 2 times, most recently from 8b4a9c8 to e2c44e4 Compare February 25, 2019 20:40
@risdenk risdenk marked this pull request as ready for review February 25, 2019 20:44
Signed-off-by: Kevin Risden <krisden@apache.org>
@risdenk
Copy link
Contributor Author

risdenk commented Feb 25, 2019

Pushed change to update the comment.

@risdenk
Copy link
Contributor Author

risdenk commented Feb 27, 2019

@moresandeep @lmccay @pzampino any thoughts on this PR?

Copy link
Contributor

@lmccay lmccay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Kevin!
+1

@lmccay lmccay merged commit df120a7 into apache:master Mar 2, 2019
@risdenk risdenk deleted the KNOX-1789 branch March 2, 2019 16:54
twmarshall pushed a commit to twmarshall/knox that referenced this pull request Aug 27, 2019
…oading (apache#59)

Change-Id: Iba479948ef20578a8b7fc5cb3718cbfadbcb495f
Signed-off-by: Kevin Risden <krisden@apache.org>
Signed-off-by: Kevin Risden <krisden@hortonworks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants