Skip to content

ReactorHttpClientBuilder does not offer a factory method to create the HttpClient #45378

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

Closed
philwebb opened this issue May 7, 2025 · 1 comment
Assignees
Labels
type: bug A general bug
Milestone

Comments

@philwebb
Copy link
Member

philwebb commented May 7, 2025

Currently HttpClient.create() is called, but a different version may be wanted. We should offer a factory method. We might also want to make it easy to create a client from org.springframework.http.client.ReactorResourceFactory (see https://github.com/spring-projects/spring-boot/blob/0386fbeb166e5da21ebd6f0cecf578e0321ad087/spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/howto/httpclients/webclientreactornettycustomization/MyReactorNettyClientConfiguration.java)

@philwebb philwebb added the type: enhancement A general enhancement label May 7, 2025
@philwebb philwebb added this to the 3.5.x milestone May 7, 2025
@philwebb philwebb changed the title ReactorHttpClientBuilder should offer a factory method to create the HttpClient ReactorHttpClientBuilder does not offer a factory method to create the HttpClient May 7, 2025
@philwebb philwebb added type: bug A general bug and removed type: enhancement A general enhancement labels May 7, 2025
@philwebb
Copy link
Member Author

philwebb commented May 7, 2025

Treating this as a bug of omission which we can hopefully fix in 3.5.x

@philwebb philwebb modified the milestones: 3.5.x, 3.5.0 May 7, 2025
@philwebb philwebb self-assigned this May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant