https://github.com/rm3l/sdr-issue-map-unmarshalling
Test case demonstrating an issue with Spring Data REST when attempting to POST a new resource with a Map (SpringBoot 2.2.0)
https://github.com/rm3l/sdr-issue-map-unmarshalling
Last synced: 10 months ago
JSON representation
Test case demonstrating an issue with Spring Data REST when attempting to POST a new resource with a Map (SpringBoot 2.2.0)
- Host: GitHub
- URL: https://github.com/rm3l/sdr-issue-map-unmarshalling
- Owner: rm3l
- Created: 2019-10-20T23:41:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T10:17:13.000Z (over 5 years ago)
- Last Synced: 2025-04-04T17:23:30.995Z (over 1 year ago)
- Language: Java
- Homepage: https://jira.spring.io/browse/DATAREST-1441
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Link to issue** : [DATAREST-1441](https://jira.spring.io/browse/DATAREST-1441) (now moved to [spring-projects/spring-data-rest#1801](https://github.com/spring-projects/spring-data-rest/issues/1801))
**Notes**
- Might be related to [DATAREST-960](https://jira.spring.io/browse/DATAREST-960) (now moved to [spring-projects/spring-data-rest#1330](https://github.com/spring-projects/spring-data-rest/issues/1330))
**How to run**
```bash
./gradlew --info test -Dtest.logging.level.org.rm3l=TRACE
```