Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rules for Spring Boot - Web Application Changes - Apache HttpClient in RestTemplate #216

Closed
jmle opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. spring-boot-migration/3 spring-boot-migration/3.0

Comments

@jmle
Copy link
Contributor

jmle commented Jan 10, 2025

According to the migration guide:

Support for Apache HttpClient has been removed in Spring Framework 6.0, immediately replaced by org.apache.httpcomponents.client5:httpclient5 (note: this dependency has a different groupId). If you are noticing issues with HTTP client behavior, it could be that RestTemplate is falling back to the JDK client. org.apache.httpcomponents:httpclient can be brought transitively by other dependencies, so your application might rely on this dependency without declaring it.

Investigate and create rules if necessary.

@github-project-automation github-project-automation bot moved this to 🆕 New in Planning Jan 10, 2025
@konveyor-ci-bot konveyor-ci-bot bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jan 10, 2025
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. labels Jan 10, 2025
@jmle jmle self-assigned this Jan 23, 2025
@jmle
Copy link
Contributor Author

jmle commented Jan 23, 2025

This has been covered in the Spring 6.0 rules.

@jmle jmle closed this as completed Jan 23, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Planning Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. spring-boot-migration/3 spring-boot-migration/3.0
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant