Skip to content

Commit

Permalink
Add specific mapping for HttpUriRequestBase
Browse files Browse the repository at this point in the history
Fixes #53
  • Loading branch information
timtebeek committed Jan 17, 2025
1 parent e07dbbc commit 327553d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/META-INF/rewrite/apache-httpclient-5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.apache.hc.client5.http.classic.methods.CloseableHttpResponse
newFullyQualifiedTypeName: org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.apache.hc.client5.http.classic.methods.HttpRequestBase
newFullyQualifiedTypeName: org.apache.hc.client5.http.classic.methods.HttpUriRequestBase

- org.openrewrite.java.ChangePackage:
oldPackageName: org.apache.http.client.entity
Expand Down

0 comments on commit 327553d

Please sign in to comment.