You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the later updates of jasync-sql, there was a bug that could be triggered by changing the settings using scalikejdbc-async 0.16.0. I made an issue related to this, but it also means that you'll have to look at the changes to keep your project compatible:
Activity
oshai commentedon Jan 18, 2023
As a workaround the issue (or more accurate to avoid it in the future) I suggest to replace
Configuration.copy()
call withConfiguration.copyConfiguration()
.I created a PR here: jasync-sql/jasync-sql#362 and would like to know if that something that seems reasonable to change here.
I also opened a suggestion to change that in kotlin language here: https://youtrack.jetbrains.com/issue/KT-56022/Support-JvmOverload-for-data-class-copy-function
oshai commentedon Jan 29, 2023
Looks like the issue with copy is in the class
JasyncConfiguration.scala
.I created a PR that might fix it here: jasync-sql/jasync-sql#377
Regardless, publishing a version of scalikejdbc with latest jasync will solve it.
oshai commentedon Jan 30, 2023
@seratch are there any plans to release a new version? it should solve the issue.
seratch commentedon Apr 17, 2023
Sorry for my slow response here, I just released a new version: https://github.com/scalikejdbc/scalikejdbc-async/releases/tag/0.18.0