Skip to content

HttpComponentsClientHttpRequestFactory method signature changes prevent user code from supporting Spring 3 and Spring 4 simultaneously [SPR-11053] #15680

@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-11053 and commented

The methods whose signatures changed are the ones involving HttpClient (including the constructor). I think all we need to do is downcast to CloseableHttpClient in Spring 4.0 (and possibly assert beforehand to enhance the error message).


Affects: 4.0 RC1

Referenced from: commits bfa6c2d

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions