Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | < 17 hours ago | 1.9 kB | |
v8.60.2 source code.tar.gz | < 17 hours ago | 10.4 MB | |
v8.60.2 source code.zip | < 17 hours ago | 12.9 MB | |
Totals: 3 Items | 23.2 MB | 0 |
What's Changed
- Java 21 for tests by @timtebeek in https://github.com/openrewrite/rewrite/pull/5922
- Allow
AddOrUpdateAnnotationAttribute
to be chained afterChangeType
and other recipes that produce shallow types by @BoykoAlex in https://github.com/openrewrite/rewrite/pull/5918 - MethodType parameter names not retained by @timtebeek in https://github.com/openrewrite/rewrite/pull/5923
- Document
JavaParser.Builder
classpath options by @timtebeek in https://github.com/openrewrite/rewrite/pull/5926 - Exclude ibm
icu4j
from antlr by @Laurens-W in https://github.com/openrewrite/rewrite/pull/5910 - Sort
ResolvedPom#dependencyManagement
lazily by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5928 - Imports from companion objects should have owningClass information by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5862
- Pin rocksdbjni to 10.2.1 by @jevanlingen in https://github.com/openrewrite/rewrite/pull/5932
- Parser error on multiline javadoc tag by @rlsanders4 in https://github.com/openrewrite/rewrite/pull/5263
- Do not import
.class
by @timtebeek in https://github.com/openrewrite/rewrite/pull/5935 - Bring rewrite-gradle-tooling-model into the main rewrite repository by @sambsnyd in https://github.com/openrewrite/rewrite/pull/5930
- Fix
ClasspathScanningLoader
when inheritance hierarchy spans jars by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5931 - Allow whitespace in annotation matcher input by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5939
- Make sure
Attributed#getAttributes()
does not returnnull
by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5941 - Mark
GradleDependencyConfiguration#constraints
as nullable by @knutwannheden in https://github.com/openrewrite/rewrite/pull/5943
Full Changelog: https://github.com/openrewrite/rewrite/compare/v8.60.1...v8.60.2