eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

Extensions on methods don't cascade to responses #570

Closed Azquelt closed 1 year ago

Azquelt commented 1 year ago

There's nothing in the spec to specify that an @Extension annotation placed on a method should result in that extension key and value being added to the responses of the corresponding operation.

Remove the test that was asserting this behaviour.

Fixes #556