Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.59.0 source code.tar.gz | 2025-07-23 | 10.3 MB | |
8.59.0 source code.zip | 2025-07-23 | 12.7 MB | |
README.md | 2025-07-23 | 3.7 kB | |
Totals: 3 Items | 23.0 MB | 0 |
What's Changed
- nightly-ci was missing node_auth_token by @Jammy-Louie in https://github.com/openrewrite/rewrite/pull/5760
- Fix parsing of parameterized types in method arguments in Groovy by @e5LA in https://github.com/openrewrite/rewrite/pull/5759
- Add a space between
yield
and its expression by @pdelagrave in https://github.com/openrewrite/rewrite/pull/5763 - UpgradeDependencyVersion recipe does not update properties defined in parent by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5633
- Support for external properties for UpgradeTransitiveDependencyVersion recipe by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5756
- Fixing the application of
DoesNotIncludeDependency
against files of the incorrect type. by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5758 - Improve construction of gradle string notation by @aet2505 in https://github.com/openrewrite/rewrite/pull/5748
- MinimalViableSpacing missed imports and annotated variable declarations by @JohannisK in https://github.com/openrewrite/rewrite/pull/5765
- MinimalViableSpacing recipe does not handle
extends
correctly by @JohannisK in https://github.com/openrewrite/rewrite/pull/5768 - ChangeTagAttribute should be idempotent by @timtebeek in https://github.com/openrewrite/rewrite/pull/5769
- MinimalViableSpacing does not handle throws correctly by @JohannisK in https://github.com/openrewrite/rewrite/pull/5770
- Adding recipe for adding comment to method invocations & clarifying a description for
AddCommentToMethod
recipe. by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5622 - Added support for dependency versions in buildscript.ext {} by @JohannisK in https://github.com/openrewrite/rewrite/pull/5547
- Add recipe to update SCM tag based on Git origin by @e5LA in https://github.com/openrewrite/rewrite/pull/5647
- Annotation with implicit value property does not support prefix whitespace by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5776
- Catch block should support modifiers by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5777
- fix(maven): POM file path in deserialization exception message by @edeweerd1A in https://github.com/openrewrite/rewrite/pull/5615
- Add initial Helm support in YamlParser by @timtebeek in https://github.com/openrewrite/rewrite/pull/5766
- Method references for Groovy Parser by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5774
- Handle
RecipeRunException
ingenerate
phase by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5596 - Add support for diamond operator in Groovy Parser by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5783
- Groovy parser supports lambda's with curly braces by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5784
- Groovy parser supports method invocations with type parameters by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5788
- Changing what
LatestRelease
recognizes as the latest release or latest snapshot keyword versions by expanding it to include those from Ivy/Gradle by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5720 - Add GradlePlugin trait by @shanman190 in https://github.com/openrewrite/rewrite/pull/5574
- Add identical and power operators to Groovy Parser by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5790
New Contributors
- @aet2505 made their first contribution in https://github.com/openrewrite/rewrite/pull/5748
- @edeweerd1A made their first contribution in https://github.com/openrewrite/rewrite/pull/5615
Full Changelog: https://github.com/openrewrite/rewrite/compare/v8.58.0...v8.59.0