Commit 72ca579
Improve resiliency of Java SDK when deserialising enums/oneOfs (#944)
* add client deserialization cassette
* Java Resiliency
* add package to UnparsedObject template
* fix pojo
* Fix setActualInstance to accept UnparsedObject instances
* add equals method for enum classes
* add getter/setter for UnparsedObject
* ignore unparsed attribute on serialization
* override UnparsedObject toString method to fix serialization issues on instance fields
* override UnparsedObject equals methods
* fixes
* add custom serializer to the UnparsedObject class
* update client resiliency cassette
* fixing errors
* update lookUp method to try to fetch data when attribute is not found
* Add Custom Serializer/Deserializer and getters/setters to modelEnum
* remove {{first}} on pojo enum value check
* normal Enum, Update Cast for oneof
* jackson not using setters, trying with JsonCreator to set unparsed
* propagate unparsed in pojo
* Fix Handling of primitive types, and propagation of unparsed Value
* Fix Mistakes
* add Deserialization test
* Fix oneof_model generation issue
* Adjust Lookup function to handle Map<String, Object>
* Code fixes
* update Deserialization unit tests
* Fix typo in pojo
* Fix LookUp function, still needs cleanup overall
* Fix Primitive Types OneOf
* Add Deserialization Unit Tests
* lookup method cleanup
* use x-one-of-as-properties
* Refactor Deserialization unit tests
* fix unparsed propagation on add{{item}} methods
* fix unparsed propagation for arrays
* fix equals and add hashCode for enum classes
* fix isEnum checks to #allowableValues
* add hashCode to UnparsedObject class
* remove unused import on UnparsedObject
* fix equals method for UnparsedObject
* Fix oneOf on primitive types
* code cleanup
* code cleanup pojo
* apply suggestion
* Regenerate client from commit 04b2dd3 of spec repo
Co-authored-by: NouemanKHAL <noueman.khal@gmail.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>1 parent 9808d1b commit 72ca579
File tree
949 files changed
+19922
-3917
lines changed- .generator/templates
- libraries/jersey2
- .openapi-generator
- src
- main/java/com/datadog/api
- v1/client/model
- v2/client/model
- test
- java/com/datadog/api
- v1/client/api
- v2/client/api
- resources
- cassettes/v1
- com/datadog/api/v1/client/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
949 files changed
+19922
-3917
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 38 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
57 | 63 | | |
58 | 64 | | |
59 | 65 | | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
78 | 85 | | |
79 | 86 | | |
80 | 87 | | |
81 | | - | |
82 | | - | |
| 88 | + | |
| 89 | + | |
83 | 90 | | |
84 | 91 | | |
85 | 92 | | |
86 | | - | |
| 93 | + | |
87 | 94 | | |
88 | 95 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
99 | | - | |
| 106 | + | |
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
103 | 118 | | |
104 | | - | |
| 119 | + | |
| 120 | + | |
105 | 121 | | |
106 | 122 | | |
107 | 123 | | |
108 | | - | |
| 124 | + | |
109 | 125 | | |
110 | 126 | | |
111 | | - | |
| 127 | + | |
| 128 | + | |
112 | 129 | | |
113 | | - | |
114 | 130 | | |
115 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
116 | 134 | | |
117 | | - | |
| 135 | + | |
118 | 136 | | |
119 | 137 | | |
120 | 138 | | |
| |||
204 | 222 | | |
205 | 223 | | |
206 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
207 | 231 | | |
208 | 232 | | |
209 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
111 | 115 | | |
112 | 116 | | |
113 | 117 | | |
| |||
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
135 | 169 | | |
136 | 170 | | |
137 | 171 | | |
| |||
156 | 190 | | |
157 | 191 | | |
158 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
159 | 203 | | |
160 | 204 | | |
161 | 205 | | |
| |||
254 | 298 | | |
255 | 299 | | |
256 | 300 | | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
257 | 306 | | |
258 | 307 | | |
259 | 308 | | |
| |||
0 commit comments