Description
JsonObject.put(String, Object) and JsonArray.add(Object) fail if the given value is a List or Map, even though we support this ability via the specialized methods like JsonObject.put(String, List<?>).
This is an issue because Spring Data Couchbase likes to pass a List to JsonArray.add(String, Object).
Attachments
Issue Links
- links to
For Gerrit Dashboard: JCBC-1574 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
120868,3 | JCBC-1574 JsonObject/Array.put(String,Object) fails on Map or List | master | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
120912,4 | JCBC-1574 JsonObject/Array.put(String,Object) fails on Map or List | colossus | couchbase-jvm-clients | Status: MERGED | +2 | +1 |
120924,2 | JCBC-1574 JsonObject/Array.put(String,Object) fails on Map or List | master | couchbase-java-client | Status: MERGED | +2 | +1 |