-
I am getting this exception (java.lang.String cannot be cast to java.lang.Long) when I have the version field declared as String and annotated with org.springframework.data.annotation.Version
```
…
-
We've made some initial progress in #7148, #6613, #6537, #6497, #6484, #6486, #6485, #5774, #5688, #5679, #5668, #5660, #5596, #5581, #5521, #5504, #5399, #3768, #3525 (among others)
But there's so…
-
skip
-
In a Spring Boot application (Spring Boot 2.7.3) using both spring-boot-starter-couchbase and spring-boot-starter-devtools during application startup this exception happens:
`com.couchbase.client.c…
-
I was looking at your sample project, I'm not familiar with Couchbase or how Spring Data Couchbase interacts with it.
Could you explain how to setup Couchbase to you work with your sample? Speci…
-
Hello,
I was following the [DTO Projection](https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/#couchbase.ansijoins:~:text=Iterable%3CAirport%3E%20findAll()%3B%0A%0A%7D-,5.3.4…
-
| **Spring Data Module** | **Tipo de Banco de Dados** | **Caso de Uso Principal** | **Características Específicas** …
-
Hi,
I have tried code written in https://github.com/ldoguin/spring-session-couchbase/blob/master/spring-session-couchbase-listener/src/main/java/org/springframework/session/data/couchbase/Couchbase…
-
The choice of the properties to configure Couchversion does not fit well with spring configuration options. Spring has
- spring.couchbase.username
- spring.couchbase.bucket-name
- spring.data.cou…
-
Hi, i want to define indexes in my @Document entitys, but when ApplicationStartup, spring-data-couchbase creates indexes under myBucket._default, so i cant understand why, when i check spring data cou…