OpenAPITools / OpenAPITools/openapi-generator

[REQ][JAVA][WebClient] Add @Component ?

Open
#10,023 4 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

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.