OpenAPITools / OpenAPITools/openapi-generator
[REQ][JAVA][WebClient] Add @Component ?
Open
Nobody has claimed this yet.
Enhancement: Feature
- Dominant language
- Java
- Stars
- 26.8k
- Forks
- 7.7k
- PR merge metrics
- PR metrics pending
Description
Hi, it's more a question cause I have no real idea.
Do we "need" to add the @Component Spring annotation over generated Api in WebClient like in RestTemplate ?
@javax.annotation.Generated(...)
@Component <== HERE ?
public class PetApi {
[...]
}
I don't know if it can cause any side effects ?
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 comparing the generated WebClient Api classes, such as PetApi, with the generated RestTemplate APIs and their use of the Spring @Component annotation. Determine whether adding the annotation is required and whether it causes side effects; done means a clear implementation decision supported by relevant generator behavior or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100