Skip to content

Commit 795a298

Browse files
committed
[jdbc-mysql] update to new major version 8.0
1 parent 5c1e244 commit 795a298

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

jdbc-mysql/lib/jdbc/mysql.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ module Jdbc
55
module MySQL
66

77
def self.driver_jar
8-
"mysql-connector-java-#{DRIVER_VERSION}-bin.jar"
8+
"mysql-connector-java-#{DRIVER_VERSION}.jar"
99
end
1010

1111
def self.load_driver(method = :load)
1212
send method, driver_jar
1313
end
1414

1515
def self.driver_name
16-
'com.mysql.jdbc.Driver'
16+
'com.mysql.cj.jdbc.Driver'
1717
end
1818

1919
if defined?(JRUBY_VERSION) && # enable backwards-compat behavior :

jdbc-mysql/lib/jdbc/mysql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jdbc
22
module MySQL
3-
DRIVER_VERSION = '5.1.47'
3+
DRIVER_VERSION = '8.0.17'
44
VERSION = DRIVER_VERSION
55
end
66
end
Binary file not shown.
2.21 MB
Binary file not shown.

0 commit comments

Comments
 (0)