-
Notifications
You must be signed in to change notification settings - Fork 357
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
MP rest client 1.2.1 implementation #4086
Conversation
This PR depends on Helidon that should be removed I think only MicroProfile dependencies should be added. |
Hi @smillidge would it be acceptable from your point of view to move all helidon dependecies to the test scope? |
Helidon removed from this implementation. |
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/BeanClassModel.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/BeanParamModel.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/ParamModel.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.
I tried integrating your client into Payara and found few things to be improved in order to work also in our environment:
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/InterfaceUtil.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/RestClientBuilderImpl.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/RestClientBuilderImpl.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/RestClientBuilderImpl.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/BeanClassModel.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/test/java/org/glassfish/jersey/restclient/RestClientModelTest.java
Outdated
Show resolved
Hide resolved
core-client/src/main/java/org/glassfish/jersey/client/JerseyWebTarget.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/ParamModel.java
Outdated
Show resolved
Hide resolved
ext/mp-rest-client/src/main/java/org/glassfish/jersey/restclient/ReflectionUtil.java
Outdated
Show resolved
Hide resolved
Please add this module to the |
...t-client/src/main/java/org/glassfish/jersey/microprofile/restclient/RestClientExtension.java
Outdated
Show resolved
Hide resolved
CQ #19756 for SmallRye seems to have licensing issues, as it incorrectly refers to LGPL. Possibly, we need to use some other MP config implementation till SmallRye is released with the fixed license to be able to put this to 2.29 |
MP rest client implementation