Stefan Bildl

Results 10 comments of 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...

@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...

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?

I tried to use the newest version quill@"2.0.0-rc.0" but these errors appeared. ``` Error: node_modules/.pnpm/@[email protected][email protected]/node_modules/@xeger/quill-image-actions/lib/ImageActions.d.ts:1:15 - error TS2614: Module '"quill"' has no exported member 'Quill'. Did you mean to use...