Jens Schauder

Results 356 comments of Jens Schauder

We should add documentation and add a check that results in an error if there are nested Sets without `@Id`

I like the basic idea of adding a validation step. * We should avoid the term `Schema` here since this is unrelated to schema validation. * This is not about...

The issue came up again in https://stackoverflow.com/a/79828705/66686 There is a reproducer in https://github.com/schauder/stackoverflow/tree/main/jdbc/deep-aggregate/list-with-set-reproducer After rereading this issue there seem to be two related but different issues being discussed: a) `Set`...

> I left a few comments. I assumed this PR would had addressed the issue of late converter registration so that we can remove `AggregateReferenceConverters` by considering `AggregateReference` in `writeValue`...