nblagodarnyi opened a new pull request, #312: URL: https://github.com/apache/ranger/pull/312
## What changes were proposed in this pull request? According to https://issues.apache.org/jira/browse/RANGER-3409 all appearances of old org.codehaus.jackson dependencies (ver.1.9.13) were replaced by corresponding new versions from com.fasterxml.jackson. ## How was this patch tested? - Locally tested with existing unit/intergration tests in project with different Hadoop versions. ``` export JAVA_HOME=/path/to/java11; mvn clean package -Dhadoop.version=3.3.6; # with latest stable release mvn clean package; # with default Hadoop version ``` - In physical test environment where Hadoop 3.3.6 / Hive 4 are installed on Ubutnu 20. -- 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]
