This is an automated email from the ASF dual-hosted git repository.

pradeep pushed a change to branch RANGER-4076_master
in repository https://gitbox.apache.org/repos/asf/ranger.git


 discard 4ea8d8360 RANGER-4706: Add required jersey 2 libraries in distro
 discard ede65daae RANGER-4076: Document update for required environment 
variable - KMS
 discard f1bde144e RANGER-4076: Document update for required environment 
variable
 discard b146f82f1 RANGER-4706: Enforce Jersey 2 and JUnit 5 via Maven Enforcer 
and dependency exclusions
 discard b7fe7d604 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish 
jersey 2.x
 discard 94e703478 RANGER-4076: Temp disable pmd check
 discard 77625e079 RANGER-4076: Fix TestCase failures in 
TestRecordFilterJavaScript
 discard 48616a584 RANGER-4076: Ranger KMS changes for JDK17 build
 discard 923549a8c RANGER-4076: Fix TestCase failures in 
RangerRequestScriptEvaluatorTest
 discard ecb2e5636 RANGER-4076: Unix Auth Client remove deprecated APIs
 discard 923a8473d RANGER-4076: Remove Nashorn Script Engine
 discard a1405c621 RANGER-4076: pom & config changes for jdk17 build
     add a7a1bb38f RANGER-5424:Hive Insert command failed in Ranger Docker 
setup due to authentication and authorization issue. (#769)
     add b22d25890 RANGER-5212: roles lookup API updated to apply role name 
filter for role-membership as well
     add 5b95e852f RANGER-5429: update unit tests for getResourceACLs() to 
validate policyID (#772)
     add 464bfd95e RANGER-5397: IllegalArgumentException in RangerRESTClient 
when no ran… (#732)
     add bb84319c0 Revert "RANGER-5397: IllegalArgumentException in 
RangerRESTClient when no ran…" (#778)
     new 5c9fbb785 RANGER-4076: pom & config changes for jdk17 build
     new 632ed774f RANGER-4076: Remove Nashorn Script Engine
     new 2f70223f0 RANGER-4076: Unix Auth Client remove deprecated APIs
     new 620e4c113 RANGER-4076: Fix TestCase failures in 
RangerRequestScriptEvaluatorTest
     new 564ba2343 RANGER-4076: Ranger KMS changes for JDK17 build
     new 408c828d9 RANGER-4076: Fix TestCase failures in 
TestRecordFilterJavaScript
     new c91cdcad9 RANGER-4076: Temp disable pmd check
     new 4afe6e275 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish 
jersey 2.x
     new 0b0ed0f7b RANGER-4706: Enforce Jersey 2 and JUnit 5 via Maven Enforcer 
and dependency exclusions
     new 1f6b0be0d RANGER-4076: Document update for required environment 
variable
     new b2b0ab8cc RANGER-4076: Document update for required environment 
variable - KMS
     new bffa45592 RANGER-4706: Add required jersey 2 libraries in distro

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ea8d8360)
            \
             N -- N -- N   refs/heads/RANGER-4076_master (bffa45592)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 12 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:
 .../plugin/policyengine/RangerResourceACLs.java    |  43 +-
 .../ranger/plugin/policyengine/TestPolicyACLs.java |  12 +-
 .../resources/plugin/test_base_plugin_hive.json    |  10 +-
 .../gds/test_gds_policy_hive_access.json           |  68 +--
 .../gds/test_gds_policy_hive_data_mask.json        | 159 +++---
 .../gds/test_gds_policy_hive_row_filter.json       |  68 +--
 .../policyengine/test_aclprovider_default.json     | 634 +++++++--------------
 .../policyengine/test_aclprovider_hdfs.json        | 101 +---
 .../policyengine/test_aclprovider_mask_filter.json | 499 +++++++---------
 .../test_aclprovider_resource_hierarchy_tags.json  | 130 +++--
 .../scripts/admin/create-ranger-services.py        |   6 +
 .../scripts/hive/ranger-hive-setup.sh              |  72 ++-
 .../ranger-docker/scripts/kdc/entrypoint.sh        |   2 +
 .../java/org/apache/ranger/biz/RoleDBStore.java    |  69 ++-
 .../org/apache/ranger/biz/TestRoleDBStore.java     |  21 +-
 15 files changed, 806 insertions(+), 1088 deletions(-)

Reply via email to