Commit fb6089f
authored
Fix refactor to serialize body (#141)
## Changes
In #135 there was
a refactor to ApiClient's methods by introducing `prepareRequest`. This
accidentally removed the serialization of the body. This PR corrects
that issue.
## Tests
Ran failing integration tests, and they passed.1 parent 4c6599c commit fb6089f
File tree
1 file changed
+20
-3
lines changed- databricks-sdk-java/src/main/java/com/databricks/sdk/core
1 file changed
+20
-3
lines changedLines changed: 20 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
179 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
180 | 194 | | |
181 | 195 | | |
182 | 196 | | |
| |||
306 | 320 | | |
307 | 321 | | |
308 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
309 | 326 | | |
310 | 327 | | |
311 | 328 | | |
0 commit comments