Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.58.0 source code.tar.gz | 2025-07-15 | 10.3 MB | |
8.58.0 source code.zip | 2025-07-15 | 12.7 MB | |
README.md | 2025-07-15 | 1.3 kB | |
Totals: 3 Items | 23.0 MB | 2 |
What's Changed
- Determine the correct configuration for Gradle dependency constraints by @bmuschko in https://github.com/openrewrite/rewrite/pull/5674
- UpgradeDependencyVersion recipe supports G.GString and K.StringTemplate string interpolation in dependency version declaration by @bmuschko in https://github.com/openrewrite/rewrite/pull/5741
- Add recipe SimplifySingleElementAnnotation by @ghusta in https://github.com/openrewrite/rewrite/pull/5740
- Adding recipe for
DoesNotIncludeDependency
for Gradle (Maven had one already), to allow for checking whether a dependency is not included. by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5725 - Add headers to
HttpSender.Response
by @jkschneider in https://github.com/openrewrite/rewrite/pull/5754 - Clarify the use of the recipe by @bmuschko in https://github.com/openrewrite/rewrite/pull/5753
- Fix: handle implicit closure call in Groovy by @e5LA in https://github.com/openrewrite/rewrite/pull/5743
- Do not check all-service endpoint if exact version requested by @bmuschko in https://github.com/openrewrite/rewrite/pull/5737
New Contributors
- @ghusta made their first contribution in https://github.com/openrewrite/rewrite/pull/5740
Full Changelog: https://github.com/openrewrite/rewrite/compare/v8.57.0...v8.58.0