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
Describe the bug
In a RestClient implementation the additional API annotations in the class hierarchy are not evaluated. So that it is needed to duplicate the annotation on the RestClient interface.
Expected behavior
I would expect that annotations are evaluated in the class hierarchy, like it is done in the JAX-RS resource implementation, where e.g. the @Path annotation can be used in an interface.
Actual behavior
Annotations in the class hierarchy are ignored. The @Path annotation must be explicitly set on the interface which is annotated with @RegisterRestClient.
Describe the bug
In a RestClient implementation the additional API annotations in the class hierarchy are not evaluated. So that it is needed to duplicate the annotation on the RestClient interface.
Expected behavior
I would expect that annotations are evaluated in the class hierarchy, like it is done in the JAX-RS resource implementation, where e.g. the
@Path
annotation can be used in an interface.Actual behavior
Annotations in the class hierarchy are ignored. The
@Path
annotation must be explicitly set on the interface which is annotated with@RegisterRestClient
.To Reproduce
https://github.com/GeorgHenkel/quarkus-restclient-error
./mvnw quarkus:dev
{ "name": "myName" }
Environment (please complete the following information):
uname -a
orver
:java -version
:mvnw --version
orgradlew --version
):The text was updated successfully, but these errors were encountered: