Commit 884b846
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 884b846
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/alps
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | | - | |
| 100 | + | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
| |||
0 commit comments