----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73563/#review223464 -----------------------------------------------------------
What if somebody want to use old jar due to environemnt constraints ? - Pradeep Agrawal On Sept. 1, 2021, 11:46 p.m., Tsung-Ju Lii wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/73563/ > ----------------------------------------------------------- > > (Updated Sept. 1, 2021, 11:46 p.m.) > > > 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 > >