Releases: openrewrite/rewrite-apache
Releases · openrewrite/rewrite-apache
2.16.0
2.15.0
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
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
Full Changelog: v2.13.2...v2.14.0
2.13.2
What's Changed
- Fixing edge case for Apache Http Mime package migration by @steve-aom-elliott in #93
Full Changelog: v2.13.0...v2.13.2
2.13.1
What's Changed
- OpenRewrite v8.59.1: https://github.com/openrewrite/rewrite
Full Changelog: https://github.com/openrewrite/rewrite-apache
2.13.0
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
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
- @pdelagrave made their first contribution in #85
Full Changelog: v2.11.0...v2.12.0
2.11.0
What's Changed
- Add
migrateDependencies
to UpgradeApacheCommonsCollections_3_4Test by @jevanlingen in #84
New Contributors
- @jevanlingen made their first contribution in #84
Full Changelog: v2.10.3...v2.11.0
2.10.3
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
- @Laurens-W made their first contribution in #82
Full Changelog: v2.10.2...v2.10.3
2.10.2
What's Changed
- Migrating
new StringEntity(String, String)
tonew StringEntity(String, Charset)
by @steve-aom-elliott in #78 - Changing
NullArgumentException
toNullPointerException
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