This is an automated email from the ASF dual-hosted git repository.
pradeep pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git.
from 8087992 RANGER-2839: Assorted improvements for debugging and handling
of thread terminations, clean-up of unused data, etc - Part 2
new f246f43 RANGER-2851: Remove CRLF characters from ranger files
new 297e8b9 RANGER-2853: fix NPE error in ranger admin when enable ranger
kms
The 2 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:
.../main/java/org/apache/ranger/biz/BaseMgr.java | 102 ++++-----
.../main/java/org/apache/ranger/biz/KmsKeyMgr.java | 31 +--
.../security/context/RangerContextHolder.java | 52 ++---
.../security/context/RangerSecurityContext.java | 70 +++---
.../security/listener/SpringEventListener.java | 154 ++++++-------
.../standalone/StandaloneSecurityHandler.java | 84 +++----
...RangerUsernamePasswordAuthenticationFilter.java | 60 ++---
.../resources/META-INF/infinispan-cache-config.xml | 46 ++--
.../unixusersync/poc/InvalidGroupException.java | 38 ++--
.../unixusersync/poc/InvalidUserException.java | 38 ++--
.../ranger/unixusersync/poc/ListRangerUser.java | 193 ++++++++--------
.../unixusersync/poc/ListRangerUserGroup.java | 245 ++++++++++-----------
.../ranger/unixusersync/poc/ListUserGroupTest.java | 38 ++--
.../ranger/unixusersync/poc/ListUserTest.java | 105 +++++----
.../poc/RangerClientUserGroupMapping.java | 142 ++++++------
.../ranger/unixusersync/poc/RangerJSONParser.java | 88 ++++----
.../unixusersync/poc/RangerUserGroupMapping.java | 130 ++++++-----
.../ranger/unixusersync/poc/RestClientPost.java | 70 +++---
18 files changed, 841 insertions(+), 845 deletions(-)