-
Notifications
You must be signed in to change notification settings - Fork 96
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-testing-frameworks
base: v3.12.0
head repository: openrewrite/rewrite-testing-frameworks
compare: v3.13.0
- 6 commits
- 12 files changed
- 5 contributors
Commits on Jul 11, 2025
-
refactor: Simplify single-element annotation
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.SimplifySingleElementAnnotation?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 707ec03 - Browse repository at this point
Copy the full SHA 707ec03View commit details -
Removing
NoInitializationForInjectMockrecipe due to side effects w……hen using recipe (#765)
Configuration menu - View commit details
-
Copy full SHA for 7f2bc4b - Browse repository at this point
Copy the full SHA 7f2bc4bView commit details -
Adding functionality to
MockitoWhenOnStaticToMockStaticfor recogni……zing time where the `when` is already within a try-with-resources that can provide the `MockedStatic<T>` to be used for rewriting the `when` and making use of that scoped variable instead of writing another try-with-resources. (#766)
Configuration menu - View commit details
-
Copy full SHA for 82ffe5c - Browse repository at this point
Copy the full SHA 82ffe5cView commit details -
Inconvertible Mockito
whensituation involving lambda and static me……thod. (#763) * Showing situation where we wouldn't be able to safely convert `when(...).thenReturn(..)` to `staticMocked.when(...).thenReturn(..)` * Adding a change that would prevent it from tring to use a lambda parameter as a class, which leads to something that can't be compiled. * Update src/main/java/org/openrewrite/java/testing/mockito/MockitoWhenOnStaticToMockStatic.java --------- Co-authored-by: Sam Snyder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dd6582 - Browse repository at this point
Copy the full SHA 5dd6582View commit details
Commits on Jul 14, 2025
-
Changing order of
mockito-all->mockito-corechange vs `org.mock……ito:*` upgrade, and made the former upgrade to `3.x` at the same time, as there aren't aligned versions between the two. (#768)
Configuration menu - View commit details
-
Copy full SHA for 0b6f4fa - Browse repository at this point
Copy the full SHA 0b6f4faView commit details -
Fix not detecting existing useJUnitPlatform invocations which accept …
…a lambda/closure
Configuration menu - View commit details
-
Copy full SHA for 5da3346 - Browse repository at this point
Copy the full SHA 5da3346View 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.12.0...v3.13.0