Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
69 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 ...
Mauro Monti's user avatar
  • 1,110
1 vote
0 answers
70 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....
AkhileshSoni's user avatar
1 vote
1 answer
39 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 ...
arqam's user avatar
  • 3,819
2 votes
1 answer
94 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 ...
axnet's user avatar
  • 5,850
1 vote
2 answers
336 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 ...
soumitra goswami's user avatar
0 votes
1 answer
178 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 ...
A_xay Queuemar's user avatar
1 vote
2 answers
102 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 ...
Saher Al-Sous's user avatar
1 vote
1 answer
101 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 -- ...
Amir Choubani's user avatar
1 vote
2 answers
120 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 ...
Frontier's user avatar
1 vote
2 answers
37 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, ...
satya rajasekhar's user avatar
0 votes
2 answers
364 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-...
RahuL Sharma's user avatar
0 votes
0 answers
49 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 ...
Manu S Nair's user avatar
0 votes
1 answer
89 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 ...
ER.Silwal's user avatar
0 votes
1 answer
107 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 ...
CEDDM's user avatar
  • 21
0 votes
0 answers
266 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 ...
Anurag Jain's user avatar

15 30 50 per page
1
2 3 4 5
27