vikaskr22 commented on code in PR #1004:
URL: https://github.com/apache/ranger/pull/1004#discussion_r3435793015
##########
distro/src/main/assembly/kms.xml:
##########
@@ -201,6 +201,7 @@
<include>com.fasterxml.jackson.core:jackson-core:jar:${fasterxml.jackson.version}</include>
<include>com.fasterxml.jackson.core:jackson-databind:jar:${fasterxml.jackson.databind.version}</include>
<include>org.javassist:javassist</include>
+
<include>org.apache.ranger:ranger-common-utils</include>
Review Comment:
@vyommani , I have addressed the concern you raised. I have added the
required dependency to be loaded by the same class loader where it is required.
Earlier JsonUtils2 was being loaded by one loader and dependent jar was being
loaded by another loader. Now this would not be the case.
Pls review one more time. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]