-
Notifications
You must be signed in to change notification settings - Fork 11k
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 RangeSet and RangeMap #3376
Comments
(The only part of Range that's still beta is asSet().) I feel like we should be able to take care of these in the next batch of debeta-ings. |
@cpovirk |
@tyomka Can I work on this? |
Is there any update on this? |
Is there any news? |
Any news about this? |
I'm kinda waiting for someone from the Guava team to validate my pull request. Is there anything i can do? |
+1 to remove |
I can see that the issue is open for more than a year. Is the Guava team at least considering this request? |
Any updates on removing @beta for RangeMap (also applies to TreeRangeMap)? |
Any updates on removing @beta for RangeMap (also applies to TreeRangeMap)? |
This is now fixed. |
@kluever Do you know which version this fix is going to be released in? |
It'll be in the next version of Guava --- I think @cpovirk was planning on cutting a release in the next few weeks? |
Yes, maybe the end of next week if all goes well. If not, I'd hope the week after. |
@cpovirk, It's helpful if you can state the release number when it will be fixed. Because many of us dependent issues and we want to write 'Fixed in Guava 32.0' and move on. |
It will be 32.0.0. (Even though it will be a major-version bump, the release will probably not contain any breaking changes to Guava itself: It will just contain a small breaking change to the much less used guava-testlib, and we keep the version numbers of the two in sync.) |
Range has been marked with
@Beta
since 10.0 (September 28, 2011).RangeMap, RangeSet and their implementations since 14.0 (February 25, 2013).
I would like to propose to remove the
@Beta
annotation.The text was updated successfully, but these errors were encountered: