CouchbaseMock
CouchbaseMock copied to clipboard
A Java mock for Couchbase
Hi team, I cannot pull this dependency into my environment due to `sonatype-2018-0590` Could you please update the dependencies? See https://github.com/mozilla/rhino/issues/479
Hi, I'm currently working on the test of my application with CouchbaseMock in the following context: CouchbaseMock 1.5.25 and Couchbase Java SDK is 3.0.10. Establishing a connection to the bucket,...
When I test bucket.defaultCollection().exists(id); in couchbase v3 API, It will return UNKNOWN command error ``` GetMetaRequest failed with unexpected status code UNKNOWN com.couchbase.client.core.error.CouchbaseException: GetMetaRequest failed with unexpected status code UNKNOWN...
[couchbase-client-impl.zip](https://github.com/couchbase/CouchbaseMock/files/5325583/couchbase-client-impl.zip) Hello I currently work on the test of my application with the CouchbaseMock The version of the couchabse mock is 1.5.25 The version of the Couchbase Java SDK is...
I'm thinking about the following: 1: We can take a bit of inspiration from the design/structure/tooling of https://github.com/JSQLParser/JSqlParser to give us a "base" for this feature. 2: We can lift/reuse...
When I trying to connect to CouchbaseMock in my porject, TimeoutException occurs. I can find Couchbase client trying to connect to 11210port . But CouchbaseMock do not seems to open...
org.iq80.snappy:snappy:0.4 version has a security vulnerability https://nvd.nist.gov/vuln/detail/CVE-2018-7577 Is it possible to use this instead, please? ``` org.xerial.snappy snappy-java 1.1.7.5 ```
Please create a new version to include this change https://github.com/couchbase/CouchbaseMock/commit/9093cf079c8c19cc6e1c3ad862c2260093ca79a0 Thanks :)