author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
686,936
22.04.2021 18:04:29
-3,600
172609d537f4edd4e0331b5c4d0bea303c725cc1
Updated README to correct local build instructions now that JRE7/8 has gone
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -49,24 +49,7 @@ To run all of WireMock's tests:\nTo build both JARs (thin and standalone):\n```bash\n-./gradlew -c release-settings.gradle :java8:shadowJar\n+./gradlew jar shadowJar\n```\n-The built JAR will be ...
Java
Apache License 2.0
tomakehurst/wiremock
Updated README to correct local build instructions now that JRE7/8 has gone
686,936
26.04.2021 15:09:17
-3,600
f3062753dc028815f738d3cadb4e451e73493bbe
Attempt at making tests that fail on Windows due to differing line breaks pass
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/common/xml/XmlTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/common/xml/XmlTest.java", "diff": "@@ -3,6 +3,7 @@ package com.github.tomakehurst.wiremock.common.xml;\nimport com.github.tomakeh...
Java
Apache License 2.0
tomakehurst/wiremock
Attempt at making tests that fail on Windows due to differing line breaks pass
686,936
26.04.2021 15:09:44
-3,600
64225aff4acb385f231f297069a11417517523d4
Extended delay in an async test to make more reliable in CI
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "diff": "@@ -47,7 +47,7 @@ public class ResponseDelayAcceptanceTest {\nprivate static...
Java
Apache License 2.0
tomakehurst/wiremock
Extended delay in an async test to make more reliable in CI
686,936
26.04.2021 15:25:07
-3,600
1c4d0acebbe9451936c8d468874b3390bc055e2d
Raised some timing tolerances in async tests to help avoid CI failures
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "diff": "@@ -22,6 +22,7 @@ import org.apache.http.HttpResponse;\nimport org.apach...
Java
Apache License 2.0
tomakehurst/wiremock
Raised some timing tolerances in async tests to help avoid CI failures
686,936
26.04.2021 15:37:01
-3,600
40ad196c9af97ce414a3b4bd166b9c51dcca5411
Increased timeout in response delay test for more CI tolerance
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDelayAcceptanceTest.java", "diff": "@@ -44,7 +44,7 @@ import static org.junit.Assert.assertTrue;\npublic class R...
Java
Apache License 2.0
tomakehurst/wiremock
Increased timeout in response delay test for more CI tolerance
686,936
26.04.2021 15:37:25
-3,600
dba0418e0976c80b3c5ed12b4b098d7a9da7dbbc
Reduced parallel test forks down to 1 when running on CI for stability
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -32,6 +32,10 @@ repositories {\nmavenCentral()\n}\n+ext {\n+ runningOnCI = System.getenv('CI') == 'true'\n+}\n+\ndef jacksonVersion = '2.11.0'\ndef versions = [\nhandlebars : '4.2.0',\n@@ -139,7 +143,7 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Reduced parallel test forks down to 1 when running on CI for stability
686,936
26.04.2021 15:52:10
-3,600
c5334d9cf50497464a739cbd57ac9289ce8b4799
Exclude response dribble tests when running in CI as OSX runner seems to slow to allow meaningful assertion of timings
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseDribbleAcceptanceTest.java", "diff": "@@ -31,6 +31,7 @@ import java.io.IOException;\nimport static com.github....
Java
Apache License 2.0
tomakehurst/wiremock
Exclude response dribble tests when running in CI as OSX runner seems to slow to allow meaningful assertion of timings
686,936
26.04.2021 16:09:43
-3,600
bd443e582c210760e7a607a8e887e8e478f0ab6d
Removed Travis CI config and switched build badge in README to GitHub Actions
[ { "change_type": "DELETE", "old_path": ".travis.yml", "new_path": null, "diff": "-language: java\n-\n-dist: trusty\n-\n-jdk:\n- - oraclejdk8\n- - openjdk8\n-\n-install:\n- - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0...
Java
Apache License 2.0
tomakehurst/wiremock
Removed Travis CI config and switched build badge in README to GitHub Actions
686,936
26.04.2021 16:15:59
-3,600
f1d4fef3346da1a855f0fefef7451b95d53667a5
Removed zjsonpatch from dependencies as this is no longer used
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -91,11 +91,6 @@ dependencies {\nexclude group: 'org.mozilla', module: 'rhino'\n}\n- compile 'com.flipkart.zjsonpatch:zjsonpatch:0.4.4', {\n- exclude group: 'com.fasterxml.jackson.core', module: 'jackson-da...
Java
Apache License 2.0
tomakehurst/wiremock
Removed zjsonpatch from dependencies as this is no longer used
686,936
26.04.2021 16:22:38
-3,600
d3000ae46b7f04ddcbfc4be8246f9ad7ffc90431
Added Gradle wrapper validation. Fixes
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build-and-test.yml", "new_path": ".github/workflows/build-and-test.yml", "diff": "@@ -22,6 +22,8 @@ jobs:\nsteps:\n- uses: actions/checkout@v2\n+ - name: Validate Gradle wrapper\n+ uses: gradle/wrapper-validation-action@v1\n- name: Set up JDK...
Java
Apache License 2.0
tomakehurst/wiremock
Added Gradle wrapper validation. Fixes #1429.
687,029
26.04.2021 20:23:31
-18,000
dc87d4d29bd3555de1add60a3b12df8d96a79cd6
added `disable-banner` documentation
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -162,6 +162,8 @@ The last of these will cause chunked encoding to be used only when a stub define\n`--disable-request-logging`: Prevent requests and responses ...
Java
Apache License 2.0
tomakehurst/wiremock
added `disable-banner` documentation (#1427)
686,968
26.04.2021 18:26:08
-10,800
d62c457e71e6f66a5120139d9cb93d35d2622cc5
Add the ability to specify Jetty's idleTimeout Add ability to set Jetty idleTimeout
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/JettySettings.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/JettySettings.java", "diff": "@@ -25,15 +25,18 @@ public class JettySettings {\nprivate final Optional<Integer> acceptQu...
Java
Apache License 2.0
tomakehurst/wiremock
Add the ability to specify Jetty's idleTimeout (#1433) Add ability to set Jetty idleTimeout
686,936
26.04.2021 19:06:26
-3,600
0113947bba54a1fa1d09db265cdf39b24908ed38
Fixed - improved test case example in getting-started doc
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/getting-started.md", "new_path": "docs-v2/_docs/getting-started.md", "diff": "@@ -54,20 +54,18 @@ Now you're ready to write a test case like this:\n```java\n@Test\npublic void exampleTest() {\n- stubFor(get(urlEqualTo(\"/my/resource\"))\n- .withH...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1363 - improved test case example in getting-started doc
686,936
27.04.2021 11:30:19
-3,600
0b77f06aeb171a67384a0d38023568ca196eb8bb
Upgraded to Jackson 2.12.3
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -36,14 +36,11 @@ ext {\nrunningOnCI = System.getenv('CI') == 'true'\n}\n-def jacksonVersion = '2.11.0'\ndef versions = [\nhandlebars : '4.2.0',\n-// jetty : '9.4.34.v20201102', // Last working version\njet...
Java
Apache License 2.0
tomakehurst/wiremock
Upgraded to Jackson 2.12.3
686,936
27.04.2021 11:38:14
-3,600
c654bb8f59f637e06bedd7e3e673c15a062252e7
Constrained range of characters in alpha + symbols helper to avoid spurious test failures
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsRandomValuesHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsRandomValuesHelper.java", "diff": "...
Java
Apache License 2.0
tomakehurst/wiremock
Constrained range of characters in alpha + symbols helper to avoid spurious test failures
686,936
27.04.2021 12:29:55
-3,600
29957da61fc616be56dd2a69f7ed7259c4c7856c
Fixed regression in RegexExtractHelper created when adding support for multiple matches
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RegexExtractHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RegexExtractHelper.java", "diff": "@@ -40,15 +40,18 @@ ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed regression in RegexExtractHelper created when adding support for multiple matches
686,936
27.04.2021 12:57:33
-3,600
e97a33b0a408d2f4d29875217265a8209c16e95e
Fixed bug preventing diff reports being returned for non-standard HTTP methods
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/NotFoundHandler.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/NotFoundHandler.java", "diff": "@@ -38,6 +38,11 @@ public class NotFoundHandler extends ErrorHandler {\nthis.mockServi...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed bug preventing diff reports being returned for non-standard HTTP methods
686,936
27.04.2021 13:16:11
-3,600
08506e109965c7de38f8b0bff2e308f1024b9d06
Added support for plaintext HTTP/2
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty94/Jetty94HttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty94/Jetty94HttpServer.java", "diff": "@@ -10,6 +10,7 @@ import com.github.tomakehurst.wiremock.jetty9.JettyHttpServer;...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for plaintext HTTP/2
686,936
27.04.2021 18:48:03
-3,600
882b7d044fb6f113025237c9e3ad6c27fb923b49
Wrapped Xml.optimizeFactoriesLoading() contents in a try/catch so that it doesn't cause startup to fail in environments that trigger an exception to be thrown
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/xml/Xml.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/xml/Xml.java", "diff": "@@ -49,6 +49,7 @@ public class Xml {\n// Hide constructor\n}\npublic static void optimizeFactoriesLoad...
Java
Apache License 2.0
tomakehurst/wiremock
Wrapped Xml.optimizeFactoriesLoading() contents in a try/catch so that it doesn't cause startup to fail in environments that trigger an exception to be thrown
686,936
27.04.2021 19:09:19
-3,600
482bf4490147454b4942bba936ceb24bc0fc152e
Fixed - added (better) support for publishing to the local Maven repo, plus a README note about it
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -53,3 +53,10 @@ To build both JARs (thin and standalone):\n```\nThe built JAR will be placed under ``build/libs``.\n+\n+To publish both JARs to your local Maven repository:\n+\n+```bash\n+./gradlew publishToMave...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #444 - added (better) support for publishing to the local Maven repo, plus a README note about it
686,936
28.04.2021 14:39:19
-3,600
d281886b7d42546061dd20e2f26982f6b4a9f911
Fixed - extension classes implementing multiple interfaces not being loaded properly via the command line
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "diff": "@@ -117,6 +117,7 @@ public class CommandLineOptions implements Options {...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1158 - extension classes implementing multiple interfaces not being loaded properly via the command line
686,936
28.04.2021 20:51:09
-3,600
54fe077748bf0c7c2a7acf221a5e90a753884c27
Fixed - updated scenarios documentation to make the correct syntax for a multiple stub file clear
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/stateful-behaviour.md", "new_path": "docs-v2/_docs/stateful-behaviour.md", "diff": "@@ -65,6 +65,8 @@ public void toDoListScenario() {\nThe JSON equivalent for the above three stubs is:\n```json\n+{\n+ \"mappings\": [\n{\n\"scenarioName\": \"To d...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1281 - updated scenarios documentation to make the correct syntax for a multiple stub file clear
686,936
29.04.2021 11:19:07
-3,600
4a887a98625e30d5a453b0a1bd09b9a9637f2943
Fixed - now treats an empty array result from a JSONPath expression during matching as null so that the absent operator works correctly
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MatchesJsonPathPattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MatchesJsonPathPattern.java", "diff": "@@ -85,6 +85,12 @@ public class MatchesJsonPathPattern extends PathP...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1303 - now treats an empty array result from a JSONPath expression during matching as null so that the absent operator works correctly
686,936
29.04.2021 12:04:38
-3,600
16a09ea5648b933c42f53a118b2f7e9a84b35fe2
Fixed - pinned json-smart version to latest
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -74,6 +74,7 @@ dependencies {\ncompile \"com.jayway.jsonpath:json-path:2.5.0\", {\nexclude group: 'org.ow2.asm', module: 'asm'\n}\n+ compile \"net.minidev:json-smart:2.4.6\" // Pinning this above the trans...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1472 - pinned json-smart version to latest
686,936
29.04.2021 16:24:22
-3,600
74058e878654c6d789577a36d89dcccd19367db8
Fixed - added a doc section showing how to access values whose keys contain metacharacters in a template
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -198,6 +198,22 @@ For instance, given a request URL like `/multi-query?things=1&things=2&things=3`\n> The reason for this is that the non-indexed form return...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1344 - added a doc section showing how to access values whose keys contain metacharacters in a template
686,936
29.04.2021 18:30:15
-3,600
c26c5b27bad3265986f23a02c79e86e6d200d713
Fixed - statusMessage not set in Response.like()
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/Response.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/Response.java", "diff": "@@ -178,6 +178,7 @@ public class Response {\npublic static Builder like(Response response) {\nBuilder re...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1435 - statusMessage not set in Response.like()
686,936
29.04.2021 18:32:23
-3,600
6d7cffad2970aadbfb89cfc62d463d56c2cc378d
Fixed - documentation typo
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -58,7 +58,7 @@ authenticate with a proxy target that require client authentication. See\nand [Running as a browser proxy](/docs/proxying#running-as-a-browser-p...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1381 - documentation typo
686,936
04.05.2021 16:50:34
-3,600
85f0a138471d6dc02101f3cc34e9841c29c985d5
Fixed - now URL decodes query parameter keys before matching so that both encoded and decoded forms will match
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Urls.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Urls.java", "diff": "@@ -63,9 +63,9 @@ public class Urls {\nfor (String queryElement: pairs) {\nint firstEqualsIndex = queryEleme...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1368 - now URL decodes query parameter keys before matching so that both encoded and decoded forms will match
686,936
05.05.2021 12:38:29
-3,600
9467c02a7606000dbf02a18370ccd59d79a4b3a3
Fixed - NPE thrown when fetching near misses and not providing a loggedDate on the request object
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -104,6 +104,7 @@ dependencies {\nexclude group: \"org.hamcrest\", module: \"hamcrest-library\"\n}\ntestCompile 'org.mockito:mockito-core:3.9.0'\n+ testCompile 'net.javacrumbs.json-unit:json-unit:2.25.0'\nt...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1411 - NPE thrown when fetching near misses and not providing a loggedDate on the request object
686,936
06.05.2021 11:39:55
-3,600
55490cec33dee35c031a53e13b94fd7a9c37fa16
Fixed - failing browser proxy requests. Disabled connection reuse in both (forward and reverse) proxy clients and also prevented use of system properties in the forward proxy client as this will cause double proxying if WireMock is started after the system proxy settings have been set to point to it.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/HttpClientFactory.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/HttpClientFactory.java", "diff": "@@ -23,18 +23,22 @@ import com.github.tomakehurst.wiremock.http.ssl.TrustEverythingStr...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1389 - failing browser proxy requests. Disabled connection reuse in both (forward and reverse) proxy clients and also prevented use of system properties in the forward proxy client as this will cause double proxying if WireMock is started after the system proxy settings have been set to point to it.
686,936
06.05.2021 20:37:14
-3,600
5b3fbb75d34c95401b5d86cd824b98eb4b0d737b
Fixed - Swagger UI blank page. Disabled async on the default servlet serving UI assets as this breaks serving of the JS for some reason. Also upgraded to Swagger UI v3.48.0.
[ { "change_type": "MODIFY", "old_path": "docs-v2/package-lock.json", "new_path": "docs-v2/package-lock.json", "diff": "}\n},\n\"swagger-ui-dist\": {\n- \"version\": \"3.24.3\",\n- \"resolved\": \"https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.24.3.tgz\",\n- \"integrity\": \"sha512-kB8...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1440 - Swagger UI blank page. Disabled async on the default servlet serving UI assets as this breaks serving of the JS for some reason. Also upgraded to Swagger UI v3.48.0.
686,936
07.05.2021 10:53:10
-3,600
9b30e31476dd3dfdaa3cde46159a5f1fe5682cee
Fixed - now defaults trust store password if not specified
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "diff": "@@ -132,7 +132,7 @@ public class CommandLineOptions implements Options {...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #604 - now defaults trust store password if not specified
686,936
07.05.2021 11:24:28
-3,600
f1e1bd6367bfa82ee37dafb9b883e209850ff419
Fixed and by dropping the MethodRule interface from WireMockRule, since this is only required by ancient verisons of JUnit 4.x
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/junit/WireMockRule.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/junit/WireMockRule.java", "diff": "@@ -31,7 +31,7 @@ import java.util.List;\nimport static com.github.tomakehurst.wiremock.core.W...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #566 and #673 by dropping the MethodRule interface from WireMockRule, since this is only required by ancient verisons of JUnit 4.x
686,936
07.05.2021 11:50:43
-3,600
ce4ccc427a1bea953ee726c7d3b529ad09aaa121
Fixed - finished documenting pushing stubs to remote WireMock instance
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/running-standalone.md", "new_path": "docs-v2/_docs/running-standalone.md", "diff": "@@ -274,7 +274,19 @@ JSON files containing multiple stub mappings can also be used. These are of the\n## Pushing JSON files to a remote WireMock instance\n-You ca...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1138 - finished documenting pushing stubs to remote WireMock instance
686,936
10.05.2021 16:43:48
-3,600
bd22ef5a717bd1626c3178668a0cd2d5bda0b620
Fixed Fixed Jetty optimisation was changing the case of some common Content-Type header values. Disabled the optimisation so that the exact value specified is returned.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -58,6 +58,7 @@ public class JettyHttpServer implements HttpServer {\nstatic {\nSyst...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #998. Fixed #1452. Jetty optimisation was changing the case of some common Content-Type header values. Disabled the optimisation so that the exact value specified is returned.
686,936
10.05.2021 16:51:52
-3,600
6e75dad509098ef65e2b7c658b84d249a356b7ec
Fixed This seems to have been fixed naturally via a Jetty upgrade. This commit adds a test case confirming this.
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/StubbingAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/StubbingAcceptanceTest.java", "diff": "@@ -24,6 +24,7 @@ import org.apache.http.MalformedChunkCodingException;\nimport org.ap...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #839. This seems to have been fixed naturally via a Jetty upgrade. This commit adds a test case confirming this.
686,936
10.05.2021 17:40:37
-3,600
8de31a351331b9797f1380dc070dcd616b2316da
Fixed - removed requirement for keystore to be specified if truststore is specified on the CLI
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/standalone/CommandLineOptions.java", "diff": "@@ -133,11 +133,11 @@ public class CommandLineOptions implements Options...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1161 - removed requirement for keystore to be specified if truststore is specified on the CLI
686,936
11.05.2021 10:46:04
-3,600
465e7442e8e1100105c71200ce78fc962f848699
Fixed - updated documentation to point consistently to Java 8 JARs and indicate deprecation of Java 7 JARs
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/download-and-installation.md", "new_path": "docs-v2/_docs/download-and-installation.md", "diff": "@@ -16,78 +16,83 @@ Additionally, versions of these JARs are distributed for both Java 7 and Java 8+\nThe Java 7 distribution is aimed primarily at ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1480 - updated documentation to point consistently to Java 8 JARs and indicate deprecation of Java 7 JARs
686,936
11.05.2021 11:00:09
-3,600
fc38bb4f274279e931ca2cddf5269628e04699f0
Added Bas Dijkstra's WireMock workshop link to External Resources
[ { "change_type": "MODIFY", "old_path": "docs-v2/external-resources/index.md", "new_path": "docs-v2/external-resources/index.md", "diff": "@@ -81,7 +81,8 @@ Phill Barber has written a couple of interesting posts about practical testing s\n[http://phillbarber.blogspot.co.uk/2015/02/how-to-test-for-con...
Java
Apache License 2.0
tomakehurst/wiremock
Added Bas Dijkstra's WireMock workshop link to External Resources
686,936
11.05.2021 17:14:26
-3,600
1e7c07e9ff845b3253c8177159775ddd070c22a4
Fixed - Content-Length header specified in stub and returned by proxy target will now be honoured
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/ProxyResponseRenderer.java", "diff": "@@ -52,7 +52,11 @@ public class ProxyResponseRenderer implements ResponseRende...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1169 - Content-Length header specified in stub and returned by proxy target will now be honoured
686,936
11.05.2021 17:37:36
-3,600
bef0d52a2d09f05519cad54b1ad696dbd5cbd381
Added docs-v2/package.json version number to bump tasks in Gradle build
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -415,6 +415,7 @@ task 'bump-patch-version' {\ndef filesWithVersion = [\n'build.gradle' : { \"version = '${it}\" },\n'docs-v2/_config.yml' : { \"wiremock_version: ${it}\" },\n+ 'docs-v2/package.json' : { \"...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs-v2/package.json version number to bump tasks in Gradle build
686,936
11.05.2021 18:37:32
-3,600
610c2cd854c9ec6645ab10c6093fa9d8e3db1037
Explicitly add description into standalone POM as for some reason this isn't making it across
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -376,6 +376,7 @@ publishing {\npom.packaging 'jar'\npom.withXml {\n+ asNode().appendNode('description', 'A web service test double for all occasions - standalone edition')\nasNode().children().last() + pom...
Java
Apache License 2.0
tomakehurst/wiremock
Explicitly add description into standalone POM as for some reason this isn't making it across
686,965
13.05.2021 02:48:57
25,200
3ca06557f55039beca8fdd6e6b8ac13f4b6d6ef1
Fix broken link to script on "Proxying" page has a broken link to a script to create a self-signed root certificate. This link was added in and I'm pretty sure it was intended to link to "scripts/create-ca-keystore.sh"
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/proxying.md", "new_path": "docs-v2/_docs/proxying.md", "diff": "@@ -156,7 +156,7 @@ WireMock uses a root Certificate Authority private key to sign a certificate for\nBy default, WireMock will use a CA key store at `$HOME/.wiremock/ca-keystore.jks...
Java
Apache License 2.0
tomakehurst/wiremock
Fix broken link to script on "Proxying" page (#1490) http://wiremock.org/docs/proxying/ has a broken link to a script to create a self-signed root certificate. This link was added in 396e4c870775f37e4ff2efe80c8e6af91ca7ef8e, and I'm pretty sure it was intended to link to "scripts/create-ca-keystore.sh"
686,936
11.06.2021 15:17:02
-3,600
43db20be8c0be5af5318f932ee0382cc43f849ab
Fixed - Added random number Handlebars helpers
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -95,7 +95,8 @@ dependencies {\ncompile \"commons-io:commons-io:2.9.0\"\ntestCompile \"junit:junit:4.13\"\n- testCompile \"org.hamcrest:hamcrest-all:1.3\"\n+ testCompile \"org.hamcrest:hamcrest-core:2.2\"\n...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1520 - Added random number Handlebars helpers
686,936
11.06.2021 15:43:24
-3,600
3f498ef80f17633730b9f55776d1287578715608
Fixed - added a range Handlebars helper
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RangeHelper.java", "diff": "+package com.github.tomakehurst.wiremock.extension.responsetemplating.helpers;\n+\n+import com.github.jknack.handlebars.Options;\n+\n+...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1519 - added a range Handlebars helper
686,936
11.06.2021 16:00:32
-3,600
195c5107b028d1f9494eda0bdd89d5ec596f6c4f
Fixed - added an arrar literal Handlebars helper
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ArrayHelper.java", "diff": "+package com.github.tomakehurst.wiremock.extension.responsetemplating.helpers;\n+\n+import com.github.jknack.handlebars.Options;\n+imp...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1521 - added an arrar literal Handlebars helper
686,936
11.06.2021 16:53:31
-3,600
5c8319bd4d3cf290174aa3286293b33e3a38e1a9
Fixed - added a parseJson Handlebars helper
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJsonHelper.java", "diff": "+package com.github.tomakehurst.wiremock.extension.responsetemplating.helpers;\n+\n+import com.fasterxml.jackson.core.type.TypeRef...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1522 - added a parseJson Handlebars helper
686,980
12.06.2021 04:54:15
-43,200
8234c2ccc84c33033fa747c44ac2cbc8711f3d91
Add support for jsonpath defaults
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -390,6 +390,14 @@ And for the same JSON the following will render `{ \"inner\": \"Stuff\" }`:\n```\n{% endraw %}\n+Default value can be specified if the path...
Java
Apache License 2.0
tomakehurst/wiremock
Add support for jsonpath defaults (#1376)
686,936
11.06.2021 18:01:14
-3,600
dda7ccf45f2c5c9da10c91bf7f645ae4ff213986
Fixed - added support for a default value in the regexExtract helper
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RegexExtractHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RegexExtractHelper.java", "diff": "@@ -51,7 +51,10 @@ p...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1525 - added support for a default value in the regexExtract helper
686,936
11.06.2021 18:19:54
-3,600
2facc9508993a6998f7e8768c554679bda7923c3
Fixed failing regexExtract by defaulting hash passed to unit test helper to empty list instead of null
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsHelperTestBase.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsHelperTestBase.java", "diff": "@@ -26,7...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed failing regexExtract by defaulting hash passed to unit test helper to empty list instead of null
686,936
11.06.2021 18:46:00
-3,600
c8bea8f972d054ccc81ebabac32d6be3924ca142
Fixed - added matches and contains Handlebars helpers
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ContainsHelper.java", "diff": "+package com.github.tomakehurst.wiremock.extension.responsetemplating.helpers;\n+\n+import com.github.jknack.handlebars.Options;\n+...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1524 - added matches and contains Handlebars helpers
686,936
11.06.2021 19:24:44
-3,600
10c919dac9b0b427e0efdfd93fd23bd9e55b3dfb
Fixed - added arithmetic operations Handlebars helper
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathHelper.java", "diff": "+/*\n+MIT License\n+\n+Copyright (c) 2015 Matthew Hanlon\n+\n+Permission is hereby granted, free of charge, to any person obtaining a c...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1526 - added arithmetic operations Handlebars helper
686,975
17.06.2021 14:59:54
-3,600
3e4bef00bb294209a345d8188607fdf5904f7c58
Update simulating-faults.md fixed 'dibble' typo
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/simulating-faults.md", "new_path": "docs-v2/_docs/simulating-faults.md", "diff": "@@ -152,7 +152,7 @@ To use, instantiate a `new UniformDistribution(15, 25)`, or via JSON:\n## Chunked Dribble Delay\n-In addition to fixed and random delays, you ca...
Java
Apache License 2.0
tomakehurst/wiremock
Update simulating-faults.md (#1535) fixed 'dibble' typo
686,936
24.06.2021 17:01:00
-3,600
cf2fd4c8e843f8b0e49ccf9a40ad4f6781194580
Added logical AND and OR matchers that wrap other string matchers
[ { "change_type": "MODIFY", "old_path": "docs-v2/package-lock.json", "new_path": "docs-v2/package-lock.json", "diff": "{\n\"name\": \"wiremock-docs\",\n- \"version\": \"2.28.1\",\n+ \"version\": \"2.29.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n" }, { "change_typ...
Java
Apache License 2.0
tomakehurst/wiremock
Added logical AND and OR matchers that wrap other string matchers
686,936
29.06.2021 11:09:22
-3,600
68cbeb6d438565d4ec27142f0297f780e1b5b7a2
Date matchers now accept Java zoned and local date times as expected values (rather than just string representations)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "diff": "@@ -36,6 +36,8 @@ import com.github.tomakehurst.wiremock.verification.*;\nimport com.github.tomakehu...
Java
Apache License 2.0
tomakehurst/wiremock
Date matchers now accept Java zoned and local date times as expected values (rather than just string representations)
686,936
29.06.2021 11:39:10
-3,600
b0acf6a0b95cf98e32037da1b3811f0d25e26206
Added support for individual offset and unit fields on date matcher JSON format
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/AbstractDateTimePattern.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/AbstractDateTimePattern.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.matching;\n+import com...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for individual offset and unit fields on date matcher JSON format
686,936
29.06.2021 12:53:19
-3,600
ee921430b113339c46bd0004d2d2cd68e410d703
Added logical AND and OR documentation. Documented extra JSON and Java forms for date/time matching.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -1035,6 +1035,11 @@ Java:\nstubFor(post(\"/dates\")\n.withHeader(\"X-Munged-Date\", after(\"2021-05-01T00:00:00Z\"))\n.willReturn(ok()));\n+\n+// You can also use ...
Java
Apache License 2.0
tomakehurst/wiremock
Added logical AND and OR documentation. Documented extra JSON and Java forms for date/time matching.
686,936
29.06.2021 15:01:59
-3,600
eeb99e72d07c5d6372f1e19d851bab0343252c18
Fixed - Added a truncateDate Handlebars helper
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -1215,7 +1215,7 @@ JSON:\n}\n```\n-\n+<div id=\"all-truncations\"></div>\nThe full list of available truncations is:\n* `first minute of hour`\n" }, { "cha...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1529 - Added a truncateDate Handlebars helper
686,936
29.06.2021 17:10:24
-3,600
26f53771574802289bc5d98866048fd8d6f56c3f
Fixed - added support for unix and epoch formats to parseDate helper. Also added support for HTTP standard dates by default.
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -431,11 +431,19 @@ the UNIX timestamp in seconds.\n{% endraw %}\n-Dates can be parsed from other model elements:\n+Dates can be parsed using the `parseDate` ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1530 - added support for unix and epoch formats to parseDate helper. Also added support for HTTP standard dates by default.
686,936
30.06.2021 14:34:03
-3,600
e56a83e55d4b63938cc683fe409601226f6f9ff0
Stripped additional licence from MathHelper
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathHelper.java", "diff": "-/*\n- * Copyright (C) 2011 Thomas A...
Java
Apache License 2.0
tomakehurst/wiremock
Stripped additional licence from MathHelper
686,936
30.06.2021 15:58:34
-3,600
c40a2850706967bdf2c6d4f578ac34040e32db4e
Replaced copied maths helper with own version that accepts and produces number types (though will also accept strings)
[ { "change_type": "DELETE", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathHelper.java", "new_path": null, "diff": "-/*\n-MIT License\n-\n-Copyright (c) 2015 Matthew Hanlon\n-\n-Permission is hereby granted, free of charge, to any person obtaining ...
Java
Apache License 2.0
tomakehurst/wiremock
Replaced copied maths helper with own version that accepts and produces number types (though will also accept strings)
686,936
30.06.2021 16:47:12
-3,600
5f7620d907cff974e0b2db6b9f180cb08ec4cab6
Added documentation for new helpers
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/response-templating.md", "new_path": "docs-v2/_docs/response-templating.md", "diff": "@@ -398,6 +398,41 @@ Default value can be specified if the path evaluates to null or undefined:\n```\n{% endraw %}\n+## Parse JSON helper\n+The `parseJson` help...
Java
Apache License 2.0
tomakehurst/wiremock
Added documentation for new helpers
686,936
30.06.2021 17:20:21
-3,600
3670ae7765acb57b62d3533d259bdc2818a96d36
Added a test case showing use of the lookup helper
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseTemplatingAcceptanceTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/ResponseTemplatingAcceptanceTest.java", "diff": "@@ -236,6 +236,15 @@ public class ResponseTemplatingAcceptanceTest...
Java
Apache License 2.0
tomakehurst/wiremock
Added a test case showing use of the lookup helper
686,936
06.07.2021 16:03:42
-3,600
a6a8ccafc33e9550b857e264492b59fb3eb5a4c5
Fixed - diff reports are now returned as expected when the request body is gzipped
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Gzip.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Gzip.java", "diff": "@@ -32,6 +32,10 @@ import static com.google.common.base.Charsets.UTF_8;\npublic class Gzip {\npublic static ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1548 - diff reports are now returned as expected when the request body is gzipped
686,936
06.07.2021 18:23:52
-3,600
237250b24de4d2173066cc5e0e8aaca1fbdcb125
Fixed bug with jsonPath helper defaulting where deep paths that are not found result in an error instead of the default value being returned
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonPathHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HandlebarsJsonPathHelper.java", "diff": "@@ -34,6...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed bug with jsonPath helper defaulting where deep paths that are not found result in an error instead of the default value being returned
686,936
06.07.2021 18:28:07
-3,600
001c9504248243d4b504e9e6dccb767f80ba66d8
randomDecimal helper now accepts integer and string bounds in addition to decimal
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HelperUtils.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/HelperUtils.java", "diff": "@@ -3,6 +3,10 @@ package com.githu...
Java
Apache License 2.0
tomakehurst/wiremock
randomDecimal helper now accepts integer and string bounds in addition to decimal
686,936
06.07.2021 18:29:11
-3,600
4017e44d106d91f5340e80f7114c3f9c9f09fa88
randomInt helper now accepts number and string bounds in addition to int
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RandomIntHelper.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/RandomIntHelper.java", "diff": "@@ -20,12 +20,14 @@ import...
Java
Apache License 2.0
tomakehurst/wiremock
randomInt helper now accepts number and string bounds in addition to int
687,042
13.07.2021 12:32:51
-7,200
41a7e9f54e7817b920b20e220967cef2d4de9fb9
doc: updating link to artifact i Central (refs
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -2,7 +2,7 @@ WireMock - a web service test double for all occasions\n======================================================\n[![Build Status](https://github.com/tomakehurst/wiremock/actions/workflows/build-and-t...
Java
Apache License 2.0
tomakehurst/wiremock
doc: updating link to artifact i Central (refs #1561) (#1562)
686,936
13.07.2021 17:50:41
-3,600
2350bad637b59abecea893b21bd9047fe8658d1c
Fixed - sub-matchers in matchesJsonPath are now compared against each item in the list of results from the expression rather than just the string rendition except if the sub-matcher is equalToJson, in which case this is still the behaviour we want.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/WireMock.java", "diff": "@@ -217,6 +217,11 @@ public class WireMock {\nreturn new MatchesXPathPattern(value, valuePattern);\n...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed #1558 - sub-matchers in matchesJsonPath are now compared against each item in the list of results from the expression rather than just the string rendition except if the sub-matcher is equalToJson, in which case this is still the behaviour we want.
686,936
14.07.2021 16:51:30
-3,600
10fbcaf4ead173cc8741550691aedeff6e539794
Tidied up the Gradle build
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -2,7 +2,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar\nbuildscript {\nrepositories {\n- jcenter()\nmaven {\nurl \"https://oss.sonatype.org\"\n}\n@@ -177,9 +176,6 @@ task generateAp...
Java
Apache License 2.0
tomakehurst/wiremock
Tidied up the Gradle build
686,936
15.07.2021 11:19:16
-3,600
bada241f324e5d0b3db9a8f34ca361405bded9e1
Applied fixes to enable the webhooks extension to work with the standalone JAR
[ { "change_type": "MODIFY", "old_path": "wiremock-webhooks-extension/src/main/java/org/wiremock/webhooks/WebhookDefinition.java", "new_path": "wiremock-webhooks-extension/src/main/java/org/wiremock/webhooks/WebhookDefinition.java", "diff": "@@ -3,14 +3,19 @@ package org.wiremock.webhooks;\nimport com...
Java
Apache License 2.0
tomakehurst/wiremock
Applied fixes to enable the webhooks extension to work with the standalone JAR
686,936
15.07.2021 15:11:16
-3,600
c3e66da79bbeb04e5992601b763ad0cadc43f617
Added the ability for more than one instance of the same PostServeAction to be specified on a stub mapping. Fixed multiple header issue on the webhooks extension.
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "diff": "@@ -17,18 +17,21 @@ package com.github.tomakehurst.wiremock.client;\nimport co...
Java
Apache License 2.0
tomakehurst/wiremock
Added the ability for more than one instance of the same PostServeAction to be specified on a stub mapping. Fixed multiple header issue on the webhooks extension.
686,936
16.07.2021 12:18:20
-3,600
71a9c35af86b3ca696e16b2e3a51b96515a4fdf9
Date/time matchers will now attempt to match zoned expected against local actual by adding the system timezone to the actual
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/AbstractDateTimeMatchResult.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/AbstractDateTimeMatchResult.java", "diff": "@@ -49,6 +49,8 @@ public abstract class AbstractDateTimeMa...
Java
Apache License 2.0
tomakehurst/wiremock
Date/time matchers will now attempt to match zoned expected against local actual by adding the system timezone to the actual
686,936
16.07.2021 18:01:21
-3,600
e8697b72cc5a5691fb7f659a86c5877e916ec771
Factored out template engine from the response template transformer and used to add support for request templating in the webhooks extension
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Exceptions.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Exceptions.java", "diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import java.io.PrintWriter;\n+import java....
Java
Apache License 2.0
tomakehurst/wiremock
Factored out template engine from the response template transformer and used to add support for request templating in the webhooks extension
686,936
16.07.2021 18:26:03
-3,600
015edea04a94281d36beeaa137975fc4fa6980c6
Fixed issues preventing the webhooks extension working standalone
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "diff": "@@ -23,6 +23,10 @@ public class TemplateEngi...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed issues preventing the webhooks extension working standalone
686,936
16.07.2021 18:31:44
-3,600
000b9b3251607d08c3fe3f7789423187ef8685bb
Updated the request matching doc to reflect the change in zoned/local date matching logic
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/request-matching.md", "new_path": "docs-v2/_docs/request-matching.md", "diff": "@@ -1107,11 +1107,11 @@ Whether the expected and actual values are zoned or not affects whether they can\napproach is to try to ensure you're using the same on both s...
Java
Apache License 2.0
tomakehurst/wiremock
Updated the request matching doc to reflect the change in zoned/local date matching logic
686,936
20.07.2021 13:01:35
-3,600
da1604a3dd745046bb6656de6b500c5b8320f217
Small performance improvement - ensure that the ObjectMapper used by Json is initialised on the main thread and inherited by worker threads. See
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "diff": "@@ -19,10 +19,7 @@ import com.github.tomakehurst.wiremock.admin.model.*;\nimport com.github.tomakehurs...
Java
Apache License 2.0
tomakehurst/wiremock
Small performance improvement - ensure that the ObjectMapper used by Json is initialised on the main thread and inherited by worker threads. See #1569.
686,936
20.07.2021 13:02:31
-3,600
101d8fd61cf224d991b391e1ab64eeb381e4db1c
Closes - eagerly initialise the main handler servlet
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -382,6 +382,7 @@ public class JettyHttpServer implements HttpServer {\nmockServiceC...
Java
Apache License 2.0
tomakehurst/wiremock
Closes #1436 - eagerly initialise the main handler servlet
686,936
20.07.2021 13:25:44
-3,600
61e2aaad9be68b403cee18cf5ba1f6cf79f6e5e4
Performance enhancement - prevent checking for a browser proxy request if it's disabled, since this incurs some slightly costly up-front reflection
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/jetty9/JettyHttpServer.java", "diff": "@@ -121,6 +121,7 @@ public class JettyHttpServer implements HttpServer {\noptions.getA...
Java
Apache License 2.0
tomakehurst/wiremock
Performance enhancement - prevent checking for a browser proxy request if it's disabled, since this incurs some slightly costly up-front reflection
686,936
20.07.2021 13:56:46
-3,600
efbded9f168d529ecc54ce1e4349b41664cdda65
Performance improvement - removed redundant copying of headers and cookies when building a logged request (since they're already immutable)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/WireMockHttpServletRequestAdapter.java", "diff": "@@ -242,12 +242,8 @@ public class WireMockHttpSe...
Java
Apache License 2.0
tomakehurst/wiremock
Performance improvement - removed redundant copying of headers and cookies when building a logged request (since they're already immutable)
686,936
20.07.2021 16:04:50
-3,600
125308e9d93e71bd0c33444886ca70e1160f72ff
Added support for webhook delays (using WireMock's delay distribution primitives)
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/http/DelayDistribution.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/DelayDistribution.java", "diff": "@@ -30,7 +30,8 @@ import com.fasterxml.jackson.annotation.JsonTypeInfo;\n)\n@JsonSubTy...
Java
Apache License 2.0
tomakehurst/wiremock
Added support for webhook delays (using WireMock's delay distribution primitives)
686,936
20.07.2021 17:03:20
-3,600
5f288a482237ce27f0d3af57b36d3dce2d5596bc
Documented the new webhooks (core) extension
[ { "change_type": "ADD", "old_path": null, "new_path": "docs-v2/_docs/webhooks-and-callbacks.md", "diff": "+---\n+layout: docs\n+title: Webhooks and Callbacks\n+toc_rank: 105\n+description: Configuring WireMock to fire outbound HTTP requests when specific stubs are matched.\n+---\n+\n+WireMock can ma...
Java
Apache License 2.0
tomakehurst/wiremock
Documented the new webhooks (core) extension
686,936
08.08.2021 16:48:18
-3,600
7048e19d2a1a2c1332cc28a42283c1198c52a94f
Formatting tweaks to webhooks doc
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/webhooks-and-callbacks.md", "new_path": "docs-v2/_docs/webhooks-and-callbacks.md", "diff": "@@ -221,7 +221,8 @@ wm.stubFor(post(urlPathEqualTo(\"/delayed\"))\n.withPostServeAction(\"webhook\", webhook()\n.withFixedDelay(1000)\n.withMethod(Request...
Java
Apache License 2.0
tomakehurst/wiremock
Formatting tweaks to webhooks doc
686,936
08.08.2021 18:19:35
-3,600
e5cfa52b15683d712113d2933831d994cd462b59
Added Sonatype repo explicitly into webhooks extension gradle build file as apparently this isn't passed from the main build file
[ { "change_type": "MODIFY", "old_path": "wiremock-webhooks-extension/build.gradle", "new_path": "wiremock-webhooks-extension/build.gradle", "diff": "@@ -48,6 +48,16 @@ signing {\n}\npublishing {\n+ repositories {\n+ maven {\n+ url 'https://oss.sonatype.org/service/local/staging/deploy/maven2'\n+ cred...
Java
Apache License 2.0
tomakehurst/wiremock
Added Sonatype repo explicitly into webhooks extension gradle build file as apparently this isn't passed from the main build file
686,936
09.08.2021 13:45:59
-3,600
52c07f391a8345fca246364466fccbaaa6215167
Fixed Spring Cloud Contract link in docs
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/spring-boot.md", "new_path": "docs-v2/_docs/spring-boot.md", "diff": "@@ -8,7 +8,7 @@ description: Running WireMock with Spring Boot.\nThe team behind Spring Cloud Contract have created a library to support running WireMock using the \"ambient\" ...
Java
Apache License 2.0
tomakehurst/wiremock
Fixed Spring Cloud Contract link in docs
686,936
09.08.2021 17:58:17
-3,600
69c992c02984b3f34b969f6ac52140bd42b1f7ac
Put javadoc, sources and test jars into each project separately as otherwise sub-projects end up with the root projects JARs
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -189,6 +189,8 @@ allprojects {\n}\n}\n+}\n+\ntask sourcesJar(type: Jar, dependsOn: classes) {\nclassifier = 'sources'\nfrom sourceSets.main.allSource\n@@ -204,19 +206,6 @@ allprojects {\nfrom sourceSets.te...
Java
Apache License 2.0
tomakehurst/wiremock
Put javadoc, sources and test jars into each project separately as otherwise sub-projects end up with the root projects JARs
686,936
09.08.2021 17:59:37
-3,600
6804ca6c090a089a5e87d89a17080b42fb08d41f
Increased wait timeout in webhooks acceptance test to avoid CI flakeyness
[ { "change_type": "MODIFY", "old_path": "wiremock-webhooks-extension/src/test/java/functional/WebhooksAcceptanceTest.java", "new_path": "wiremock-webhooks-extension/src/test/java/functional/WebhooksAcceptanceTest.java", "diff": "@@ -284,7 +284,7 @@ public class WebhooksAcceptanceTest {\n}\nprivate vo...
Java
Apache License 2.0
tomakehurst/wiremock
Increased wait timeout in webhooks acceptance test to avoid CI flakeyness
686,936
13.08.2021 14:50:23
-3,600
a16b92e39628395548d7a215c113a0a7414e8cd8
Removed automatic ListOrSingle unwrapping around Handlebars helpers as this has some unintended side effects
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "diff": "@@ -37,7 +37,6 @@ public class TemplateEngin...
Java
Apache License 2.0
tomakehurst/wiremock
Removed automatic ListOrSingle unwrapping around Handlebars helpers as this has some unintended side effects
686,936
13.08.2021 14:51:46
-3,600
2ed5791069c7f6e1905dd5d939d8a4a225e07e46
Removed missing import
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/TemplateEngine.java", "diff": "@@ -7,7 +7,6 @@ import com.github.jknack.han...
Java
Apache License 2.0
tomakehurst/wiremock
Removed missing import
686,936
18.08.2021 21:51:09
-3,600
312de738ff8a29eff34582649598e0de7c1977e6
Added fail-on-unmatched behaviour to the JUnit Jupiter extension (same as the JUnit 4 rule)
[ { "change_type": "MODIFY", "old_path": "docs-v2/package-lock.json", "new_path": "docs-v2/package-lock.json", "diff": "{\n\"name\": \"wiremock-docs\",\n- \"version\": \"2.30.0\",\n+ \"version\": \"2.30.1\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n" }, { "change_typ...
Java
Apache License 2.0
tomakehurst/wiremock
Added fail-on-unmatched behaviour to the JUnit Jupiter extension (same as the JUnit 4 rule)
686,936
24.08.2021 22:44:08
-3,600
4e729cac7edb11f6b736b8b24634d686972fd511
Added docs for new JUnit 5 features
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/junit-extensions.md", "new_path": "docs-v2/_docs/junit-extensions.md", "diff": "---\nlayout: docs\n-title: 'The JUnit 4.x Rule'\n+title: 'JUnit 4 and Vintage Usage'\ntoc_rank: 20\nredirect_from: \"/junit-rule.html\"\ndescription: The WireMock JUn...
Java
Apache License 2.0
tomakehurst/wiremock
Added docs for new JUnit 5 features
686,936
28.08.2021 16:03:22
-3,600
0da7a6f3acd5dcc33f894da41c1d8f4f1639ce0b
Removed redundant public modifiers from JUnit5 tests and doc examples
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/junit-jupiter.md", "new_path": "docs-v2/_docs/junit-jupiter.md", "diff": "@@ -22,7 +22,7 @@ in your test or lifecycle methods.\npublic class DeclarativeWireMockTest {\n@Test\n- public void test_something_with_wiremock(WireMockRuntimeInfo wmRuntim...
Java
Apache License 2.0
tomakehurst/wiremock
Removed redundant public modifiers from JUnit5 tests and doc examples
686,936
29.08.2021 20:30:40
-3,600
062c0a211caa70076dc1bdc14cd656cd519360bc
Created an annotation JUnit5 tests so that parameters such as port numbers can be passed in declaratively
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/WireMockServer.java", "diff": "@@ -504,7 +504,7 @@ public class WireMockServer implements Container, Stubbing, Admin {\nreturn wireMo...
Java
Apache License 2.0
tomakehurst/wiremock
Created an annotation JUnit5 tests so that parameters such as port numbers can be passed in declaratively
686,936
29.08.2021 20:43:05
-3,600
02e1efa1259ad3cc76915d6585a1764892830a09
Added Sonatype snapshots publishing target
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -166,7 +166,7 @@ allprojects {\nmavenCentral()\n}\n- version = '2.31.0'\n+ version = '2.31.0-beta-2'\nsourceCompatibility = 1.8\ntargetCompatibility = 1.8\n@@ -332,6 +332,15 @@ publishing {\npassword repoP...
Java
Apache License 2.0
tomakehurst/wiremock
Added Sonatype snapshots publishing target
686,936
29.08.2021 20:59:35
-3,600
de08e56fcee07899824a3ef3455d54e5b3744c20
Added ability enable HTTPS in the declarative JUnit5 form, with fixed or random port
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/junit5/WireMockExtension.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/junit5/WireMockExtension.java", "diff": "@@ -12,6 +12,7 @@ import com.github.tomakehurst.wiremock.verification.NearMiss;\ni...
Java
Apache License 2.0
tomakehurst/wiremock
Added ability enable HTTPS in the declarative JUnit5 form, with fixed or random port
686,936
29.08.2021 21:07:23
-3,600
e532cf3fbb5f3dacb7e2e7148c2b100eb079391b
Updated the JUnit 5 docs to reflect the new annotation and declarative forms with parameters
[ { "change_type": "MODIFY", "old_path": "docs-v2/_docs/junit-jupiter.md", "new_path": "docs-v2/_docs/junit-jupiter.md", "diff": "@@ -11,28 +11,28 @@ It supports two modes of operation - declarative (simple, not configurable) and\nThese are both explained in detail below.\n## Basic usage - declarative...
Java
Apache License 2.0
tomakehurst/wiremock
Updated the JUnit 5 docs to reflect the new annotation and declarative forms with parameters
686,936
30.08.2021 18:52:10
-3,600
7726a179a3c464e0c074ce53b086a7129a35bd0c
Switched declarative JUnit 5 test class to use the WireMockTest annotation instead of ExtendWith
[ { "change_type": "MODIFY", "old_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionDeclarativeTest.java", "new_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionDeclarativeTest.java", "diff": "@@ -7,7 +7,6 @@ import org.apache.http.clien...
Java
Apache License 2.0
tomakehurst/wiremock
Switched declarative JUnit 5 test class to use the WireMockTest annotation instead of ExtendWith
686,936
31.08.2021 23:12:07
-3,600
1fb38f142995761f4eac33de3dc233a057f62248
Attempt at fixing issue where JUnit BOM is exposed in the thin JAR POM as an ordinary dependency and breaks some Gradle builds. In any case, JUnit should always have been a compile-only dependency.
[ { "change_type": "MODIFY", "old_path": "build.gradle", "new_path": "build.gradle", "diff": "@@ -26,7 +26,8 @@ def versions = [\njetty : '9.4.43.v20210629',\nguava : '30.1.1-jre',\njackson : '2.12.4',\n- xmlUnit : '2.8.2'\n+ xmlUnit : '2.8.2',\n+ junitJupiter : '5.7.1'\n]\ndependencies {\n@@ -63,14 +...
Java
Apache License 2.0
tomakehurst/wiremock
Attempt at fixing issue where JUnit BOM is exposed in the thin JAR POM as an ordinary dependency and breaks some Gradle builds. In any case, JUnit should always have been a compile-only dependency.
686,936
31.08.2021 23:17:03
-3,600
67507df72e451bf478bb5ab3de2df0ec96b9ae36
Added method to set persistent attribute explicitly to true/false on a stub mapping, allowing it to be explicitly set to false
[ { "change_type": "MODIFY", "old_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "new_path": "src/main/java/com/github/tomakehurst/wiremock/client/BasicMappingBuilder.java", "diff": "@@ -165,6 +165,12 @@ class BasicMappingBuilder implements ScenarioMappingBuild...
Java
Apache License 2.0
tomakehurst/wiremock
Added method to set persistent attribute explicitly to true/false on a stub mapping, allowing it to be explicitly set to false
686,936
01.09.2021 17:57:36
-3,600
62ce514695854118f85df2e2c0794949e50ec9a5
Added a JVM proxy configurer
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/com/github/tomakehurst/wiremock/http/JvmProxyConfigurer.java", "diff": "+package com.github.tomakehurst.wiremock.http;\n+\n+import com.github.tomakehurst.wiremock.WireMockServer;\n+\n+import java.util.HashMap;\n+import java.util.Li...
Java
Apache License 2.0
tomakehurst/wiremock
Added a JVM proxy configurer