-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Upgrade to MySQL 8.0.23 #24920
Comments
Are you aware of a possible problem here due to liquibase error while using MySQL connector 8.0.23? I had this error in another context, but since sprint-boot is using liquibase and MySQL connector too, this error could apply EDIT: Added one more issue |
I don't think we were aware so thanks for letting us know. If a fix to Liquibase is made, we'll upgrade in due course. Equally, if a change is made in the MySQL connector we'll upgrade in due course there as well. In the meantime, I would recommend using the |
In my case I locked the mysql.version since that's more predicable. However, I noticed we're still on 3.10.3 of liquibase, liquibase/liquibase#1639 does not seem like they included the fix in the 3.x line, were there major incompatibilities that we have to be aware of which is why 4.x is not in the BOM? |
@trajano There aren't many major incompatibilities in 4.x and for many it will be a drop-in replacement. We've upgraded to it in 2.5. |
Will this be backported to 2.4.x as well? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Sorry but we won't backport support of a major new release of a third party in a maintenance release. |
This comment has been minimized.
This comment has been minimized.
I have create a PR liquibase/liquibase#1720 to back port the fix on 3.10.x. I hope that the liquibase team will build a 3.10.4 🤞 |
No description provided.
The text was updated successfully, but these errors were encountered: