Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.57.0 source code.tar.gz | 2025-07-09 | 10.3 MB | |
8.57.0 source code.zip | 2025-07-09 | 12.7 MB | |
README.md | 2025-07-09 | 4.2 kB | |
Totals: 3 Items | 23.0 MB | 0 |
What's Changed
- Fixing handling of a case when array dimensions is the last thing in … by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5689
- Fix AddOrUpdateAnnotation recipe changing implicit
value
into explicitvalue
in annotations by @JohannisK in https://github.com/openrewrite/rewrite/pull/5690 - Adding prefix and markers to ExpressionStatement, StatementExpression by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5686
- refactor: org.openrewrite.mavencentral by @Laurens-W in https://github.com/openrewrite/rewrite/pull/5694
- Fix AddOrUpdateAnnotation recipe changing implicit
value
into explicitvalue
in annotations with arrays by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5693 - Fixing parsing of method invocations in Javascript by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5484
- Use a single metadataFailures table in Gradle ChangeDependency by @timtebeek in https://github.com/openrewrite/rewrite/pull/5696
- JavaScript - extracting Js.As to a separate class by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5699
- Add a Gradle best practices recipe by @timtebeek in https://github.com/openrewrite/rewrite/pull/5701
- JavaScript - renaming Asterisk marker to Generator by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5700
- Fixes for Java RPC by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5704
- Fix
FindDependency
to exclude constraints by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5663 - Untangle the
addOnly
andappendArray
options for AddOrUpdateAnnotationAttribute recipe by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5698 - Refactor RPC
Parse
method by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5705 - JavaScript - printing out the missing Generator asterisk for ComputedPropertyMethods by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5708
- JavaScript - ArrayBinding in for-of loop wrapped in ExpressionStatement by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5715
- Remove references to Maven POM xsd by @timtebeek in https://github.com/openrewrite/rewrite/pull/5718
- Fix
NullPointerException
inAddPropertyVisitor
by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5719 - Support trailing comma in GroovyParser by @e5LA in https://github.com/openrewrite/rewrite/pull/5711
- JavaScript - remove TrailingTokenStatement by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5723
- fix: remove unused imports after deleting a method argument by @pdelagrave in https://github.com/openrewrite/rewrite/pull/5710
- Migrate Traits class usage to constructor calls by @MBoegers in https://github.com/openrewrite/rewrite/pull/5613
- Fix
AnnotationTemplateGenerator
to handle nested annotations correctly by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5713 - Added additional tests for nested annotations, and a fix to break out of the
J.Assignment
for finding an annotation parent that is more significant when the nearest desired parent is a not aJ.ClassDeclaration
by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5724 - JavaScript - fix a few issues in autoformatting logic by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5728
- Reverting
autoFormat
inJavaTemplateJavaExtension
that was causing unnecessary extra indentation for annotations. by @steve-aom-elliott in https://github.com/openrewrite/rewrite/pull/5731 - Re enable
DoesNotIncludeDependencyTest
tests by @Laurens-W in https://github.com/openrewrite/rewrite/pull/5727 - JavaScript - adding ValidateWhitespaceVisitor to test by @greg-at-moderne in https://github.com/openrewrite/rewrite/pull/5734
- refactor: Remove redundant null checks before instanceof by @timtebeek in https://github.com/openrewrite/rewrite/pull/5736
New Contributors
- @pdelagrave made their first contribution in https://github.com/openrewrite/rewrite/pull/5710
Full Changelog: https://github.com/openrewrite/rewrite/compare/v8.56.1...v8.57.0