You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MappingCouchbaseConverter converts this into a mix of CouchbaseDocuments & CouchbaseLists and sends it to couchbase Transcoder which encodes it and stores it into DB.
Issue: JacksonJsonSerializer used by JsonTranscoder serialises the above object into
spac-valentin opened DATACOUCH-560 and commented
I have an entity without a strict structure (user can add custom fields/json objects)
MappingCouchbaseConverter converts this into a mix of CouchbaseDocuments & CouchbaseLists and sends it to couchbase Transcoder which encodes it and stores it into DB.
Issue: JacksonJsonSerializer used by JsonTranscoder serialises the above object into
Workaround:
In your CouchbaseConfiguration, override configureEnvironment and provide a custom object mapper to handle this scenario
CouchbaseJacksonModule
I was expecting this to work OOTB
Affects: 4.0 GA (Neumann)
Referenced from: pull request runnerway@fed0e5f
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: