Files
spring-data-rest/spring-data-rest-webmvc
Oliver Drotbohm 18dc75a577 Fix PUT merge handling for polymorphic properties.
We now replace the original value of polymorphic properties with the newly deserialized one if the type of the new one is different from the old one. We still copy all JSON ignored properties to the new instance to make sure that non-exposed, server-side state is retained. We apply the same handling for explicitly immutable source and/or target types.

Fixes #2130.
2022-04-04 14:51:44 +02:00
..
2022-03-21 10:20:31 -05:00