Christoph Strobl
Christoph Strobl
Related to spring-projects/spring-data-commons#390
See: `LazyLoadingProxyFactory#createLazyLoadingProxy` This would allow us to get rid of a code path that is only there to support proxies in GraalVM native image.
Resolves: #4037
We now make sure to provide an `id` value that matches the desired target type when no `id` is set, and the property defines an explicit conversion target. Previously a...
We now make sure to convert references in update operations targeting collection like fields when using eg. the `push` modifier. Closing: #4041
We now consider a potentially set target field type when converting the pointer. Closes: #4033