-
Notifications
You must be signed in to change notification settings - Fork 363
Comparing changes
Open a pull request
base repository: openrewrite/rewrite
base: v8.42.0
head repository: openrewrite/rewrite
compare: v8.42.1
- 11 commits
- 44 files changed
- 12 contributors
Commits on Dec 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2882fdc - Browse repository at this point
Copy the full SHA 2882fdcView commit details -
fix[maven]: update plugin dependencies (#4798)
* fix[maven]: update plugin dependencies * Also change plugin dependencies --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 6b2b63c - Browse repository at this point
Copy the full SHA 6b2b63cView commit details
Commits on Dec 19, 2024
-
Handle erroneous nodes in open rewrite (#4412)
* Handle erroneous nodes in a tree * Add visitErroneous to all java parser visitors * Override the visitVariable to handle erroneous identifier names set by JavacParser * retain name and suffix for erroneous varDecl * override the visitVariable to handle error identifiers in all java parser visitors * Remove sysout * Update rewrite-java-test/src/test/java/org/openrewrite/java/JavaParserTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update rewrite-java-test/src/test/java/org/openrewrite/java/JavaParserTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * handle errors in method params, variable declarations, fix tests * Add missing license headers * fix compilation error * fix compilation error in Java8ParserVisitor * Apply code suggestions from bot * fix cases for statementDelim * fix block statement template generator to handle adding semicolon * fix ChangeStaticFieldToMethod recipe * Record compiler errors from erroneous LST nodes * Adjustments for comments * Java 17 parser adjustment alos in 8, 11 and 21 * Add `FindCompileErrorsTest` & move away from deprecated `print()` --------- Co-authored-by: Jonathan Schnéider <jkschneider@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek <tim@moderne.io> Co-authored-by: aboyko <aboyko@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for e5d9337 - Browse repository at this point
Copy the full SHA e5d9337View commit details -
Make Groovy Parser correctly handle nested parenthesis (#4801)
* WIP * Format * Format * Move grabbing of whitespace and resetting cursor to where it is actually required * Extra check is not required * Use toString * Add `emptyListLiteralWithParentheses` test * Add `insideFourParenthesesAndEnters` test * Move list tests all to ListTest * Add `emptyMapLiteralWithParentheses` * Review feedback and fix new testcases * Add `attributeWithParentheses` * Improve AttributeTest * Improve AttributeTest * Improve AttributeTest * Improve AttributeTest * Improve AttributeTest * Review fix new testcases * Revert edit to testcase * Add and fix testcase with newline * Add JavaDoc and move logic regarding whitespace and resetting cursor --------- Co-authored-by: lingenj <jacob.van.lingen@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 91a031a - Browse repository at this point
Copy the full SHA 91a031aView commit details
Commits on Dec 20, 2024
-
* suppress javax.json * Update suppressions.xml
Configuration menu - View commit details
-
Copy full SHA for 2631a7e - Browse repository at this point
Copy the full SHA 2631a7eView commit details -
Refactor SpringReference (#4805)
* Separating and clearer naming * Add license header * Review feedback
Configuration menu - View commit details
-
Copy full SHA for 697ae15 - Browse repository at this point
Copy the full SHA 697ae15View commit details -
refactor: Update Gradle wrapper (#4808)
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.gradle.UpdateGradleWrapper?organizationId=T3BlblJld3JpdGU%3D#defaults=W3sibmFtZSI6ImFkZElmTWlzc2luZyIsInZhbHVlIjoiRmFsc2UifV0= Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 59273da - Browse repository at this point
Copy the full SHA 59273daView commit details
Commits on Dec 21, 2024
-
Add recipe to remove Gradle Enterprise and Develocity (#4809)
* Add recipe to remove Gradle Enterprise and Develocity * Remove left over java plugin
Configuration menu - View commit details
-
Copy full SHA for dd2886c - Browse repository at this point
Copy the full SHA dd2886cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e93ec04 - Browse repository at this point
Copy the full SHA e93ec04View commit details
Commits on Dec 23, 2024
-
Allow file scheme in
RemoteArchive
to simplify testing (#4791)* Allow file scheme in `RemoteArchive` to simplify testing While it might look a bit controversial, the file scheme can also point to a remote (for instance a mounted network share) file. By allowing the `file://` scheme we can use `RemoteArchive` for those files. As a useful side effect, this makes testing RemoteArchive handling a lot easier. * fix test * Update rewrite-core/src/test/java/org/openrewrite/remote/RemoteArchiveTest.java Co-authored-by: Sam Snyder <sam@moderne.io> --------- Co-authored-by: Sam Snyder <sam@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for da6561e - Browse repository at this point
Copy the full SHA da6561eView commit details -
Try alternative way of determining parenthesis level for `BinaryExpre…
…ssion` when AST doesn't provide `_INSIDE_PARENTHESES_LEVEL` flag (#4807)
Configuration menu - View commit details
-
Copy full SHA for e59e48b - Browse repository at this point
Copy the full SHA e59e48bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.42.0...v8.42.1