spring-data-rest icon indicating copy to clipboard operation
spring-data-rest copied to clipboard

Issue 2495: Response error codes handling for multi link request

Open anayonkars opened this issue 7 months ago • 1 comments

This PR is to solve issue 2495.

It handles correction of error codes for single association resource. However, it doesn't (yet) handles multiple association resource.

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

anayonkars avatar Jun 29 '25 17:06 anayonkars

Apologies for formatting issues. I was able to configure eclipse formatter in intellij. However, couldn't fix import order. @mp911de, please review and let me know in case of any issues.

anayonkars avatar Jun 30 '25 15:06 anayonkars