Michael Reiche

Results 172 comments of Michael Reiche

I hit this running an older mongodb driver against a newer mongodb server. Using a new driver fixed the problem. MongoError: Invalid namespace specified 'mydatabase.system.indexes'

@sdeleuze @jhoeller @mp911de @daschl @programmatix Hi folks - I was wondering if you have any input on this? We are also considering providing our own CouchbaseTransactionInterceptor bean that overrides invokeWithinTransaction()...

@gumanoid - it's possible to override TransactionInterceptor with your own class like we did for Couchbase. And define transactionInterceptor() bean in your configuration (the post just above yours). https://github.com/spring-projects/spring-data-couchbase/blob/main/src/main/java/org/springframework/data/couchbase/transaction/CouchbaseTransactionInterceptor.java spring.main.allow-bean-definition-overriding=true

Before I go into investigating the differences - couchbase-transactions are directly supported in spring-data-couchbase in 5.0.0-M5 It's not necessary to do the conversion. [ the doc is staged at https://mikereiche.github.io/staged/...

you need to use target.export instead of target.content to get the correct serialization.

> I also tried to use the 5.0.0-M5 and I'm facing this exception (it's same with the snapshot one) I'll see if I can eliminate that block(). I'm curious how...

com.couchbase.client couchbase-encryption ${version}

referenced by https://issues.couchbase.com/browse/JVMCBC-1129 rfc - https://github.com/couchbaselabs/sdk-rfcs/blob/master/rfc/0064-sdk3-field-level-encryption.md doc - https://docs.couchbase.com/java-sdk/current/howtos/encrypting-using-sdk.html

join is implemented in QueryDSL support. But it only facilitates something like 'satisfies'.

It looks like this has been added.