https://kotlinlang.org logo
Title
a

Andrew O'Hara

12/17/2021, 9:14 PM
Related to above, but another issue: when I have
xml
and
json
content types available for a body in my contract meta, the sample responses aren't honoring the xml-specific jackson annotations (e.g. for element wrappers and root elements). The actual responses are fine. Presumably this is because the
OpenApi3
class uses a json converter and ignores the xml annotations. Is there any way to get this to work?
d

dave

12/18/2021, 11:41 AM
I think you're correct but could you put together a simple repro so we can see what it looks like?
a

Andrew O'Hara

12/19/2021, 6:47 PM
Yes, once I put one together, I'll make an issue on the repo.