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

Deprecated annotation on the actors library #6807

Closed
scabug opened this issue Dec 12, 2012 · 4 comments
Closed

Deprecated annotation on the actors library #6807

scabug opened this issue Dec 12, 2012 · 4 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Dec 12, 2012

Users get confused with the lack of deprecation warnings on the classes in the Actors library. All public classes in scala.actors should be deprecated.

This message would be in the @deprecated:
(Since version 2.10.0) Use the akka.actors package instead. For migration of existing actors refer to the Actors Migration Guide.

If it is too late for adding @deprecated we can add notes in the API documentation.

@scabug
Copy link
Author

scabug commented Dec 12, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6807?orig=1
Reporter: @vjovanov

@scabug
Copy link
Author

scabug commented Feb 5, 2013

@retronym said:
The deprecation should happen in 2.11.0.

Here was the PR that proposed to perform this earier: scala/scala#1903

@scabug
Copy link
Author

scabug commented Feb 5, 2013

@retronym said:
And one against master: scala/scala#2070

@scabug
Copy link
Author

scabug commented Feb 22, 2013

@JamesIry said:
Third time is the charm scala/scala#2082

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants