Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to place
@Tag
annotations from on a method producing a sub-resource:SearchResource
is JAX-RS resource class containing several operations.The generated OpenAPI contracts contains:
I expect tags to be Profile 1 Resource/Profile 2 Resource not Search Resource
@Tag
annotations are OK when placed at Resource class level or at Operation method level (a method returning content).But they are not OK when placed at Sub-resource producer method level (a method returning a sub-resource).
Is it possible to configure tags using annotations when using sub-resource producer methods?
I am using Quarkus 3.2 with quarkus-smallrye-openapi extension.
Beta Was this translation helpful? Give feedback.
All reactions