openrewrite / rewrite-apache

OpenRewrite recipes for Apache projects.
Apache License 2.0
2 stars 5 forks source link

Handle change in constructor signature for `HttpHost`. #16

Closed pativa closed 2 months ago

pativa commented 2 months ago

What's changed?

Handle change in constructor signature for HttpHost.

See docs here: (old version) https://hc.apache.org/httpcomponents-core-4.4.x/current/httpcore/apidocs/org/apache/http/HttpHost.html

(new version) https://hc.apache.org/httpcomponents-core-5.2.x/current/httpcore5/apidocs/org/apache/hc/core5/http/HttpHost.html

See

What's your motivation?

We have handled this for our internal migration, so I just want to add this upstream so that others can use this.

Thank you for this automatic migration! 👍