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

Use Scala 2.13 (drop Scala 2.12) #1448

Merged
merged 7 commits into from
Jan 13, 2022
Merged

Conversation

ennru
Copy link
Member

@ennru ennru commented Dec 23, 2021

  • Scala 2.13 only
  • Fix more compiler warnings
  • Update readme

@ennru ennru added this to the 3.0.0 milestone Dec 23, 2021
@ennru ennru changed the title Drop Scala 2.12 Use Scala 2.13 (drop Scala 2.12) Dec 23, 2021
@ennru ennru force-pushed the ennru-drop-scala-2.12 branch from 083018e to b72e513 Compare December 23, 2021 14:21
@ennru ennru marked this pull request as ready for review December 23, 2021 14:49
@ennru ennru force-pushed the ennru-drop-scala-2.12 branch from b72e513 to ab3a13b Compare January 13, 2022 09:37
@ennru ennru force-pushed the ennru-drop-scala-2.12 branch from ab3a13b to affcb97 Compare January 13, 2022 12:27
Copy link
Member

@johanandren johanandren left a 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 _ =>
Copy link
Member

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

Copy link
Member Author

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.

@ennru ennru merged commit 1a1dab1 into akka:master Jan 13, 2022
@ennru ennru deleted the ennru-drop-scala-2.12 branch January 13, 2022 17:01
@patriknw patriknw mentioned this pull request Sep 19, 2022
ennru pushed a commit that referenced this pull request Sep 20, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants