spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
737 stars 339 forks source link

Reuse custom converters from `AggregateReferenceConverters` #1785

Closed schauder closed 1 month ago

schauder commented 2 months ago

Let the AggregateReference converters now receive also custom converters as delegates. Remove the ArrayToObjectConverter which just uses the first element of the array from the DefaultConversion service.

Closes https://github.com/spring-projects/spring-data-relational/issues/1750

mp911de commented 1 month ago

That's merged, polished, and backported now.