Skip to content
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

How to handle files via MP RestClient? #261

Open
RuiBaiXYZ opened this issue Mar 17, 2020 · 3 comments
Open

How to handle files via MP RestClient? #261

RuiBaiXYZ opened this issue Mar 17, 2020 · 3 comments
Labels
Milestone

Comments

@RuiBaiXYZ
Copy link

How to handle file upload/download via Eclipse Microprofile Rest Client?
Or can give some suggestions?

@andymc12
Copy link
Contributor

This is not well defined in the MP Rest Client spec. Right now it should be possible using implementation-specific (non-portable) options - like https://quarkus.io/guides/rest-client-multipart.

We have had requests to specify how to handle file uploads (multipart attachments) in issue #212. Part of the holdup on this feature is that we'd like to see how the Jakarta JAX-RS community defines it (scheduled for the release after next) so that we can follow suit.

@DeMol-EE
Copy link

Hello, with the release of Jakarta EE 10 and thereby Jakarta RESTful web services 3.1, I was wondering if there are plans to integrate with the new EntityPart type (or other ways, now supported by the specification)?

@jclingan jclingan modified the milestones: 3.1, Rest Client 3.1/4.0 Feb 19, 2024
@Emily-Jiang
Copy link
Member

@jamezp @jim-krueger will take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants