Skip to content

Remove Jetty / Netty / Apache HttpClient checks for WebClient #33474

@mhalbritter

Description

@mhalbritter

With spring-projects/spring-framework#29644 the WebClient doesn't need external dependencies anymore. If no netty / jetty / Apache HttpClient is found, it falls back to the JdkClientHttpConnector which is baked into the JDK.

At least in org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizerFactory we check for the presence of netty / jetty / apache httpclient. This check can be removed, and maybe such checks are somewhere else in the codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions