apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.25k stars 8.77k forks source link

可以升级一下MySQL的驱动版本吗 #6556

Closed Self-revolution closed 4 months ago

Self-revolution commented 4 months ago

可以升级一下MySQL的驱动版本吗,好像当前版本才到8.0.27,现在MySQL8.4这个LTS版本都出来了

funky-eyes commented 4 months ago

mysql driver属于gpl license,seata无法直接依赖其driver,你可以自行手动引入替换都是可以的 The mysql driver belongs to the gpl license, and seata cannot directly dependency on its driver. You can manually introduce and replace it yourself.