-
Notifications
You must be signed in to change notification settings - Fork 120
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: openrewrite/rewrite-migrate-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: openrewrite/rewrite-migrate-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 35 files changed
- 4 contributors
Commits on Sep 16, 2025
-
Add OpenRewrite recipe for JEP 512 instance main methods (#852)
* Add OpenRewrite recipe for JEP 512 instance main methods Implements a migration recipe to convert `public static void main(String[] args)` to instance `void main()` when the args parameter is unused, as introduced in JEP 512 (Java 21+). The recipe: - Detects main methods with unused String[] args parameter - Removes public and static modifiers - Removes the unused parameter - Preserves formatting and annotations - Only applies to Java 21+ codebases 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Apply formatter * Inline named visitor * Adopt `VariableReferences.findRhsReferences` * Use ListUtils.filter instead of manual ArrayList construction Refactored the modifier filtering logic to use OpenRewrite's ListUtils.filter and ListUtils.mapFirst utilities for cleaner and more idiomatic code. * Condense * Suppress warnings for confusing main methods * Further simplifications for String arrays --------- Co-authored-by: Claude <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 72818ad - Browse repository at this point
Copy the full SHA 72818adView commit details
Commits on Sep 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a1a482 - Browse repository at this point
Copy the full SHA 2a1a482View commit details -
Generate Guava InlineMethodCalls recipes using openrewrite/rewrite#6059…
… (#853) * Generate Guava InlineMethodCalls recipes using openrewrite/rewrite#6059 * Add license header * Regenerate file * Read all resources now that Guava is split across two files
Configuration menu - View commit details
-
Copy full SHA for bb024d5 - Browse repository at this point
Copy the full SHA bb024d5View commit details -
* Run CI on Java 25 * Consistently use Java 25 in CI workflows
Configuration menu - View commit details
-
Copy full SHA for 041816a - Browse repository at this point
Copy the full SHA 041816aView commit details
Commits on Sep 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 257d4bc - Browse repository at this point
Copy the full SHA 257d4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1111d4a - Browse repository at this point
Copy the full SHA 1111d4aView commit details
Commits on Sep 24, 2025
-
Use type tables for tests (#856)
* Fix failing `RemovalsServletJakarta10Test` tests Now using type tables. * Remove `logCompilationWarningsAndErrors()` call * Fix another failing test * Move test classpath jars to type table
Configuration menu - View commit details
-
Copy full SHA for 5a66684 - Browse repository at this point
Copy the full SHA 5a66684View commit details
Loading
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 v3.17.1...v3.18.0