-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update the tests to use WireMock 3.0.0 release #72
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should stop hardcoding JAR versions...
...ava/org/wiremock/integrations/testcontainers/WireMockContainerExtensionsCombinationTest.java
Outdated
Show resolved
Hide resolved
...st/java/org/wiremock/integrations/testcontainers/WireMockContainerExtensionsWebhookTest.java
Outdated
Show resolved
Hide resolved
src/main/java/org/wiremock/integrations/testcontainers/WireMockContainer.java
Outdated
Show resolved
Hide resolved
src/test/java/org/wiremock/integrations/testcontainers/TestConfig.java
Outdated
Show resolved
Hide resolved
/** | ||
* @deprecated Not really guaranteed to be latest. Will be reworked | ||
*/ | ||
@Deprecated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would remove it, since we haven't yet released - we could afford removing old code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed
Adapt to Wiremock 3.5.4 and fix tests for version 2
Thanks @graric! I think it is good to go given the time WireMock 3 has been around |
References
Submitter checklist
#help-contributing
or a project-specific channel like#wiremock-java