Couchbase storing Lists weird

Hello all,

I am setting up a small home project for fun to learn better spring + couchbase and today upon trying to save to couchbase I have come across this an issue. When I save an object with variables which are List or List the serialization result is something like this:

“name”: “nameSample”,
“location”: “locationSample”,
“categories”: {
“empty”: false
}

Every List is serialized like this and I do have @Document annotation on the Objects + @Field annotation on its fields, any ideas what is going wrong?

This is fixed in 4.0.2 which was released on Wednesday.
https://jira.spring.io/browse/DATACOUCH-560