Skip to content

Conversation

@He-Pin
Copy link
Contributor

@He-Pin He-Pin commented Aug 27, 2023

Remove deprecated methods in GraphStage since 2.6.0

@He-Pin He-Pin force-pushed the removeOnDownstreamFinish branch from 5aef59c to 06b8733 Compare August 27, 2023 10:06
@He-Pin He-Pin changed the title -str Remove deprecated onDownstreamFinish() in GraphStage. -str Remove deprecated methods in GraphStage since 2.6.0 Aug 27, 2023
@He-Pin He-Pin force-pushed the removeOnDownstreamFinish branch from 06b8733 to fc45c64 Compare August 27, 2023 10:17
@He-Pin He-Pin force-pushed the removeOnDownstreamFinish branch from fc45c64 to ff27e09 Compare August 27, 2023 10:39
@throws(classOf[Exception])
@deprecatedOverriding("Override `def onDownstreamFinish(cause: Throwable)`, instead.", since = "2.6.0") // warns when overriding
@deprecated("Call onDownstreamFinish with a cancellation cause.", since = "2.6.0") // warns when calling
def onDownstreamFinish(): Unit = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wonder if this has been fully migrated everywhere in Akka libraries? We might want to keep this for some longer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's a problem.

Copy link
Contributor

Choose a reason for hiding this comment

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

Only stream contrib among the repo mains as far as I can see, but still might be best to keep it around for some more time.

@Roiocam
Copy link
Contributor

Roiocam commented Oct 11, 2023

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 this pull request may close these issues.

4 participants