You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #3284 several classes in com.google.common.hash were promoted from @Beta, most notably Hashing and HashFunction. @netdpb also mentioned there was a review of "all @beta APIs with the intention of removing @beta from all that have no serious outstanding API issues" (see this comment.
Having said that, BloomFilter, related Funnel(s) and PrimitiveSink still remain in @Beta, so please consider promoting these classes — they seem widely used and pretty stable (they're a part of Guava since version 11.).
Related feature request: #2226 (extracting ProbablisticFilter interface).
The text was updated successfully, but these errors were encountered:
In #3284 several classes in
com.google.common.hash
were promoted from@Beta
, most notablyHashing
andHashFunction
. @netdpb also mentioned there was a review of "all @beta APIs with the intention of removing @beta from all that have no serious outstanding API issues" (see this comment.Having said that,
BloomFilter
, relatedFunnel(s)
andPrimitiveSink
still remain in@Beta
, so please consider promoting these classes — they seem widely used and pretty stable (they're a part of Guava since version 11.).Related feature request: #2226 (extracting
ProbablisticFilter
interface).The text was updated successfully, but these errors were encountered: