This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from c9da69b15 RANGER-4628: updated validations for security-zone partial
update API
new 614114efd RANGER-4642: on security-zone delete/update, delete
associated GDS objects
new 67d8c80aa RANGER-4440: remove stale code that attempts to decompress
x_security_zone.jsonData - #4
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:
.../org/apache/ranger/plugin/store/GdsStore.java | 5 ++
.../java/org/apache/ranger/biz/GdsDBStore.java | 67 +++++++++++++++++++---
.../org/apache/ranger/biz/SecurityZoneDBStore.java | 21 +------
.../org/apache/ranger/db/XXGdsDataShareDao.java | 25 ++++++--
.../java/org/apache/ranger/rest/ServiceREST.java | 5 --
.../service/RangerSecurityZoneServiceService.java | 7 +++
.../ranger/service/RangerServiceService.java | 10 ++++
.../main/resources/META-INF/jpa_named_queries.xml | 4 ++
8 files changed, 105 insertions(+), 39 deletions(-)