Hey guys, I was trying to make the openapi document generated by geronimo-openapi to work with swagger-ui. The issue is I can't execute requests from swagger-ui in the endpoints generated (metrics, health, openapi) by TomEE as they don't have a @ApiResponse annotation and swagger-ui doesn't display the message without that.
What do you guys think of having this annotation by default in the endpoints? At least for 200? Or anyone has a better solution for this?