-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69655/
-----------------------------------------------------------

(Updated March 11, 2019, 7:10 p.m.)


Review request for ranger.


Bugs: RANGER-2317
    https://issues.apache.org/jira/browse/RANGER-2317


Repository: ranger


Description
-------

Upgrade librarias to become compatible with JDK11, and JAXB and other librarias 
to the modules, and exclude jdk.tools. 
(These modules was previously part of the JDK, now they are independent). 
Add JDK10/11 to the travis build - with excluding the Hive tests, as we can't 
even start the Hive tests on JDK 9 - because internal Hive code cast the system 
classloader to URLClassLoader.
Removed one empty test class file, which triggered test failures with newer 
mockito version.


Diffs (updated)
-----

  .travis.yml b38b892bd 
  embeddedwebserver/scripts/ranger-admin-services.sh c04e1fc72 
  enunciate.xml f64af1a56 
  hbase-agent/pom.xml 6b3763f22 
  kms/pom.xml 59dd2761f 
  knox-agent/pom.xml bd68221cc 
  plugin-solr/pom.xml 619cc9ebd 
  pom.xml d5c4e924a 
  ranger-hbase-plugin-shim/pom.xml 9ed0aebe8 
  ranger-solr-plugin-shim/pom.xml 46b78218a 
  security-admin/pom.xml 2c587605b 
  
security-admin/src/test/java/org/apache/ranger/plugin/store/RangerDBStore.java 
cd5bb384e 
  
ugsync/src/test/java/org/apache/ranger/unixusersync/process/TestUnixUserGroupBuilder.java
 2118c8430 


Diff: https://reviews.apache.org/r/69655/diff/4/

Changes: https://reviews.apache.org/r/69655/diff/3-4/


Testing
-------

Tested resulting binaries locally on JDK 8, to stay the same as previously. All 
the dependency change was either in test code, or in Maven plugin config, or 
has 'provided' scope.

Tested on Travis that build is succesfull in 4 JVMs - 
oraclejdk8/oraclejdk11/openjdk10/openjdk11:
https://travis-ci.org/gzsombor/ranger/builds/474559352


Thanks,

Zsombor Gegesy

Reply via email to