-
Notifications
You must be signed in to change notification settings - Fork 114
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.24.0
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.25.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 14 files changed
- 5 contributors
Commits on Dec 22, 2025
-
OpenRewrite recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 27312a7 - Browse repository at this point
Copy the full SHA 27312a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ded84b7 - Browse repository at this point
Copy the full SHA ded84b7View commit details
Commits on Dec 24, 2025
-
Add or update recipe category descriptors (#960)
File changes generated using a batch change recipe: https://app.moderne.io/results/CategoryChangeCampaignDec25 Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 0c7e98a - Browse repository at this point
Copy the full SHA 0c7e98aView commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 80e9dee - Browse repository at this point
Copy the full SHA 80e9deeView commit details
Commits on Dec 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 560db06 - Browse repository at this point
Copy the full SHA 560db06View commit details
Commits on Jan 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e98dc87 - Browse repository at this point
Copy the full SHA e98dc87View commit details
Commits on Jan 2, 2026
-
Update recipe documentation examples
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 6eac4e2 - Browse repository at this point
Copy the full SHA 6eac4e2View commit details
Commits on Jan 6, 2026
-
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for e34ff20 - Browse repository at this point
Copy the full SHA e34ff20View commit details
Commits on Jan 7, 2026
-
Extract documentation examples from tests
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.ExamplesExtractor?organizationId=QUxML01vZGVybmUvTW9kZXJuZSArIE9wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for f65dabe - Browse repository at this point
Copy the full SHA f65dabeView commit details -
Add bulk read method to InputStream implementations (#961)
* Add bulk read method to InputStream implementations Adds a recipe to detect and fix InputStream subclasses that only override the single-byte read() method. Java's default bulk read implementation calls read() in a loop, which can cause up to 350x slower performance. For simple delegation patterns, the recipe adds the missing bulk read method. For complex bodies (side effects, transformations), it adds a search marker for manual review. Moved from openrewrite/rewrite#6383 per review feedback. * Apply the first automated suggestions * Add line to recipes.csv * Apply formatter and further best practices * Add placeholder for expanded precondition support upstream * Add precondition and inline conditionals logic --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for b695463 - Browse repository at this point
Copy the full SHA b695463View 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.24.0...v3.25.0