OpenAPITools / OpenAPITools/openapi-generator

[REQ] JAXRS-Spec with Quarkus library and useAbstractionForFiles=true

Open
#17,731 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Enhancement: Feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.