-
Notifications
You must be signed in to change notification settings - Fork 114
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-migrate-java
base: v3.15.0
head repository: openrewrite/rewrite-migrate-java
compare: v3.15.1
- 19 commits
- 46 files changed
- 7 contributors
Commits on Aug 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b884cfb - Browse repository at this point
Copy the full SHA b884cfbView commit details -
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 10071b4 - Browse repository at this point
Copy the full SHA 10071b4View commit details -
The JakartaEE9 upgrade process supplements the jakarta.activation upg…
…rade. (#820) The JakartaEE9 upgrade process supplements the jakarta.activation upgrade.
Configuration menu - View commit details
-
Copy full SHA for 8c6f965 - Browse repository at this point
Copy the full SHA 8c6f965View commit details -
Move all switch expression recipes to Java 21 migration (#824)
* Move all switch expression recipes to Java 21 migration * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Apply suggestion from @github-actions[bot] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5aabf01 - Browse repository at this point
Copy the full SHA 5aabf01View commit details
Commits on Aug 14, 2025
-
JakartaEE9 update restLet to 2.6.x (#827)
* update restLet to 2.6.x * Add missing artifactIds --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for a98eed1 - Browse repository at this point
Copy the full SHA a98eed1View commit details -
Update jetty9 -> jetty12 as part of EE9 (#826)
* #825 update jetty9 -> jetty12 EE9 * Update jakarta-ee-9.yml * Fix indentation and remove duplicate groupIds --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 5ba6187 - Browse repository at this point
Copy the full SHA 5ba6187View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe6ea28 - Browse repository at this point
Copy the full SHA fe6ea28View commit details
Commits on Aug 15, 2025
-
Migrate to
commons-fileupload2-jakarta(#819)* #815 Migrate JakartaEE9 add fileupload update #815 * use fileupload 2.0.0-M4 * servlet5 use 2.0.0-M1 * jakartaEE10 update upload2-jakarta-servlet6 * Revert unintended change * Revert unintended change * Fix typo * Only bump the dependency version for EE10 * Only change the package for EE10 * Change the outdated milestone dependencies as well --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 75807b0 - Browse repository at this point
Copy the full SHA 75807b0View commit details -
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 9215ef3 - Browse repository at this point
Copy the full SHA 9215ef3View commit details
Commits on Aug 16, 2025
-
Use this link to re-run the recipe: https://app.moderne.io/builder/H0eeUs6x1?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 89f6b7e - Browse repository at this point
Copy the full SHA 89f6b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c3176 - Browse repository at this point
Copy the full SHA f8c3176View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e3fa75a - Browse repository at this point
Copy the full SHA e3fa75aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e584126 - Browse repository at this point
Copy the full SHA e584126View commit details
Commits on Aug 19, 2025
-
Create recipe for
@InlineMeannotation replacements (#788)* Create replace for `@InlineMe` annotations For openrewrite/rewrite#5400 * Implement conversion from replacement string to templated * Small tweaks * Drop JetBrains annotation * Make `createTemplateString` static as well * Update Inlinings.java * Additional test cases * Add support for constructors as well * Update InliningsTest.java * Add an even simpler document example test case * Show initial passing test * Fix template when select is null * Show more tests passing * Show all tests passing * Avoid self referential replacements * Switch to `latest.release` * Show problematic case for Guava * Rename recipe * Explicitly show parameter names are not available * Apply code suggestion * Quit early when we encounter `arg0` * Remove imports before adding imports * Add support for adding static imports * Add support for removing static imports * Merge the visitors for regular and static import removal * Pull out a separate recipe to `findOriginalImports` * Create a Guava recipe to inline methods and move the tests there
Configuration menu - View commit details
-
Copy full SHA for d309e2b - Browse repository at this point
Copy the full SHA d309e2bView commit details -
Use classpath from resource for Refaster (#830)
* Use classpath from resource for Refaster * Use classpath from resource for Refaster * Apply suggestion from @github-actions[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fallback to classpath.tsv.zip --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8f696b - Browse repository at this point
Copy the full SHA b8f696bView commit details
Commits on Aug 20, 2025
-
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.testing.assertj.Assertj?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for ad9e735 - Browse repository at this point
Copy the full SHA ad9e735View commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a16285 - Browse repository at this point
Copy the full SHA 8a16285View commit details -
Fix recipe reference to
AccessControllermigration for Java 25 (#832)* remove recipe from java-version-25.yml to prevent init problem * add recipe with correct name and fix configuration in `org.openrewrite.java.migrate.SystemGetSecurityManagerToNull`
Configuration menu - View commit details
-
Copy full SHA for 0d9d736 - Browse repository at this point
Copy the full SHA 0d9d736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0563040 - Browse repository at this point
Copy the full SHA 0563040View 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 v3.15.0...v3.15.1