gumartinm commented on pull request #319: URL: https://github.com/apache/submarine/pull/319#issuecomment-648258236
> Can you also check the version of `jackson-jaxrs` for other ranger profiles? Sure, this is the list that I got. All Ranger versions are using the same version, `1.9.13` ranger-1.0: https://github.com/apache/ranger/blob/ranger-1.0/pom.xml#L137 ranger-1.1: https://github.com/apache/ranger/blob/ranger-1.1/pom.xml#L93 ranger-1.2: https://github.com/apache/ranger/blob/ranger-1.2/pom.xml#L93 ranger-2.0: https://github.com/apache/ranger/blob/ranger-2.0/pom.xml#L93 And the related code: ranger-1.0: https://github.com/apache/ranger/blob/ranger-1.0/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java ranger-1.1: https://github.com/apache/ranger/blob/ranger-1.1/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java ranger-1.2: https://github.com/apache/ranger/blob/ranger-1.2/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java ranger-2.0: https://github.com/apache/ranger/blob/ranger-2.0/agents-common/src/main/java/org/apache/ranger/plugin/util/RangerRESTClient.java I guess, some day, Apache Ranger will stop using that old library and swith to `com.fasterxml.jackson`. No idea why they have not done it before. `org.codehaus.jackson` was deprecated long time ago: https://github.com/FasterXML/jackson-docs/wiki/Presentation-Jackson-2.0 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
