Ikhun Um
Ikhun Um
It would also be nice to have APIs that automatically convert a response into an object. - Content-Type - We can support well-known media types such as: - "application/json" -...
Thanks! It's all yours.
On second thought, returning a `ResponseEntity` would be better for JSON exchanges. I propose the following API style: ```java CompletableFuture response = client.postJson("/items", new MyItem()); ```
https://github.com/user-attachments/assets/dcd738ce-39ab-4252-a19f-b35556c73170
Sorry, I missed the test failure. Fixed it. PTAL.
It still seems to fail intermittently. https://github.com/line/centraldogma/actions/runs/10416575524/job/28849089012#step:6:2043
Would it be better to mark it as `FlakyTest` because I also encountered it when trying to upload artifacts? However, the second trial finished successfully. https://github.com/line/centraldogma/actions/runs/10417095174/job/28850627317#step:5:1946
> Change the Admin designation for the cluster owner to ClusterAdmin (or other suggestions welcome) System Admin?
@jrhee17 Was this fixed by #6108? Is it correct?
Which version did you try to upgrade from?