Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 1
1 answer
77 views

I am working on a service that uses Spring Data Couchbase and I have an entity that maps some of the fields of a document and I need all the other fields to be mapped to a Map<String, Object>. I ...
Score of 1
0 answers
80 views

I am getting this one warning during the initialization of my Spring Boot application. 2025-06-19 13:22:15:458 [main] DEBUG c.c.c.c.d.i.n.u.i.PlatformDependent0 - [MessageId: ] - [TraceId: ] - -Dio....
Score of 1
1 answer
44 views

My issue is with the TestContainer behavior. I am trying to test my code in couchbase testcontainer but facing certain anomaly. My main part of code public void execute() { boolean success ...
Score of 2
1 answer
99 views

I am having Controller, Service, Repository kind of Spring web project having enterprise couchbase server as DB, I am using spring-data-couchbase for querying data of couchbase, and I am using @Query ...
Score of 1
2 answers
361 views

I am working on an OTP (one-time password) provider microservice and I want to cache the OTPs in Couchbase and retrieve them for a given key. I am able to achieve this using the following pieces of ...
Score of 0
1 answer
186 views

I am working on a Spring Boot application (version 3.2.2) and I am trying to connect to Couchbase using the Couchbase Java Client (version 2.7). However, I am encountering an issue where the ...
Score of 1
2 answers
107 views

I have a Spring micro-service that has been working for months now. The owner wanted to add 2 additional function, one of them required a custom query: SELECT Meta().id AS __id, * FROM `bucket` WHERE ...
Score of 1
1 answer
108 views

For couchbase 7, Is there a way to handle rebalance node events within a spring boot application (actuator) ? If the database is in rebalance, I need to put the application health indicator to DOWN -- ...
Score of 1
2 answers
126 views

I have a super simple Couchbase-Spring-Data project hooked up to a Couchbase 6.6 instance, based on the walkthrough from bealdung The project works as expected and I'm able to create and read ...
Score of 1
2 answers
39 views

Few of the mapper classed moved to different packages, so how I can I retrieve the old documents with _class in my couchbase document. Hi, I tried to follow the steps related to couchbasetypemapper, ...
Score of 0
2 answers
369 views

I have a Spring Boot Service which is connecting to Couchbase Db to perform basic Crud operations using spring-boot-starter-data-couchbase. Spring Boot Version = 3.0.5 spring-boot-starter-data-...
Score of 0
0 answers
50 views

Hi I am new to Springboot, I have 2 Springboot applications, DSM saveDataAPI DSM is used to handle all the DB related interactions. in DSM I have, component class Repository - uses ...
Score of 0
1 answer
91 views

Got the following error while trying to use parameterized class/ Document for couchbase Attribute of type com.testing.couchbase.model.Address cannot be stored and must be converted. I created 2 ...
Score of 0
1 answer
110 views

I'm trying to create a Spring Batch in order to copy Couchbase data from one cluster to another. I'm using Spring Data Couchbase. But I can't figure out how to have 2 different repositories on 2 ...
Score of 0
0 answers
276 views

We are trying to migrate to spring boot 3.0, Spring data couchbase has version : 5.1.4 We had previous update query which used work. now after migrating to springboot 3 we are getting below error for ...

15 30 50 per page
1
2 3 4 5
27