fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 156 forks source link

Fixed that .distinct() doesn't decode values #313

Closed fluidsonic closed 6 years ago

fluidsonic commented 6 years ago

This makes sure that .distinct(…, SomeType.class) properly uses the decoder for SomeType.

Added a test for it.

twillouer commented 6 years ago

Can you review conflicts ?

Thanks btw

fluidsonic commented 6 years ago

@twillouer rebased on current master

clamothe commented 6 years ago

I experienced this as well. @twillouer could you create a release that includes this?