Skip to content

Adapt to HttpComponentClientHttpRequestFactory changes #32461

@bclozel

Description

@bclozel
Member

As of spring-projects/spring-framework#28925, Spring Framework doesn't configure the Apache HttpComponents client 4.x, as this generation is not maintained anymore. The implementation has switched to using the httpclient5 generation.

Besides adapting our auto-configuration and various tests, we also need to consider:

The 5.1.x documentation has interesting bits of documentation about migrating to the "classic" API as well as typical client usage examples.

This change should be reflected in our own migration guide.

Activity

added this to the 3.0.0-RC1 milestone on Sep 21, 2022
self-assigned this
on Sep 21, 2022
wilkinsona

wilkinsona commented on Sep 21, 2022

@wilkinsona
Member

I've labeled this as an enhancement as I think we'll want it to be listed in the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

status: noteworthyA noteworthy issue to call out in the release notestype: enhancementA general enhancement

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @bclozel@wilkinsona

      Issue actions

        Adapt to HttpComponentClientHttpRequestFactory changes · Issue #32461 · spring-projects/spring-boot