Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdbc-mysql gem includes multiple driver .jar files #1097

Closed
kares opened this issue Dec 19, 2021 · 1 comment
Closed

jdbc-mysql gem includes multiple driver .jar files #1097

kares opened this issue Dec 19, 2021 · 1 comment
Assignees

Comments

@kares
Copy link
Member

kares commented Dec 19, 2021

jdbc-mysql 5.1.47 includes:

  • mysql-connector-java-5.1.47-bin.jar ✔️
  • mysql-connector-java-8.0.11.jar 🔴

jdbc-mysql 8.0.17 includes:

  • mysql-connector-java-8.0.17.jar ✔️
  • mysql-connector-java-8.0.11.jar 🔴

NOTE: that these cause no issues in a typical JRuby (on Rails) scenario as the gem will only add and load files from one ja.
However there might be issues when the .jar would copied to a class-path (e.g. when using Warbler) that might lead to double driver registering issues.

@kares kares self-assigned this Dec 19, 2021
@kares
Copy link
Member Author

kares commented Dec 19, 2021

updated and released 5.1.49 3484167
as well as 8.0.20 8b27e85 (newer 8.0.x version will need more testing)

@kares kares closed this as completed Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant