spring-projects / spring-projects/spring-data-rest
PUT behave differently after version upgrade [DATAREST-1125]
Open
@odrotbohm is already working on this.
Since Dec 31, 2020.
type: bug
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Abdelhakim Atmani opened DATAREST-1125 and commented
We are using the library spring-data-rest-webmvc to create a CRUD api. But since the upgrade to the version 2.6.6 from 2.5.1 the application is working differently.
As you can see in the screenshot with_version_2.5.1.png we have the associated entities in the response but not in with_version_2.6.6.png
Affects: 2.6.6 (Ingalls SR6)
Attachments:
- curl_command.txt (314 bytes)
- with_version_2.5.1.png (368.20 kB)
- with_version_2.6.6.png (385.43 kB)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.