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 09a790b71 RANGER-5489: Remove unused libraries from distro
discard c5e458d50 RANGER-5475: add JWT support in RangerRESTClient
discard 66f77381f RANGER-4706: Change jdk version to 17 in docker
discard 7595e9876 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
discard 23258ef52 RANGER-4076: Document update for required environment
variable
discard 006d07138 RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
discard ead6ff397 RANGER-4076: Ranger KMS changes for JDK17 build
discard 330b355df RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
discard 1b0a8d0be RANGER-4076: Unix Auth Client remove deprecated APIs
discard 96bd5df49 RANGER-4076: Remove Nashorn Script Engine
discard 2330bebd9 RANGER-4076: pom & config changes for jdk17 build
discard a766bea5b Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
add 87a128b27 RANGER-5477: Fix TransformerFactory incompatibility causing
plugin installation failures (#842)
add 370edde40 RANGER-5488: Allow clients to access secure API endpoints in
Ranger admin forcibly via config (#849)
add fa9ccfe70 RANGER-5490 : Update webpack version from from 5.94.0 to
5.105.1 (#845)
add 10ac28d33 RANGER-5491 : Update axios version from 1.12.2 to 1.13.5
(#850)
add 531b05707 RANGER-5495: replaced org.apache.log4j references with
org.slf4j (#856)
add cf0a640e5 RANGER-5494: docker setup fix for startup errors in
ranger-tagsync, ranger-solr containers (#855)
add b28b6d88f RANGER-5493: Update tomcat to 9.0.115 (#858)
add 852db7523 RANGER-5335:Remove Temporary Files from hive-agent
[ranger-hive-plugin] Test Cases (#851)
new 94a91558f Revert "RANGER-5475: add JWT support in RangerRESTClient
(#831)"
new e9ffd11b8 RANGER-4076: pom & config changes for jdk17 build
new 9e6c1b07a RANGER-4076: Remove Nashorn Script Engine
new 1d0418f0d RANGER-4076: Unix Auth Client remove deprecated APIs
new f6cabab42 RANGER-4076: Fix TestCase failures in
RangerRequestScriptEvaluatorTest
new b369082dd RANGER-4076: Ranger KMS changes for JDK17 build
new 4b87e5049 RANGER-4076: Fix TestCase failures in
TestRecordFilterJavaScript
new 8d4f412e3 RANGER-4076: Document update for required environment
variable
new 88ef44155 RANGER-4706: Migrate from com.sun.jersey 1.x to glassfish
jersey 2.x
new ac9cdebd4 RANGER-4706: Change jdk version to 17 in docker
new 48b898535 RANGER-5475: add JWT support in RangerRESTClient
new 49f91c20a RANGER-5489: Remove unused libraries from 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 (09a790b71)
\
N -- N -- N refs/heads/RANGER-4076_master (49f91c20a)
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:
.../${project.build.directory}/hbase_cm_hbase.json | 1 -
.../hbase_cm_hbase_roles.json | 1 -
.../admin/client/AbstractRangerAdminClient.java | 15 +-
.../ranger/admin/client/RangerAdminRESTClient.java | 165 ++-
.../ranger/plugin/util/RangerRESTClient.java | 4 +
.../client/TestAbstractRangerAdminClient.java | 9 +
.../ranger/utils/install/XmlConfigChanger.java | 5 +-
dev-support/ranger-docker/.env | 4 +-
.../ranger-docker/Dockerfile.ranger-tagsync | 1 -
dev-support/ranger-docker/README.md | 2 +-
.../docker-compose.ranger-tagsync.yml | 2 +-
.../ranger-docker/scripts/solr/ranger-solr.sh | 9 +-
.../admin/client/RangerAdminJersey2RESTClient.java | 54 +-
pom.xml | 2 +-
.../patch/PatchForTrinoSvcDefUpdate_J10062.java | 11 +-
.../security/web/filter/RangerJwtAuthFilter.java | 7 +-
.../security/web/filter/RangerJwtAuthWrapper.java | 9 +-
.../src/main/webapp/react-webapp/package-lock.json | 1211 +++++++++++++-------
.../src/main/webapp/react-webapp/package.json | 4 +-
19 files changed, 922 insertions(+), 594 deletions(-)
delete mode 100644 agents-common/${project.build.directory}/hbase_cm_hbase.json
delete mode 100644
agents-common/${project.build.directory}/hbase_cm_hbase_roles.json