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

upgrade finagle-mysql to 21.8.0 and separate scala 2.11 library dependencies #2179

Merged
merged 4 commits into from Oct 23, 2021

Conversation

krrrr38
Copy link
Contributor

@krrrr38 krrrr38 commented Jun 29, 2021

  • Upgrade finagle-mysql from 20.10.0 to 21.8.0.
  • Separate scala2.11 finagle-mysql version, because finagle-mysql doesn't support scala 2.11 anymore.

closes #2046

@getquill/maintainers @deusaquilus


btw I also want #1854 feature.

@krrrr38 krrrr38 changed the title upgrade finagle-mysql to 21.6.0 upgrade finagle-mysql to 21.6.0 and separate scala 2.11 library dependencies Jul 13, 2021
build.sbt Outdated
if (scalaVersion.value.startsWith("2.11"))
"com.twitter" % "finagle-mysql_2.11" % "21.2.0"
else
"com.twitter" %% "finagle-mysql" % "21.6.0"
Copy link
Contributor Author

@krrrr38 krrrr38 Jul 13, 2021

Choose a reason for hiding this comment

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

finagle drop scala 2.11 support after version 21.2.0

https://mvnrepository.com/artifact/com.twitter/finagle-mysql

image

For scala stewart, I use "com.twitter" % "finagle-mysql_2.11" explicitly not to upgrade.

@krrrr38
Copy link
Contributor Author

krrrr38 commented Jul 13, 2021

Could you please review and merge this PR? 🙏
@getquill/maintainers @deusaquilus

@krrrr38
Copy link
Contributor Author

krrrr38 commented Jul 19, 2021

Could you please review and merge this PR? 🙏 @deusaquilus

@krrrr38 krrrr38 changed the title upgrade finagle-mysql to 21.6.0 and separate scala 2.11 library dependencies upgrade finagle-mysql to 21.8.0 and separate scala 2.11 library dependencies Aug 13, 2021
@krrrr38
Copy link
Contributor Author

krrrr38 commented Aug 17, 2021

@deusaquilus
finagle-mysql 21.3.0 has breaking api changes. so if we use finagle, this quill change is required to upgrade.
Could you please merge this PR and release?

Copy link
Collaborator

@juliano juliano left a comment

Choose a reason for hiding this comment

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

Sorry for taking long to look at it. And thank you very much!

@juliano juliano merged commit 96de964 into zio:master Oct 23, 2021
@krrrr38 krrrr38 deleted the finagle-21-6 branch October 23, 2021 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants