-
Notifications
You must be signed in to change notification settings - Fork 119
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-migrate-java
base: v2.20.0
head repository: openrewrite/rewrite-migrate-java
compare: v2.21.0
- 12 commits
- 31 files changed
- 7 contributors
Commits on Jul 15, 2024
-
Added support for javax.inject (#513)
* Added support for javax.inject * Shorten test to the bare essentials --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 6309fee - Browse repository at this point
Copy the full SHA 6309feeView commit details
Commits on Jul 16, 2024
-
refactor: Move
@Nullablemethod annotations to the return typeUse this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.NullableOnMethodReturnType?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 0e147e3 - Browse repository at this point
Copy the full SHA 0e147e3View commit details
Commits on Jul 24, 2024
-
refactor: Trim recipe descriptions
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for a86d28e - Browse repository at this point
Copy the full SHA a86d28eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9e9e3 - Browse repository at this point
Copy the full SHA cd9e9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59524b8 - Browse repository at this point
Copy the full SHA 59524b8View commit details
Commits on Jul 26, 2024
-
fix: UseEnumSetOf should ignore array and varargs parameters (#518)
* fix: UseEnumSetOf should ignore array and varargs parameters EnumSet doesn't have the equivalent of `Set.of(arr[])`. For now, let's just skip those cases and bail out. * Minor polish --------- Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for bc0d2eb - Browse repository at this point
Copy the full SHA bc0d2ebView commit details
Commits on Jul 29, 2024
-
Ensure that maven compiler configuration is set after a java version …
…upgrade. Before these changes if no property or maven compiler plugin configured java version no change would be made. Fixes #514
1Configuration menu - View commit details
-
Copy full SHA for 8d15935 - Browse repository at this point
Copy the full SHA 8d15935View commit details -
Adding all org.glassfish.main migrations to jakarta (#517)
* Added javax.ejb:javax.ejb to jakarta mig * Added all com.glassfish.main migrations * Update src/main/resources/META-INF/rewrite/jakarta-ee-9.yml Co-authored-by: Tim te Beek <timtebeek@gmail.com> * Changed jsf impl --------- Co-authored-by: Tim te Beek <timtebeek@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8376fac - Browse repository at this point
Copy the full SHA 8376facView commit details -
Replace
Paths.getwithPath.of(#519)The `java.nio.file.Paths.get` method was introduced in Java SE 7. The `java.nio.file.Path.of` method was introduced in Java SE 11. This recipe replaces all usages of `Paths.get` with `Path.of` for consistency.
Configuration menu - View commit details
-
Copy full SHA for d720f80 - Browse repository at this point
Copy the full SHA d720f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ed4bc - Browse repository at this point
Copy the full SHA 61ed4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba16cc - Browse repository at this point
Copy the full SHA 6ba16ccView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67f25e2 - Browse repository at this point
Copy the full SHA 67f25e2View 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 v2.20.0...v2.21.0