----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73563/ -----------------------------------------------------------
Review request for ranger. Repository: ranger Description ------- While deplolying Ranger with MySQL, during setup a lot of warnings for `com.mysql.jdbc.Driver` being deprecated showed up. This patch changes all occurrences of the said class to the new class `com.mysql.cj.jdbc.Driver`. Diffs ----- jisql/src/main/java/org/apache/util/sql/Jisql.java b3e272550 jisql/src/main/java/org/apache/util/sql/MySQLPLRunner.java 308350f0e migration-util/ambari2.1-hdp2.3-ranger0.50/bin/import_ranger_to_ambari.py 195a116dd Diff: https://reviews.apache.org/r/73563/diff/1/ Testing ------- I was able to deploy successfully after I applied this patch. Thanks, Tsung-Ju Lii