Skip to content

Conversation

@bclozel
Copy link
Member

@bclozel bclozel commented Mar 11, 2025

Prior to this commit, HttpComponents5Connection would use deprecated methods from HttpClient. This commit updates the deprecated execute in favor of executeOpen, while checking that the response resource is properly closed when the call is done.

Fixes gh-1469

Prior to this commit, `HttpComponents5Connection` would use deprecated
methods from `HttpClient`. This commit updates the deprecated `execute`
in favor of `executeOpen`, while checking that the response resource is
properly closed when the call is done.

Fixes spring-projectsgh-1469

Signed-off-by: Brian Clozel <[email protected]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 11, 2025
@snicoll snicoll added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 11, 2025
@snicoll snicoll self-assigned this Mar 11, 2025
@snicoll snicoll added this to the 4.1.0-M1 milestone Mar 11, 2025
@snicoll
Copy link
Member

snicoll commented Mar 11, 2025

Given that this changes the signature of a constructor, let's do that in 4.1.x

@snicoll
Copy link
Member

snicoll commented Mar 11, 2025

Fixed by d7524e3

@snicoll snicoll closed this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task A general task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants