-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.0.0
-
Component/s: Codecs
The attached groovy script works with 2.13.0 but fails with 3.0.0.
The problem is probably related to the PersistentArrayMap class that I create the BasicDBObject from.
Wild guess: Maybe PersistentArrayMap implements an interface that the driver interprets as a marker for a list rather than for a map.
- is related to
-
JAVA-1809 DocumentCodec and DBObjectCodec treat nested Maps/Iterables differently
- Closed