-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Upgrade MariaDB JDBC driver to 3.0.8 #13659
Conversation
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This pull request has been mentioned on openHAB Community. There might be relevant details there: |
I am running this new version for two days now without any problem. From my side it looks good. |
@kaikreuzer May I ask you to upload the linked mariadb-java-client.jar (https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/3.0.8/mariadb-java-client-3.0.8.jar) to jfrog for this upgrade to work? Thank you. |
Thanks for remembering, was going to ask the same yesterday, but momentarily forgot. |
I also always forget this part. 😉 |
Done! |
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
See https://mariadb.com/kb/en/mariadb-connector-j-release-notes/
Test
JAR: org.openhab.persistence.jdbc-3.4.0-SNAPSHOT.jar
To test, place this file in the addons directory and rename it to
mariadb-java-client.jar
:https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/3.0.8/mariadb-java-client-3.0.8.jar
Testing this is quite important as the previous version was more than six years old.
Related forum thread: https://community.openhab.org/t/jdbc-persistence-with-tableuserealitemnames-and-tableiddigitcount-0/40552/18