Stefan Bildl
Stefan Bildl
Here is a hotfix for the problem: Just use the following ReferenceResolver ```java @Bean @Override public MappingMongoConverter mappingMongoConverter(MongoDatabaseFactory databaseFactory, MongoCustomConversions customConversions, MongoMappingContext mappingContext) { DbRefResolver dbRefResolver = new MyReferenceResolver(databaseFactory); MappingMongoConverter...
Hi, any news on this issue? Thank you.
@christophstrobl thanks, looks good to me. Your refactor makes it way easier to understand!
Oh, one thing I just noticed: This is immutable: Collections.emptyList(); This could produce another bug where a user would try to add new entries to the empty list. I intentionally...
@christophstrobl please review this, thanks!
I think I get it now. the iterable is converted to the target type, am I right?
I think it shouldn't be the default, but maybe include it as a comment.
Any news regarding quill 2.0 support?