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
db-client depends on grpc-protobuf, which depends on proto-google-common-protos
db-client jar contains the following classes
com.google.rpc.Code
com.google.rpc.CodeProto
com.google.rpc.Status
com.google.rpc.StatusOrBuilder
com.google.rpc.StatusProto
which also exist in proto-google-common-protos jar.
I am not sure if the contents are the same or not, but this can lead to hard-to-detect problems if the order in which these jar appears in the application's classpath varies.
If i am not mistaken, these classes should not be included into db-client jar