@@ -52,7 +52,7 @@ type: specs.openrewrite.org/v1beta/recipe
5252name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpClientDependencies
5353displayName : Migrate from org.apache.httpcomponents to ApacheHttpClient 5.x dependencies
5454description : >-
55- Adopt `org.apache.httpcomponents.client5:httpclient5` from `org.apache.httpcomponents`
55+ Adopt `org.apache.httpcomponents.client5:httpclient5` from `org.apache.httpcomponents`.
5656tags :
5757 - apache
5858 - httpclient
@@ -85,7 +85,7 @@ type: specs.openrewrite.org/v1beta/recipe
8585name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpCoreNioDependencies
8686displayName : Migrate from httpcore-nio to ApacheHttpClient 5.x core dependency
8787description : >-
88- Adopt `org.apache.httpcomponents.core5:httpcore5` from `org.apache.httpcomponents:httpcore-nio`
88+ Adopt `org.apache.httpcomponents.core5:httpcore5` from `org.apache.httpcomponents:httpcore-nio`.
8989tags :
9090 - apache
9191 - httpclient
@@ -107,7 +107,7 @@ recipeList:
107107type : specs.openrewrite.org/v1beta/recipe
108108name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpCore_5_NioInputBuffers
109109displayName : Migrate Apache HttpCore Nio Input Buffer classes to Apache HttpCore 5.x
110- description : Mapping of specifically `*InputBuffer` classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x
110+ description : Mapping of specifically `*InputBuffer` classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x.
111111recipeList :
112112 - org.openrewrite.java.AddCommentToMethodInvocations :
113113 comment : " TODO: Check this usage, as implementation has changed to match that of old `.available()` method."
@@ -148,7 +148,7 @@ recipeList:
148148type : specs.openrewrite.org/v1beta/recipe
149149name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpCore_5_NioOutputBuffers
150150displayName : Migrate Apache HttpCore Nio Output Buffer classes to Apache HttpCore 5.x
151- description : Mapping of specifically `*OutputBuffer` classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x
151+ description : Mapping of specifically `*OutputBuffer` classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x.
152152recipeList :
153153 - org.openrewrite.java.AddCommentToMethodInvocations :
154154 comment : " TODO: Check this usage, as implementation has changed to match that of old `.available()` method."
@@ -189,7 +189,7 @@ recipeList:
189189type : specs.openrewrite.org/v1beta/recipe
190190name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpCore_5_NioUtilMapping
191191displayName : Migrate to Apache HttpCore Nio Util Classes to Apache HttpCore 5.x
192- description : Mapping of all the compatible utility classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x
192+ description : Mapping of all the compatible utility classes of Apache HttpCore 5.x from Apache HttpCore Nio 4.4.x.
193193recipeList :
194194 - org.openrewrite.apache.httpclient5.UpgradeApacheHttpCore_5_NioInputBuffers
195195 - org.openrewrite.apache.httpclient5.UpgradeApacheHttpCore_5_NioOutputBuffers
@@ -704,7 +704,7 @@ recipeList:
704704type : specs.openrewrite.org/v1beta/recipe
705705name : org.openrewrite.apache.httpclient5.UpgradeApacheHttpClient_5_DeprecatedMethods
706706displayName : Migrate to ApacheHttpClient 5.x deprecated methods from 4.x
707- description : Migrates deprecated methods to their equivalent ones in 5.x
707+ description : Migrates deprecated methods to their equivalent ones in 5.x.
708708recipeList :
709709 - org.openrewrite.java.ChangeMethodName :
710710 methodPattern : org.apache.hc.client5.http.config.RequestConfig.Builder setSocketTimeout(int)
@@ -745,7 +745,7 @@ recipeList:
745745type : specs.openrewrite.org/v1beta/recipe
746746name : org.openrewrite.apache.httpclient5.StatusLine
747747displayName : Migrate to ApacheHttpClient 5.x deprecated methods from 4.x
748- description : Migrates deprecated methods to their equivalent ones in 5.x
748+ description : Migrates deprecated methods to their equivalent ones in 5.x.
749749recipeList :
750750 - org.openrewrite.java.SimplifyMethodChain :
751751 methodPatternChain : ['org.apache.http.HttpResponse getStatusLine()', 'org.apache.http.StatusLine getStatusCode()']
0 commit comments