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

Add deprecation documentation to code #305

Open
astubbs opened this issue May 28, 2020 · 3 comments
Open

Add deprecation documentation to code #305

astubbs opened this issue May 28, 2020 · 3 comments

Comments

@astubbs
Copy link

astubbs commented May 28, 2020

For example, specifically, ConcurrentQueueSpec is marked as deprecated, but there's no information what's been deprecated in favour of, or why. The source commit (614a6f0) also gives no information.

@Deprecated//(since = "3.0.0")
public final class ConcurrentQueueSpec
@nitsanw
Copy link
Contributor

nitsanw commented May 28, 2020

@astubbs Thanks for reporting! can you contribute a PR?

@astubbs
Copy link
Author

astubbs commented May 30, 2020

Normally I'd say sure - but I still have no idea why it's been deprecated! :)

@nitsanw
Copy link
Contributor

nitsanw commented May 30, 2020

Oh, that's because no external usage was reported and we aim to minimize the surface area.

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