JAVA-2404: Prevent DBObjectCodecProvider from providing a Codec for a… · zzd4java/mongo-java-driver@f10bebf · GitHub
Skip to content

Commit f10bebf

Browse files
committed
JAVA-2404: Prevent DBObjectCodecProvider from providing a Codec for a DBObject that is also a List.
Othewise, it will provide the DBObjectCodec for BasicDBList which is incorrect. With this change, the IterableCodecProvider will end up providing ListCodec, which is the correct thing to do.
1 parent 932221b commit f10bebf

2 files changed

Lines changed: 55 additions & 1 deletion

File tree

driver/src/main/com/mongodb/DBObjectCodecProvider.java

Lines changed: 2 additions & 1 deletion
Lines changed: 53 additions & 0 deletions

0 commit comments

Comments
 (0)