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.35.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.35.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 23, 2026

  1. Fix UpdateMockWebServerDispatcher classpath lookup (#975)

    The recipe asked for `okhttp-4.10` via `classpathFromResources`, but
    that artifact is only bundled in the test type table — production runs
    of the recipe (e.g. via the Moderne CLI) fail with
    `IllegalArgumentException: Unable to find classpath resource
    dependencies beginning with: 'okhttp-4.10'` whenever a project has
    `mockwebserver` on its classpath.
    
    The template snippet only references `MockResponse` and `.build()`
    (itself a 5.x-only method, so the parser is already lenient about
    unresolved members), so dropping the unused `okhttp-4.10` request is
    sufficient and matches the sister `UpdateMockWebServerMockResponse`
    recipe, which uses just `mockwebserver3`.
    knutwannheden authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    92de89a View commit details
    Browse the repository at this point in the history
Loading