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

Update MySQL JDBC driver to 9.0.0 #482

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dep.jeasy.version>4.1.0</dep.jeasy.version>
<dep.mockito.version>5.13.0</dep.mockito.version>
<dep.okhttp3.version>4.12.0</dep.okhttp3.version>
<dep.mysqlconnector.version>8.3.0</dep.mysqlconnector.version>
<dep.mysqlconnector.version>9.0.0</dep.mysqlconnector.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trino user reported 8.4.0 caused performance regression. trinodb/trino#21945
I'm not sure whether this version is safe to use.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm.. good question.. I guess we would need to try with 9.0.0 in Trino as well and decide from there.

<dep.trino.version>446</dep.trino.version>
</properties>

Expand Down