Skip to content
Permalink

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-testing-frameworks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.12.0
Choose a base ref
...
head repository: openrewrite/rewrite-testing-frameworks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.13.0
Choose a head ref
  • 6 commits
  • 12 files changed
  • 5 contributors

Commits on Jul 11, 2025

  1. Configuration menu
    Copy the full SHA
    707ec03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f2bc4b View commit details
    Browse the repository at this point in the history
  3. Adding functionality to MockitoWhenOnStaticToMockStatic for 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)
    steve-aom-elliott authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    82ffe5c View commit details
    Browse the repository at this point in the history
  4. Inconvertible Mockito when situation 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]>
    steve-aom-elliott and sambsnyd authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    5dd6582 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Changing order of mockito-all -> mockito-core change 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)
    steve-aom-elliott authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    0b6f4fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5da3346 View commit details
    Browse the repository at this point in the history
Loading