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

Remove @Beta from RetryListener #38

Closed
sleberknight opened this issue Jan 21, 2021 · 0 comments · Fixed by #46
Closed

Remove @Beta from RetryListener #38

sleberknight opened this issue Jan 21, 2021 · 0 comments · Fixed by #46
Assignees
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Milestone

Comments

@sleberknight
Copy link
Member

The @Beta was added to RetryerListener (in the original guava-retrying library) so that the project "can continue iterating here without freezing the public API". It came from rholder/guava-retrying#36

But, I don't see any reason to continue having @Beta annoy us (and anyone else who might ever chance upon and use this library) with reminders about "Unstable API usage" by Sonar, IntelliJ, etc.

@sleberknight sleberknight added the code cleanup Fix issues reported by Sonar or any other code analysis tools label Jan 21, 2021
@sleberknight sleberknight added this to the 0.5.0 milestone Jan 21, 2021
sleberknight added a commit that referenced this issue Jan 21, 2021
@sleberknight sleberknight self-assigned this Jan 22, 2021
chrisrohr pushed a commit that referenced this issue Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanup Fix issues reported by Sonar or any other code analysis tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant