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
Consider whether google-cloud-java should have its own definition of @ExperimentalApi (or maybe it should be in gax-java). Protobuf has one (public), and gRPC has its own of the same name (marked @Internal).
In google-cloud-core, mark everything that is not used by Datastore/Storage/Logging as experimental.
Remove any remaining @Deprecated things
Make sure no deprecated features in dependencies are used that have a replacement