Commit 96fd5e4
committed
fix: Change Redis cache serialization to WRAPPER_ARRAY format
- Fix SerializationException with List<EventDefinitionResponse>
- Change from JsonTypeInfo.As.PROPERTY to WRAPPER_ARRAY
- WRAPPER_ARRAY format is more compatible with collections
- Resolves 500 error on /api/v1/events/active endpoint1 parent aee4a63 commit 96fd5e4
1 file changed
Lines changed: 4 additions & 3 deletions
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments