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.20.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.21.0
Choose a head ref
  • 6 commits
  • 14 files changed
  • 5 contributors

Commits on Oct 24, 2025

  1. Configuration menu
    Copy the full SHA
    2bed89d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85e34d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Configuration menu
    Copy the full SHA
    766f6be View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. Gradle 9.2.0 (#836)

    * Gradle 9.2.0
    
    Use this link to re-run the recipe: https://app.moderne.io/builder/Sh3Bg6DMd?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl
    
    Co-authored-by: Moderne <[email protected]>
    
    * Apply suggestions from code review
    
    * Standardize the order of dependencies
    
    * Show that even pinning back the gradle version fails
    
    * Fallback to checking simpleName if type does not match
    
    * Tolerate missing method type information
    
    * Apply suggestions from code review
    
    ---------
    
    Co-authored-by: Moderne <[email protected]>
    timtebeek and TeamModerne authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    37e86b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Add recipe to simplify AssertJ SequencedCollection assertions (#837)

    Transforms assertThat(collection.getLast()) to assertThat(collection).last()
    and assertThat(collection.getFirst()) to assertThat(collection).first() for
    cleaner and more idiomatic AssertJ assertions on SequencedCollections.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude <[email protected]>
    timtebeek and claude authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    345ac0a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. Configuration menu
    Copy the full SHA
    91418e6 View commit details
    Browse the repository at this point in the history
Loading