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...
**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** opened **[DATACOUCH-555](https://jira.spring.io/browse/DATACOUCH-555?redirect=false)** and commented --- No further details from [DATACOUCH-555](https://jira.spring.io/browse/DATACOUCH-555?redirect=false)
**[UmairYasin](https://jira.spring.io/secure/ViewProfile.jspa?name=umairyasin)** opened **[DATACOUCH-464](https://jira.spring.io/browse/DATACOUCH-464?redirect=false)** and commented I am using document based multi tenant approach where each document in couchbase db have tenant-ID field. Now for all the queries that are executing...
**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** opened **[DATACOUCH-521](https://jira.spring.io/browse/DATACOUCH-521?redirect=false)** and commented In 4.0.x the kotlin extensions have been removed, but should be readded eventually --- No further details from [DATACOUCH-521](https://jira.spring.io/browse/DATACOUCH-521?redirect=false)
**[David Saadeh](https://jira.spring.io/secure/ViewProfile.jspa?name=david.saadeh)** opened **[DATACOUCH-524](https://jira.spring.io/browse/DATACOUCH-524?redirect=false)** and commented Currently null fields are ignored ... it would be helpful if there is an ability to explicitly allow a field with a null value...
**[deniswsrosa](https://jira.spring.io/secure/ViewProfile.jspa?name=deniswsrosa)** opened **[DATACOUCH-540](https://jira.spring.io/browse/DATACOUCH-540?redirect=false)** and commented Having to define `@ScanConsistency`(query = QueryScanConsistency.REQUEST_PLUS) multiple times in a repository is too verbose. Ideally, we should have also a global annotation in the repository...
**[deniswsrosa](https://jira.spring.io/secure/ViewProfile.jspa?name=deniswsrosa)** opened **[DATACOUCH-537](https://jira.spring.io/browse/DATACOUCH-537?redirect=false)** and commented Add a similar behavior to Mongo's AfterConvertEvent (https://docs.spring.io/spring-data/data-mongodb/docs/current/api/org/springframework/data/mongodb/core/mapping/event/AfterConvertEvent.html) This feature is a request of a developer: https://twitter.com/vijvij123/status/1258753267665760256 --- No further details from [DATACOUCH-537](https://jira.spring.io/browse/DATACOUCH-537?redirect=false)
**[deniswsrosa](https://jira.spring.io/secure/ViewProfile.jspa?name=deniswsrosa)** opened **[DATACOUCH-536](https://jira.spring.io/browse/DATACOUCH-536?redirect=false)** and commented Update spring-boot-starter-data-couchbase can't be used with RBAC, we need to add the option to also inform the user --- **Affects:** 4.0 RC2 (Neumann)
**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** opened **[DATACOUCH-518](https://jira.spring.io/browse/DATACOUCH-518?redirect=false)** and commented --- No further details from [DATACOUCH-518](https://jira.spring.io/browse/DATACOUCH-518?redirect=false)
**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** opened **[DATACOUCH-522](https://jira.spring.io/browse/DATACOUCH-522?redirect=false)** and commented The documentation needs to contain a section which documents: * How do depend on transacations (pom sample) * How to create the right bean(s)...
**[David Kelly](https://jira.spring.io/secure/ViewProfile.jspa?name=kelly)** opened **[DATACOUCH-497](https://jira.spring.io/browse/DATACOUCH-497?redirect=false)** and commented So by default, we don't raise any exceptions when a `repository.save()` fails, apart from a couple CAS-related possibilities. Our options are NONE or EXCEPTION...