-
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
Fixes #5018 and enables last MP REST TCK test #5034
Conversation
...st-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise looks good...
...st-client/deployment/src/main/java/io/quarkus/restclient/deployment/RestClientProcessor.java
Outdated
Show resolved
Hide resolved
One more thing - could we add a constructor to the |
And then use that for SessionScoped creation? |
@mkouba in the constructor, how do we know if it's @inherited from the DotName? We need to retrieve the class from somewhere? |
We don't know. We can add one more constructor with a flag and probably use |
How's that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
No description provided.