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

Possible binary compability problem on fs2-3.2.9 on Scala 2.12 #2939

Closed
hamnis opened this issue Jul 8, 2022 · 1 comment · Fixed by #2940
Closed

Possible binary compability problem on fs2-3.2.9 on Scala 2.12 #2939

hamnis opened this issue Jul 8, 2022 · 1 comment · Fixed by #2940
Labels

Comments

@hamnis
Copy link
Contributor

hamnis commented Jul 8, 2022

I was upgrading http4s-netty and found this while testing:

java.lang.NoSuchMethodError: 'fs2.Stream fs2.Stream$PartiallyAppliedFromIterator$.apply$extension(boolean, scala.collection.Iterator, int, cats.effect.kernel.Sync)'
at org.http4s.jdkhttpclient.JdkHttpClient$.$anonfun$apply$17(JdkHttpClient.scala:229)

This works on fs2 3.2.8

@hamnis hamnis added the bug label Jul 8, 2022
@armanbilge
Copy link
Member

Woops, thanks, I know what happened. But why didn't MiMa catch it :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants