Skip to content

Releases: openrewrite/rewrite-apache

2.16.0

10 Sep 11:50
Compare
Choose a tag to compare

What's Changed

  • Migrate org.apache.http.HttpResponse to org.apache.hc.core5.http.ClassicHttpResponse by @bmuschko in #100

Full Changelog: v2.15.0...v2.16.0

2.15.0

27 Aug 16:57
Compare
Choose a tag to compare

What's Changed

  • Use classpath from resources for Refaster by @timtebeek in #97
  • Migrate HttpClient SSLConnectionSocketFactory to DefaultClientTlsStrategy by @bmuschko in #92
  • Migrating nearly all of the remaining Apache HttpCore Nio util classes. by @steve-aom-elliott in #99

Full Changelog: v2.14.0...v2.15.0

2.14.0

12 Aug 21:53
17a78bd
Compare
Choose a tag to compare

What's Changed

  • RemoveRedundantNullCheckWithIsNotBlank recipe by @greg-at-moderne in #94
  • rename settings.local.json to settings.json by @zieka in #95
  • Prevent changing of org.apache.http.params package (as there's no generic migration possible) and add a comment to that effect by @steve-aom-elliott in #96

New Contributors

  • @zieka made their first contribution in #95

Full Changelog: v2.13.2...v2.14.0

2.13.2

29 Jul 21:17
4117a69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.13.2

2.13.1

23 Jul 22:25
Compare
Choose a tag to compare

2.13.0

23 Jul 11:31
Compare
Choose a tag to compare

What's Changed

  • Add Apache Http dependencies as needed where usage was transitive previously by @Laurens-W in #89

Full Changelog: v2.12.0...v2.13.0

2.12.0

09 Jul 16:15
4c6da1d
Compare
Choose a tag to compare

What's Changed

  • refactor: org.openrewrite.mavencentral by @Laurens-W in #86
  • Improve httpclient 4->5 AuthScheme-related migration by @pdelagrave in #85

New Contributors

Full Changelog: v2.11.0...v2.12.0

2.11.0

25 Jun 12:05
d83e6f4
Compare
Choose a tag to compare

What's Changed

  • Add migrateDependencies to UpgradeApacheCommonsCollections_3_4Test by @jevanlingen in #84

New Contributors

Full Changelog: v2.10.3...v2.11.0

2.10.3

13 Jun 17:54
a370af0
Compare
Choose a tag to compare

What's Changed

  • Migrating IOReactorConfig from HttpCore Nio 4.4.x to HttpCore 5.x by @steve-aom-elliott in #80
  • Migrate Traits class usage to constructor calls by @MBoegers in #81
  • Adopt type tables instead of runtime dependencies by @Laurens-W in #82

New Contributors

Full Changelog: v2.10.2...v2.10.3

2.10.2

05 Jun 14:30
Compare
Choose a tag to compare

What's Changed

  • Migrating new StringEntity(String, String) to new StringEntity(String, Charset) by @steve-aom-elliott in #78
  • Changing NullArgumentException to NullPointerException as part of Apache Commons Lang 2.x -> 3.x migration, as per recommended in their docs. by @steve-aom-elliott in #79

Full Changelog: v2.10.1...v2.10.2