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

MigrationSystem does not exist in Akka #6442

Closed
scabug opened this issue Sep 28, 2012 · 4 comments
Closed

MigrationSystem does not exist in Akka #6442

scabug opened this issue Sep 28, 2012 · 4 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Sep 28, 2012

The actors migration guide was based on the 'MigrationSystem' object from Akka. This object has been removed from Akka and this renders the Actor Migration Kit useless.

The following things need to be changed:

  • MigrationSystem needs to be removed from Scala
  • Replacement from Akka needs to be added to scala
  • All test cases starting with "actmig" need to be modified to use the replacement
  • All the examples in the actor migration guide need to be modified to the new abstraction
  • There needs to be a paragraph about how to configure Akka actor systems to work after the migration
@scabug
Copy link
Author

scabug commented Sep 28, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6442?orig=1
Reporter: @vjovanov
Affected Versions: 2.10.0
Other Milestones: 2.10.0-RC1

@scabug
Copy link
Author

scabug commented Sep 29, 2012

@phaller said:
Pull request #1425 removes the MigrationSystem and adds an ActorDSL object which also exists in Akka. The pull request also fixes all the "actmig" test cases to use ActorDSL.

The actor migration guide updates are not part of this issue. They should happen independently from this bug fix, as explained by Josh Suereth. As a result the pending migration guide update will not block the staging of the Scala 2.10.0 distribution. Instead, they will be handled in the same way as other pending updates to docs.scala-lang.org.

@scabug
Copy link
Author

scabug commented Oct 18, 2012

@heathermiller said:
scala/scala#1425

@scabug
Copy link
Author

scabug commented Oct 29, 2012

@phaller said:
Fixed in above pull request mentioned by Heather.

@scabug scabug closed this as completed Oct 29, 2012
@scabug scabug added the blocker label Apr 7, 2017
@scabug scabug added this to the 2.10.0-M7 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants