mneethiraj opened a new pull request, #890: URL: https://github.com/apache/ranger/pull/890
## What changes were proposed in this pull request? - updated RangerAuthorizer.getResourcePermissions() to replace multiple parameters with a single parameter, to make it HTTP POST friendly - restricted the visibility of class `RangerAuthzPlugin` to package level, since this is not meant for use outside this package Though this is a breaking change since the previous release (2.8.0, release earlier this month), updating to the new method signature is trivial (enough to avoid having to carry the previous API version in all releases going forward). ## How was this patch tested? - verified all unit tests pass sucessfully -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
