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
I'd say this is a bug, also discussed in #1546. Just like a @Tag on a resource method overrides a @Tag on the parent resource class, it would probably make sense to a @Tag on the subresource producer method to override a @Tag present on the sub-resource class.
@Tag order of priority:
Directly on resource method
On nearest subresource producer method (when operation is in a subresource)
On nearest subresource class (when operation is in a subresource)
Hello!
We are using the following Pattern in our Application:
So we have just a single Endpoint '/myparent/mysub/hello'.
I would expect the EP to have the "My Tag"-Tag but instead it has none.
I suspect the Tag is missing because the Tags are not forwarded to the function that processes the subresources:
smallrye-open-api/extension-jaxrs/src/main/java/io/smallrye/openapi/jaxrs/JaxRsAnnotationScanner.java
Line 294 in 2f92735
Is that the intended behavior?
The text was updated successfully, but these errors were encountered: