You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by dh...@apache.org on 2021/03/12 15:11:41 UTC

[ranger] branch ranger-2.2 updated (da4500e -> 438d91b)

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

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


    from da4500e  RANGER-3205 : Policy Item not render in report page.
     new 18dca4e  RANGER-3204: Upgrade log4j-core to 2.13.3
     new 438d91b  RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs

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:
 kms/pom.xml | 5 +++++
 pom.xml     | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)


[ranger] 01/02: RANGER-3204: Upgrade log4j-core to 2.13.3

Posted by dh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dhavalshah9131 pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 18dca4e396d710a7b8cf4c657cdffa50ef513395
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Tue Mar 9 13:24:20 2021 +0530

    RANGER-3204: Upgrade log4j-core to 2.13.3
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc858d7..613b8dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
         <lucene.version>8.4.0</lucene.version>
         <hppc.version>0.8.0</hppc.version>
         <joda.time.version>2.10.6</joda.time.version>
-        <log4j.core.version>2.11.1</log4j.core.version>
+        <log4j.core.version>2.13.3</log4j.core.version>
     </properties>
     <profiles>
         <profile>


[ranger] 02/02: RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs

Posted by dh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dhavalshah9131 pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 438d91ba87b798aad28b9bda8f6a316407b16f8e
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Mon Mar 8 20:22:14 2021 +0530

    RANGER-3199: illegal reflective access operation warning in KMS catalina.out logs
---
 kms/pom.xml | 5 +++++
 pom.xml     | 1 +
 2 files changed, 6 insertions(+)

diff --git a/kms/pom.xml b/kms/pom.xml
index 7feca21..a2e3b02 100644
--- a/kms/pom.xml
+++ b/kms/pom.xml
@@ -263,6 +263,11 @@
             <artifactId>jersey-json</artifactId>
             <version>${jersey-bundle.version}</version>
         </dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-impl</artifactId>
+			<version>${jaxb-impl.version}</version>
+		</dependency>
         <dependency>
             <groupId>jline</groupId>
             <artifactId>jline</artifactId>
diff --git a/pom.xml b/pom.xml
index 613b8dc..2dc5820 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,7 @@
         <jersey-core.version>1.19.3</jersey-core.version>
         <jersey-server.version>1.19.3</jersey-server.version>
         <jersey-spring.version>1.19.3</jersey-spring.version>
+        <jaxb-impl.version>2.3.3</jaxb-impl.version>
         <jettison.version>1.1</jettison.version>
         <jline.version>0.9.94</jline.version>
         <jopt-simple.version>3.2</jopt-simple.version>