OpenAPITools / OpenAPITools/openapi-generator
[REQ] JAXRS-Spec with Quarkus library and useAbstractionForFiles=true
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Is your feature request related to a problem? Please describe.
The useAbstractionForFiles property can be used to enable library implementations to handle file uploads differently. Quarkus offers the use of org.jboss.resteasy.reactive.multipart.FileUpload to represent such a file.
Describe the solution you'd like
Make the JAXRS-Spec generator implement the special useAbstractionForFiles behavior for the Quarkus library.
Describe alternatives you've considered
Additional context
See https://github.com/OpenAPITools/openapi-generator/issues/6715 for the original resttemplate issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the JAXRS-Spec generator's handling of the useAbstractionForFiles property and review issue 6715 for the related RestTemplate behavior. The change is complete when generated Quarkus code represents uploaded files with org.jboss.resteasy.reactive.multipart.FileUpload under this option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100