Skip to content

Commit

Permalink
Migrate ProxyAuthenticationStrategy (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiBorea authored Nov 27, 2024
1 parent ee46893 commit 330f54a
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 @@ -136,6 +136,9 @@ recipeList:
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.apache.hc.client5.http.impl.classic.BasicCredentialsProvider
newFullyQualifiedTypeName: org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- org.openrewrite.java.ChangeType:
oldFullyQualifiedTypeName: org.apache.http.impl.client.ProxyAuthenticationStrategy
newFullyQualifiedTypeName: org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy

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

0 comments on commit 330f54a

Please sign in to comment.