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: v2.3.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: v2.3.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Jan 16, 2024

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

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    249d6d9 View commit details
    Browse the repository at this point in the history
  2. Fix some failing tests

    `StaticImports` must come after `JUnit4to5Migration`, as the latter could rewrite some `Assert` calls to use `Assertions`.
    
    See: openrewrite/rewrite#3921
    knutwannheden committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    affabc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a07f04 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix broken test

    This test was broken with respect to recipe execution cycles.
    knutwannheden committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b9736d7 View commit details
    Browse the repository at this point in the history
  2. Add expectedCyclesThatMakeChanges(2) to some tests

    Some tests apparently make changes in the second cycle. This needs to be investigated. For now adding `expectedCyclesThatMakeChanges(2)` to make the tests pass.
    knutwannheden committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    322cc00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfcb7d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. No second cycle in removal of mockito-inline (#470)

    * Add parameter names and types in ExplicitContainerImage
    
    * First rename dependency then bump version
    
    * Switch to static imports last
    
    * Improve message when after is null
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update ExplicitContainerImage.java
    
    * Apply suggestions from code review
    
    * Remove need for second cycle
    timtebeek authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6b5fd4f View commit details
    Browse the repository at this point in the history
Loading