Commit 61ac464
committed
Fix override of canRead(…) in AlpsJacksonJsonHttpMessageConverter.
We invalidly overrode canRead(ResolvableType, MediaType) which caused our opt-out for deserialization not being applied and thus, the converter being used for payload deserialization.
Fixes GH-2533.1 parent e02ea86 commit 61ac464
1 file changed
Lines changed: 5 additions & 0 deletions
File tree
- spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/alps
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
0 commit comments