You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot currently has managed dependencies for Apache HttpClient 4 and HttpClient 5 (since the two projects have different coordinates and packages). Once #33533 and #33534 are complete, Spring Boot will no longer be using Apache HttpClient 4 internally, so we should remove dependency management for it. This will make problems like #33515 easier to diagnose.
The text was updated successfully, but these errors were encountered:
Spring Boot currently has managed dependencies for Apache HttpClient 4 and HttpClient 5 (since the two projects have different coordinates and packages). Once #33533 and #33534 are complete, Spring Boot will no longer be using Apache HttpClient 4 internally, so we should remove dependency management for it. This will make problems like #33515 easier to diagnose.
The text was updated successfully, but these errors were encountered: