Jens Schauder

Results 101 issues of Jens Schauder

Only merge when this version is actually available.

Instead of using special code paths for the handling of arrays these should be handled by converters. The same #992 to did for `AggregateReference`

Hibernate 6 has a solution we might be able to learn from. https://thorben-janssen.com/hibernate-6-offsetdatetime-and-zoneddatetime/

theme: date-time

Spring Data JDBC & R2DBC currently use different ways to implement integration tests. JDBC * creates an `ApplicationContext` and uses Spring profiles to create the right kind of database. *...

See #1147 This should be configurable. The default should be the old behavior. Names specified in `MappedCollection` should override any default.

* Create an example for storing enums with their ordinal value instead of their name using a conversion to `JdbcValue`. * Create an example for storing enums as Postgres enums....

type: task

This became obvious when analysing #1127 Part of this problem is hopefully fixed by a fix for #1089. We have multiple checks for determining what datatype a value should get...

in: mapping

There is a reproducer for this: https://github.com/schauder/stackoverflow/commit/d78ce9d347519d5b1412b64d89c34c43e30fe36a The example is based on a Stackoverflow question: https://stackoverflow.com/q/70674008/66686 The structure in question looks like this: `Student -> Set` `CourseRef -> List` The...

type: bug