spring-data-couchbase
spring-data-couchbase copied to clipboard
Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data acce...
We are using transactions via couchbase-java-sdk now we want move to @Transactional, released as part of Spring Data Couchbase 4.4.2. Do you have any documentation on how to implement it?...
Hello, I was playing with transactions provided by couchbase and spring data following the documentation from [here](https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#couchbase.transactions) I noticed that there's a difference if I persist a document with a...
From rbleuse. Closes #1529. - [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATACOUCH)....
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** opened **[DATACOUCH-520](https://jira.spring.io/browse/DATACOUCH-520?redirect=false)** and commented --- No further details from [DATACOUCH-520](https://jira.spring.io/browse/DATACOUCH-520?redirect=false)
**[Domenico Ursoleo](https://jira.spring.io/secure/ViewProfile.jspa?name=udomenico)** opened **[DATACOUCH-455](https://jira.spring.io/browse/DATACOUCH-455?redirect=false)** and commented Couchbase has a Field Level Encryption feature that encrypt field of a Document simply putting the `@EncryptField` annotation on a field of the document...
The link should be https://github.com/spring-projects/spring-data-couchbase/issues
https://couchbase.slack.com/archives/CC6GX1CJJ/p1647340570657629 https://issues.couchbase.com/browse/JCBC-1923 solutions is: the configureEnvironment() method in the configuration class needs to be overridden and enable TLS and specify the trustcertificate. ``` @Override protected void configureEnvironment(final ClusterEnvironment.Builder builder) {...