-
Notifications
You must be signed in to change notification settings - Fork 386
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
Use Scala 2.13 (drop Scala 2.12) #1448
Conversation
ennru
commented
Dec 23, 2021
- Scala 2.13 only
- Fix more compiler warnings
- Update readme
083018e
to
b72e513
Compare
b72e513
to
ab3a13b
Compare
ab3a13b
to
affcb97
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI says so
@@ -167,6 +167,7 @@ private final class CommittingProducerSinkStageLogic[K, V, IN <: Envelope[K, V, | |||
|
|||
override protected def onTimer(timerKey: Any): Unit = timerKey match { | |||
case CommittingProducerSinkStage.CommitNow => commit(Interval) | |||
case _ => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be good to throw to avoid potential future foot-shooting/head-scratching
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, I added more logging/errors for unexpected matches.
* because it has ripple effect to Alpakka and then Cassandra plugin * we need to coordinate this decision across all Akka projects, later Reverts parts of #1448