Commit 7086ef4
committed
change MetadataSchemaDraftDTO.abstractSchema boolean to Boolean
this fixes the following error:
"Cannot map null into type boolean (set DeserializationFeature.FAIL_ON_NULL_FOR_PRIMITIVES to 'false' to allow)"1 parent 8259751 commit 7086ef4
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- src
- main/java/org/fairdatateam/fairdatapoint/api/dto/schema
- test/java/org/fairdatateam/fairdatapoint/acceptance/schema
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments