You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Resource A inherits Resource B and Resource B contains an endpoint, that endpoint will display under resource A in the openapi. However, the endpoint cannot be hidden with @Override and @Operation(hidden = true).
This does seem to be a part of a more general issue: @Operation is completely ignored on an Overridden method. I also tried to set the description, but it is ignored.
The text was updated successfully, but these errors were encountered:
@MikeEdgar What is the status of this one? This is a blocking issue for us. We are currently working with the latest smallrye-open-api SNAPSHOT code to get another needed fix(s) but we need this one too. I don't think its possible for us to fix this in the filter.
@MikeEdgar Yeah I know this is a holiday week for many, myself included. Ideally we would like to have this issue resolved and a new release as early as possible next week so we can push this into our next release cycle.
If Resource A inherits Resource B and Resource B contains an endpoint, that endpoint will display under resource A in the openapi. However, the endpoint cannot be hidden with
@Override
and@Operation(hidden = true)
.This does seem to be a part of a more general issue:
@Operation
is completely ignored on an Overridden method. I also tried to set the description, but it is ignored.The text was updated successfully, but these errors were encountered: