spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
913 stars 561 forks source link

Fix updating nested collection fields using JSON Patch #2403

Closed EdikAmperyan closed 2 months ago

EdikAmperyan commented 2 months ago

Fix updating nested collection fields using JSON Patch

Closes https://github.com/spring-projects/spring-data-rest/issues/2401 Related tickets https://github.com/spring-projects/spring-data-rest/issues/2401

mp911de commented 2 months ago

Closing as duplicate of #2402