An open API service indexing awesome lists of open source software.

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)

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
```