Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make MockServer compatible with newer (5.11.x) versions #3437

Merged
merged 8 commits into from
Dec 11, 2020

Commits on Nov 7, 2020

  1. MAIN update mockserver to 5.11.1 with a new http wait strategy

    fixes testcontainers#2984, testcontainers#2710
    
    in mock-server/mockserver@9f27af0 mockserver introduced a GET http healthcheck (what was released in 5.9.0) and since 5.11.0 uses distroless image, with the default wait strategy, we hit into testcontainers#3317
    
    As the 5.11.0+ is actually a smaller image, more secure and 5.9.0 was released almost a year ago (which means users with 5.9.0+ versions would be able to update testcontainers without changes), I think worth bumping the base version.
    
    For the users on old versions the old behaviour could be set with the default waiting strategy back
    `.waitingFor(Wait.defaultWaitStrategy())`.
    
    This PR also brings two small changes to be complete - mockserver official image now is `mockserver/mockserver` (but I added previous as a compatible).
    And added small note to the docs regarding matched version of a client, as anyway had to change docs after test adjustments (wasn't able to test properly with rule in the same class as old version).
    lanwen committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    ca2ce53 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. bump version to 5.11.2

    lanwen committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    dcf28f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    33af689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282c1e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f12b9b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f306545 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    6fbae5e View commit details
    Browse the repository at this point in the history
  2. Update build.gradle

    bsideup committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    9ae45f4 View commit details
    Browse the repository at this point in the history