simple-bigtable icon indicating copy to clipboard operation
simple-bigtable copied to clipboard

Results 8 simple-bigtable issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.google.cloud.bigtable:bigtable-client-core from 1.27.1 to 1.28.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.codehaus.mojo:animal-sniffer-annotations from 1.20 to 1.22. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.google.errorprone:error_prone_annotations from 2.15.0 to 2.18.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade io.netty:netty-bom from 4.1.79.Final to 4.1.87.Final. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade io.grpc:grpc-bom from 1.47.0 to 1.52.1. :information_source: Keep your dependencies up-to-date....

I create a simple-bigtable client, and try to run the following to read a few rows: ```java bigtable.read("table").rows().family("columnFamily").columns() .startQualifierOpen("someQualifier").endQualifierClosed("zomeQualifier").executeAsync() ``` When I run the code with that client, I receive...

I try to import the library with Maven as instructed in the _README.md_ but I get the following error: > Dependency 'com.spotify:simple-bigtable:LATEST_RELEASE' not found It seems that the project is...