-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Microprofille client cxf multipart extesion #6680
Microprofille client cxf multipart extesion #6680
Conversation
9f543d4
to
21410fe
Compare
When users are just dealing with json and set withXml=false jaxb (Java Api XML binding) imports are not needed.
21410fe
to
ef4ae1f
Compare
@Ravisankar-Challa when you've time, can you please resolve the merge conflicts? |
…ille_client_multipart_extesion_removal
@wing328 Merge conflict has been resolved. |
@wing328 I am closing this because eclipse microprofile didn't standardized the multipart form upload microprofile/microprofile-rest-client#261. Will take a look once it has been finalized |
@Ravisankar-Challa any update about this problem. |
We have the same problem. In which version will it be fixed ? |
@c-koell we fix using the template structure. |
@Ravisankar-Challa @wing328 |
Fixes the issue no: 3 reported in the issue #6028
Microprofile client shouldn't be dependent on a particular library like CXF it should be generic.