Open fcav1973 opened 7 years ago
I'm hitting this as well. It seems like it might be limited to interfaces that are actually implement.
I have some annotated interfaces for requests where I'm the client, and so I'm letting the framework implement them for me, and those don't have this problem.
Actually, I was mistaken, I don't have responses for the APIs I consume either. Just the 204.
If JAX-RS annotations are put on an interface instead of a concrete class, response types are not generated correctly:
Es. the following interface:
Leads to the following json output: