-
Notifications
You must be signed in to change notification settings - Fork 150
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
LoggingAdapter with ActorSystem and class broken in scala 3 #1538
Comments
Scala 3 is the issue here. It doesn't accept 100% of Scala 2 code. I usually just change I think you can get
That |
Similar issue - akka/akka-grpc#1396 |
yes the classOf[Foo] solution was something we've thought of the problem ist that in the actual code we don't have the class yet. In the actual code Foo is a trait and we don't have the implementing class yet |
I found a comment on an issue suggesting that |
oh yes it does. |
I think it'd make sense to keep this issue open until we've improved the docs to make this more clear, indeed |
when migrating from scala
2.13.14
to scala3.3.0
we're running into an error with the LoggingAdapter.The setup:
does compile with scala
2.13.14
but with scala3.3.0
it runs into the following Error:pekko version used is
1.1.2
if this is not a bug and only an error on my side im sorry but i have not found anything on this topic in the docs
The text was updated successfully, but these errors were encountered: