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

madhan pushed a change to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from ff17ed1e9 RANGER-4857: updated docker setup to use HBASE version 2.6.0 
- #2
     new d1ff31332 RANGER-4862: updated plugins packaging to include jackson 
libraries
     new d3a1a8c48 RANGER-4805: removed Atlas permissions in tag-based policies
     new 973ced014 RANGER-4780: upgraded json-smart to 2.4.10

The 3 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:
 agents-common/pom.xml                              |   5 +
 .../ranger/plugin/model/RangerServiceDef.java      |   1 +
 .../ranger/plugin/store/AbstractServiceStore.java  |   5 +-
 .../apache/ranger/plugin/util/ServiceDefUtil.java  |  11 +
 .../service-defs/ranger-servicedef-atlas.json      |   7 +-
 distro/src/main/assembly/hbase-agent.xml           |   4 +
 distro/src/main/assembly/plugin-atlas.xml          |   1 +
 distro/src/main/assembly/plugin-elasticsearch.xml  |   1 +
 distro/src/main/assembly/plugin-kafka.xml          |   1 +
 distro/src/main/assembly/plugin-ozone.xml          |   1 +
 distro/src/main/assembly/plugin-presto.xml         |   1 +
 distro/src/main/assembly/plugin-solr.xml           |   1 +
 distro/src/main/assembly/plugin-trino.xml          |   1 +
 distro/src/main/assembly/ranger-tools.xml          |   1 +
 distro/src/main/assembly/sample-client.xml         |   1 +
 distro/src/main/assembly/storm-agent.xml           |   4 +
 knox-agent/pom.xml                                 |   4 +
 plugin-schema-registry/pom.xml                     |   6 +
 ranger-authn/pom.xml                               |   4 +
 ranger-knox-plugin-shim/pom.xml                    |   4 +
 .../optimized/current/ranger_core_db_mysql.sql     |   1 +
 .../optimized/current/ranger_core_db_oracle.sql    |   1 +
 .../optimized/current/ranger_core_db_postgres.sql  |   1 +
 .../current/ranger_core_db_sqlanywhere.sql         |   2 +
 .../optimized/current/ranger_core_db_sqlserver.sql |   1 +
 ...orUpdatingAtlasSvcDefAndTagPolicies_J10063.java | 236 +++++++++++++++++++++
 .../ranger/service/RangerServiceDefService.java    |   9 +
 ugsync/pom.xml                                     |   4 +
 unixauthclient/pom.xml                             |   4 +
 unixauthservice/pom.xml                            |   4 +
 30 files changed, 323 insertions(+), 4 deletions(-)
 create mode 100644 
security-admin/src/main/java/org/apache/ranger/patch/PatchForUpdatingAtlasSvcDefAndTagPolicies_J10063.java

Reply via email to