-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better/more informative error than "Not a REST client interface: interface update$PlaylistService" #19556
Comments
in this case it seem to be that |
Yeah the error message could be more descriptive, like |
Should we really required the path? If it is missing but |
The interface @maxandersen posted should work. Lines 207 to 221 in 45d7dbb
What we currently do is we find all the interfaces that have I'll try to reproduce the problem. |
Could it be one of the dreaded "code assumes every class is in a package" kinda thing ? |
It happens when you have no @path, but you do have an @RegisterRestClient . |
#19572 should fix this |
fixes quarkusio#19556 (cherry picked from commit ed9f4d7)
Description
Given:
in a class I get:
despite all the types and annotations matches what is in resteasy reactive client docs.
Could this error message be a bit more explicit on what makes this not a REST client interface?
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: