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 | 01.09.2021 18:10:27 | -3,600 | 2cf7e2016053b96337c81fbc89907b1d2e04aa3e | Again extending wait timeout in webhooks 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 | Again extending wait timeout in webhooks test to avoid CI flakeyness |
686,936 | 01.09.2021 19:44:14 | -3,600 | f78b842c3fdc6f5bfab28a97702937997f6bbda3 | Yet again extending wait timeout in webhooks 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 | Yet again extending wait timeout in webhooks test to avoid CI flakeyness |
686,936 | 01.09.2021 19:55:03 | -3,600 | 4252e54d62c00b8aeb29a75b09c806275dc76eef | Added a CI step to archive the gradle test report | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -38,4 +38,9 @@ jobs:\n- name: Pre-generate API docs\nrun: ./gradlew classes testClasses -x generateApiDocs\n- name: Test WireMock\n- run: ./gradlew test --st... | Java | Apache License 2.0 | tomakehurst/wiremock | Added a CI step to archive the gradle test report |
686,936 | 01.09.2021 20:03:27 | -3,600 | 8bd13a8971c2c3532a129a7289417b1d5176998a | Added a matrix build suffix to the CI test report artifact name so they don't overwrite each other | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -42,5 +42,5 @@ jobs:\n- name: Archive test report\nuses: actions/upload-artifact@v2\nwith:\n- name: gradle-test-report\n+ name: gradle-test-report-${{ matrix... | Java | Apache License 2.0 | tomakehurst/wiremock | Added a matrix build suffix to the CI test report artifact name so they don't overwrite each other |
686,936 | 01.09.2021 20:14:42 | -3,600 | ac8fa241bb3d1260d279d520d32b2fa1fa33856d | Added extra logging to webhooks test and support for adding a name prefix to the console notifier's output. Fixed naming of CI reports to use matrix OS rather than JDK version. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -42,5 +42,5 @@ jobs:\n- name: Archive test report\nuses: actions/upload-artifact@v2\nwith:\n- name: gradle-test-report-${{ matrix.jdk }}\n+ name: gradle-test... | Java | Apache License 2.0 | tomakehurst/wiremock | Added extra logging to webhooks test and support for adding a name prefix to the console notifier's output. Fixed naming of CI reports to use matrix OS rather than JDK version. |
686,936 | 01.09.2021 20:19:14 | -3,600 | 517da371e1b10223c9ffa9384f3b5a8121a719d9 | Added webhooks project build reports to CI archive | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -43,4 +43,6 @@ jobs:\nuses: actions/upload-artifact@v2\nwith:\nname: gradle-test-report-${{ matrix.os }}\n- path: build/reports/tests\n\\ No newline at end o... | Java | Apache License 2.0 | tomakehurst/wiremock | Added webhooks project build reports to CI archive |
686,936 | 01.09.2021 20:25:09 | -3,600 | 838d4dfd4e3b55cb458e309c85a9e61374669e89 | Split archiving of core and webhooks test reports in CI | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -39,10 +39,13 @@ jobs:\nrun: ./gradlew classes testClasses -x generateApiDocs\n- name: Test WireMock\nrun: ./gradlew check --stacktrace --no-daemon\n- - name... | Java | Apache License 2.0 | tomakehurst/wiremock | Split archiving of core and webhooks test reports in CI |
686,936 | 02.09.2021 09:24:54 | -3,600 | 30ada0ed6a9d9c08cf92e948f91f848800790f49 | Integrated auto JVM proxy config with the new JUnit extension | [
{
"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": "package com.github.tomakehurst.wiremock.junit5;\nimport com.github.tomakehurst.wir... | Java | Apache License 2.0 | tomakehurst/wiremock | Integrated auto JVM proxy config with the new JUnit extension |
686,936 | 02.09.2021 18:28:58 | -3,600 | 3174e6b23b829adae7b9eaebe128a7157fb6c050 | Documented multi-domain proxy mode for JUnit 4.x, Java and JUnit Jupiter | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/junit-jupiter.md",
"new_path": "docs-v2/_docs/junit-jupiter.md",
"diff": "@@ -154,3 +154,89 @@ By default, in either the declarative or programmatic form, if the WireMock inst\ntest run an assertion error will be thrown and the test will fail.\nT... | Java | Apache License 2.0 | tomakehurst/wiremock | Documented multi-domain proxy mode for JUnit 4.x, Java and JUnit Jupiter |
686,936 | 06.09.2021 18:05:06 | -3,600 | 18c4aa0575b0c880e67af8f4305a10f5a0e4ba76 | Added separate Windows report publish steps in CI | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -39,6 +39,20 @@ jobs:\nrun: ./gradlew classes testClasses -x generateApiDocs\n- name: Test WireMock\nrun: ./gradlew check --stacktrace --no-daemon\n+\n+ - na... | Java | Apache License 2.0 | tomakehurst/wiremock | Added separate Windows report publish steps in CI |
686,936 | 06.09.2021 18:13:49 | -3,600 | a8ef3f2c56b1834ca587b619a5547a7d52224268 | Prevent *nix report publishing on Windows in CI | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -40,6 +40,10 @@ jobs:\n- name: Test WireMock\nrun: ./gradlew check --stacktrace --no-daemon\n+ - name: List reports dir - Windows\n+ if: ${{ contains(matrix.... | Java | Apache License 2.0 | tomakehurst/wiremock | Prevent *nix report publishing on Windows in CI |
686,936 | 06.09.2021 18:32:20 | -3,600 | b372ea9eaf6a83ca620c8eaa2732fdad8fd863d9 | Marked CI test report publishing jobs as always() so that they run on failure | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -40,31 +40,14 @@ jobs:\n- name: Test WireMock\nrun: ./gradlew check --stacktrace --no-daemon\n- - name: List reports dir - Windows\n- if: ${{ contains(matrix... | Java | Apache License 2.0 | tomakehurst/wiremock | Marked CI test report publishing jobs as always() so that they run on failure |
686,936 | 06.09.2021 18:48:44 | -3,600 | c2ba8fe82492dc5a663dcd3a2b9a3b565eef42f5 | Removed redundant console notifier from within TestNotifier (since we can now use CompositeNotifier). Dumped console messages in flakey webhooks test case for CI debugging. | [
{
"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": "@@ -17,6 +17,7 @@ import testsupport.WireMockTestClient;\nimport java.ut... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed redundant console notifier from within TestNotifier (since we can now use CompositeNotifier). Dumped console messages in flakey webhooks test case for CI debugging. |
686,936 | 06.09.2021 19:37:21 | -3,600 | 64f4566df2dee095339a8b1ffab19e62ff4c523d | Added some clarity to debug message in flakey webhooks test | [
{
"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": "@@ -97,7 +97,7 @@ public class WebhooksAcceptanceTest {\n.header(\"X-Mul... | Java | Apache License 2.0 | tomakehurst/wiremock | Added some clarity to debug message in flakey webhooks test |
686,936 | 06.09.2021 19:52:31 | -3,600 | f989c1e638cb6e6ba055c74c1fcf925470488089 | Attempted at fixing race condition in webhooks acceptance test | [
{
"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": "@@ -2,8 +2,11 @@ package functional;\nimport com.github.tomakehurst.wire... | Java | Apache License 2.0 | tomakehurst/wiremock | Attempted at fixing race condition in webhooks acceptance test |
686,936 | 07.09.2021 10:32:53 | -3,600 | 13abf9b6f6be0afe90c093f447ad645be7353655 | Minor JUnit Jupiter doc tweaks | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/junit-jupiter.md",
"new_path": "docs-v2/_docs/junit-jupiter.md",
"diff": "@@ -7,7 +7,7 @@ description: Running WireMock with the JUnit 5 Jupiter test framework.\nThe JUnit Jupiter extension simplifies running of one or more WireMock instances in ... | Java | Apache License 2.0 | tomakehurst/wiremock | Minor JUnit Jupiter doc tweaks |
686,936 | 07.09.2021 12:02:57 | -3,600 | e5fa5d8c5d3d2f1c58680b4ef2b5099f593e78c8 | Fixed Gradle builds so that only maven central is pushed to on release and both the main project and the extension are pushed | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -405,7 +405,7 @@ jar.dependsOn generateApiDocs\nsignThinJarPublication.dependsOn writeThinJarPom\ntask release {\n- dependsOn clean, jar, shadowJar, publish, addGitTag\n+ dependsOn clean, jar, shadowJar, p... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed Gradle builds so that only maven central is pushed to on release and both the main project and the extension are pushed |
686,936 | 30.09.2021 17:50:29 | -3,600 | c4ece200f318a35a12f281cfc6bb2903800d904f | Simplified JUnit 5 nested test bug fix | [
{
"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": "@@ -26,6 +26,8 @@ import org.junit.platform.commons.support.AnnotationSupport;\nim... | Java | Apache License 2.0 | tomakehurst/wiremock | Simplified JUnit 5 nested test bug fix |
686,936 | 01.10.2021 14:38:34 | -3,600 | e128e056c7a071ca6543c62c25b96c9618a8bfe3 | Updated build.gradle POM generator for new GitHub SCM URLs | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -142,9 +142,9 @@ allprojects {\ndescription 'A web service test double for all occasions'\nurl 'http://wiremock.org'\nscm {\n- connection 'https://tomakehurst@github.com/tomakehurst/wiremock.git'\n- develo... | Java | Apache License 2.0 | tomakehurst/wiremock | Updated build.gradle POM generator for new GitHub SCM URLs |
686,936 | 01.10.2021 16:13:43 | -3,600 | b796707ab0e050814ddb1c2afeb2b2a21e2f6d65 | Fixed and - incorrect zoning of date/times in response templating when truncating | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/DateTimeParser.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/DateTimeParser.java",
"diff": "*/\npackage com.github.tomakehurst.wiremock.common;\n+import com.github.tomakehurst.wire... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed #1608 and #1585 - incorrect zoning of date/times in response templating when truncating |
686,996 | 01.10.2021 18:24:28 | -10,800 | 6ef156668a25ff9f175a8c11debaa31ca68d0f1c | prevent applying scientific notation and rounding to big numbers by ObjectMapper | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/Json.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/Json.java",
"diff": "@@ -21,9 +21,11 @@ import java.io.IOException;\nimport java.util.Map;\nimport com.fasterxml.jackson.annotati... | Java | Apache License 2.0 | tomakehurst/wiremock | #1612 prevent applying scientific notation and rounding to big numbers by ObjectMapper (#1613) |
686,936 | 01.10.2021 16:37:36 | -3,600 | 87fe6cca95925a873c20b2389bdf310e4e99b9a2 | Upgraded to Jetty 9.4.44.v20210927 | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -23,7 +23,7 @@ group = 'com.github.tomakehurst'\ndef versions = [\nhandlebars : '4.2.1',\n- jetty : '9.4.43.v20210629',\n+ jetty : '9.4.44.v20210927',\nguava : '31.0.1-jre',\njackson : '2.13.0',\nxmlUnit :... | Java | Apache License 2.0 | tomakehurst/wiremock | Upgraded to Jetty 9.4.44.v20210927 |
686,936 | 06.10.2021 15:32:38 | -3,600 | 9e80ce73216850d6c06e1bcd2b51f9ea41086caa | Switched the stub persistent field to a Boolean object and tweaked the retrieval logic so that it can be stored as non-null and 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": "@@ -44,7 +44,7 @@ class BasicMappingBuilder implements ScenarioMappingBuilder ... | Java | Apache License 2.0 | tomakehurst/wiremock | Switched the stub persistent field to a Boolean object and tweaked the retrieval logic so that it can be stored as non-null and false |
686,994 | 11.10.2021 15:21:15 | -7,200 | eda4d2aa9206d6e24751fab8ad91f3c9a4320e08 | Publish test results from forks | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -56,18 +56,3 @@ jobs:\npath: |\nwiremock-webhooks-extension/build/reports/tests/test\nwiremock-webhooks-extension/build/test-results/test\n-\n- publish-test-... | Java | Apache License 2.0 | tomakehurst/wiremock | Publish test results from forks (#1631) |
686,936 | 10.10.2021 19:28:16 | -3,600 | 327ce027126fbb8fff9badb8a8c8e5241398800e | Added Sonarqube Gradle and Actions config | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -37,7 +37,29 @@ jobs:\nnode-version: 8.12.0\n- name: Pre-generate API docs\nrun: ./gradlew classes testClasses -x generateApiDocs\n+\n+ - name: Cache SonarCl... | Java | Apache License 2.0 | tomakehurst/wiremock | Added Sonarqube Gradle and Actions config |
686,936 | 15.10.2021 07:53:29 | -3,600 | 7c7a2a74e69f929d47eccbf435ec35673b7c82f6 | Retrict sonarqube to push only as the credentials aren't available to pull requests | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -52,14 +52,14 @@ jobs:\nrestore-keys: ${{ runner.os }}-gradle\n- name: Test WireMock with Sonarqube\n- if: ${{ matrix.os == 'ubuntu-latest' && matrix.jdk == ... | Java | Apache License 2.0 | tomakehurst/wiremock | Retrict sonarqube to push only as the credentials aren't available to pull requests |
686,994 | 15.10.2021 14:48:27 | -7,200 | 12be0442fb8c903ae11ae49b8e270b5cb55ee7d1 | Resolve merge conflicts & rename violation store file | [
{
"change_type": "RENAME",
"old_path": "src/test/resources/frozen/978ef757-03ab-4f46-9cc7-583f3112305c",
"new_path": "src/test/resources/frozen/do-not-throw-generic-exception",
"diff": "@@ -7,8 +7,8 @@ Method <com.github.tomakehurst.wiremock.common.AbstractFileSource.writeTextFileA\nMethod <com.gith... | Java | Apache License 2.0 | tomakehurst/wiremock | Resolve merge conflicts & rename violation store file (#1650) |
686,936 | 15.10.2021 15:45:44 | -3,600 | d4b6307efdfa15b15ee791abc81547136985506a | Moved the sonarqube task into the allprojects build block in the hope that this will allow coverage reports to be published for the webhooks sub-project | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -198,6 +198,14 @@ allprojects {\n}\n}\ntest.finalizedBy jacocoTestReport\n+\n+ sonarqube {\n+ properties {\n+ property \"sonar.projectKey\", \"wiremock_wiremock\"\n+ property \"sonar.organization\", \"wire... | Java | Apache License 2.0 | tomakehurst/wiremock | Moved the sonarqube task into the allprojects build block in the hope that this will allow coverage reports to be published for the webhooks sub-project |
686,955 | 21.10.2021 01:17:05 | -32,400 | 8e78b3a48126d91fe50245b4963a51680fe343b8 | testCompile -> testImplementation in docs | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/download-and-installation.md",
"new_path": "docs-v2/_docs/download-and-installation.md",
"diff": "@@ -74,25 +74,25 @@ Java 7 standalone (deprecated):\nJava 8:\n```groovy\n-testCompile \"com.github.tomakehurst:wiremock-jre8:{{ site.wiremock_versio... | Java | Apache License 2.0 | tomakehurst/wiremock | testCompile -> testImplementation in docs (#1086)
Co-authored-by: Tom Akehurst <t.m.akehurst@googlemail.com> |
686,982 | 21.10.2021 16:55:31 | -7,200 | 01178a8b2719c7633beebd3a4e3e7ea3b95a89eb | Recognize multipart/related and multipart/mixed | [
{
"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": "@@ -286,7 +286,7 @@ public class WireMockHttpSer... | Java | Apache License 2.0 | tomakehurst/wiremock | Recognize multipart/related and multipart/mixed (#1415) |
686,936 | 22.10.2021 15:11:56 | -3,600 | 5303f8db65dd9b8165dab2d88d2b7441c6e3959f | Removed dependence on Conscrypt for ALPN and HTTP/2 | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -40,13 +40,10 @@ dependencies {\ncompile \"org.eclipse.jetty:jetty-proxy:$versions.jetty\"\ncompile \"org.eclipse.jetty.http2:http2-server:$versions.jetty\"\ncompile \"org.eclipse.jetty:jetty-alpn-server:$... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed dependence on Conscrypt for ALPN and HTTP/2 |
686,990 | 18.05.2021 10:59:11 | -7,200 | c03ee51d2688b28689155d731984d91daa71ceb1 | Leave optimize factories loading enabled by default, for backwards compatibility
Remove no longer used org.mortbay.log.class system property setting | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/xml/XmlDocument.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/xml/XmlDocument.java",
"diff": "package com.github.tomakehurst.wiremock.common.xml;\nimport com.github.tomakehurst.wir... | Java | Apache License 2.0 | tomakehurst/wiremock | Leave optimize factories loading enabled by default, for backwards compatibility
Remove no longer used org.mortbay.log.class system property setting |
686,990 | 18.05.2021 13:12:57 | -7,200 | 88f7167d0df049cc5b449571351f993a7b87d03f | For Also add an option to enable/disable Jetty strict HTTP header handling | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/core/Options.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/core/Options.java",
"diff": "@@ -82,4 +82,5 @@ public interface Options {\nboolean getStubCorsEnabled();\nlong timeout();\nboolean getD... | Java | Apache License 2.0 | tomakehurst/wiremock | For #1420 Also add an option to enable/disable Jetty strict HTTP header handling |
686,936 | 22.10.2021 15:30:57 | -3,600 | a8f8f40999eafecea03a83a86ff5ac14daeab1a5 | Improved configuration property name and refactored construction of async timeout handler | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockConfiguration.java",
"diff": "@@ -54,7 +54,7 @@ import static java.util.Collections.emptyList;\npublic class... | Java | Apache License 2.0 | tomakehurst/wiremock | Improved configuration property name and refactored construction of async timeout handler |
686,936 | 25.10.2021 12:11:00 | -3,600 | 8ee917047d8a8e8828c7af65c387084eca534fd8 | Fixed JUnit 4 archunit error introduced by merge | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/http/ResponseDefinitionTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/http/ResponseDefinitionTest.java",
"diff": "@@ -2,7 +2,7 @@ package com.github.tomakehurst.wiremock.http;\nimport com.gi... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed JUnit 4 archunit error introduced by merge |
686,936 | 25.10.2021 13:39:07 | -3,600 | e15928df01dbe42da88158a12adcef93d64c477e | Fixed test failure introduced with Apache client 5 whereby UTF8 characters in the URL are incorrectly rendered. Also fixed HTTPS client cert exception assertion. | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/HttpsAcceptanceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/HttpsAcceptanceTest.java",
"diff": "@@ -22,6 +22,7 @@ import com.github.tomakehurst.wiremock.core.WireMockConfiguration;\nimport... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed test failure introduced with Apache client 5 whereby UTF8 characters in the URL are incorrectly rendered. Also fixed HTTPS client cert exception assertion. |
686,936 | 25.10.2021 13:41:57 | -3,600 | 97d1cbf8ac3a39b4fc738ba76f642fab89faabe3 | Forced the main Apache client to UTF8 for good measure | [
{
"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": "@@ -26,12 +26,14 @@ import org.apache.hc.client5.http.impl.DefaultAuthenticationStrate... | Java | Apache License 2.0 | tomakehurst/wiremock | Forced the main Apache client to UTF8 for good measure |
686,936 | 25.10.2021 13:51:37 | -3,600 | 26730bbcf2aa26eccaaf38dda1345a73640e766c | Fixed HTTPS client certificate test exception assertion | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/HttpsAcceptanceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/HttpsAcceptanceTest.java",
"diff": "@@ -31,7 +31,10 @@ import org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionMana... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed HTTPS client certificate test exception assertion |
686,936 | 25.10.2021 15:38:00 | -3,600 | 699c1e849d4f220686e72bd5780ce8dca502874a | Added ability to verify requests using a custom matcher | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java",
"diff": "@@ -87,9 +87,11 @@ public class WireMockApp implements StubServer, Admin {\nthis.defaultMappingsLo... | Java | Apache License 2.0 | tomakehurst/wiremock | Added ability to verify requests using a custom matcher
Co-authored-by: Modestas Vainius <modestas@vainius.eu> |
687,015 | 01.11.2021 12:12:32 | 14,400 | 392408e238bf508dc5f23d461c5ba9d480413822 | fix for bug 1012 - Wiremock recorder space before the Target URL | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/http/ResponseDefinition.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/http/ResponseDefinition.java",
"diff": "@@ -124,7 +124,7 @@ public class ResponseDefinition {\nthis.fixedDelayMilliseconds =... | Java | Apache License 2.0 | tomakehurst/wiremock | fix for bug 1012 - Wiremock recorder space before the Target URL (#1682) |
686,936 | 02.11.2021 12:35:00 | 0 | 326f4e0148f17269a26f5bb542d6bacc20eb240f | Closes - added the ability to fetch serve events for a specific stub ID | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ServeEventQuery.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ServeEventQuery.java",
"diff": "@@ -19,35 +19,72 @@ import com.fasterxml.jackson.annotation.JsonProperty;\ni... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #956 - added the ability to fetch serve events for a specific stub ID |
686,936 | 02.11.2021 14:03:39 | 0 | abbcaa8f29aaa6ba7e8190dddcfb5e398f297758 | Added validation of stubMappingId parameter when querying serve events | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ServeEventQuery.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/model/ServeEventQuery.java",
"diff": "package com.github.tomakehurst.wiremock.admin.model;\nimport com.fasterxml.j... | Java | Apache License 2.0 | tomakehurst/wiremock | Added validation of stubMappingId parameter when querying serve events |
686,936 | 02.11.2021 14:29:49 | 0 | b73fee872666ede8ba10ab32b687be426e9446e3 | Added documentation for serve event querying by unmatched and specific stub | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/verifying.md",
"new_path": "docs-v2/_docs/verifying.md",
"diff": "@@ -157,11 +157,34 @@ And via the HTTP API by sending a `GET` to `http://<host>:<port>/__admin/request\n}\n```\n+### Filtering events\n+\nOptionally the results can be filtered to ... | Java | Apache License 2.0 | tomakehurst/wiremock | Added documentation for serve event querying by unmatched and specific stub |
686,936 | 02.11.2021 14:31:06 | 0 | fccc59f929fa2773fcdd072d66c78b25e582c66c | Moved validate gradle wrapper action to its own workflow to reduce overhead of running it in each matrix job, and likelihood of timeouts | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -22,8 +22,6 @@ 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 | Moved validate gradle wrapper action to its own workflow to reduce overhead of running it in each matrix job, and likelihood of timeouts |
686,936 | 02.11.2021 16:21:18 | 0 | 6f6b1086adce659ca830fa24e51a9ae46e057e45 | Closes - fall back to HTTPS 1.1 only when no ALPN provider can be loaded | [
{
"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": "@@ -86,16 +86,26 @@ public class Jetty94HttpServer extends JettyHttpServer {\nHt... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #1688 - fall back to HTTPS 1.1 only when no ALPN provider can be loaded |
686,936 | 04.11.2021 12:16:50 | 0 | b64cdbe0efdfe3a9bfcd036d656a6947b8842a36 | Fixed merge typo in JettySettingsTest | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/common/JettySettingsTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/common/JettySettingsTest.java",
"diff": "@@ -32,7 +32,7 @@ public class JettySettingsTest {\n.withAcceptQueueSize(number)\n... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed merge typo in JettySettingsTest |
686,936 | 22.11.2021 14:48:43 | 0 | bf048fac8ad6b4d5ca845fbe049e04a0af13ceac | Closes - proper support for subclassing of the JUnit5 WireMockExtension | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -88,6 +88,7 @@ dependencies {\ntestImplementation \"junit:junit:4.13\"\ntestImplementation(\"org.junit.jupiter:junit-jupiter:$versions.junitJupiter\")\n+ testImplementation(\"org.junit.platform:junit-platf... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #1614 - proper support for subclassing of the JUnit5 WireMockExtension |
686,936 | 22.11.2021 15:04:18 | 0 | e6a3c8758f10d8e0d1d340dd69bd56c7f09b3979 | Attempt at fixing flakey JUnit5 subclassing test | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionSubclassingTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionSubclassingTest.java",
"diff": "*/\npackage com.github.tomakehurst.wiremock.... | Java | Apache License 2.0 | tomakehurst/wiremock | Attempt at fixing flakey JUnit5 subclassing test |
686,936 | 22.11.2021 17:58:13 | 0 | 2a2bc78a381f0a4c88c683fe29230e5f0854bc63 | Further attempt at fixing flakey JUnit5 subclassing test by moving test class to an excluded folder, since there seems to be a JUnit engine bug causing this to be run more than once (sometimes) | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionSubclassingTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/junit5/JUnitJupiterExtensionSubclassingTest.java",
"diff": "*/\npackage com.github.tomakehurst.wiremock.... | Java | Apache License 2.0 | tomakehurst/wiremock | Further attempt at fixing flakey JUnit5 subclassing test by moving test class to an excluded folder, since there seems to be a JUnit engine bug causing this to be run more than once (sometimes) |
686,936 | 22.11.2021 18:48:18 | 0 | 6180a2779ba912ab930f1b6c5627ef7eae10ed7a | Added some Javadoc to WireMock extension and made JUnit lifecycle methods final to clearly indicate that the on* methods should be overridden by subclasses. | [
{
"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": "@@ -25,6 +25,11 @@ import java.util.Optional;\nimport org.junit.jupiter.api.extens... | Java | Apache License 2.0 | tomakehurst/wiremock | Added some Javadoc to WireMock extension and made JUnit lifecycle methods final to clearly indicate that the on* methods should be overridden by subclasses. |
686,936 | 29.11.2021 18:44:12 | 0 | 0b24d9d1963599bab45f08ab00091e46df1f8803 | Added a Docker doc article | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs-v2/_docs/docker.md",
"diff": "+---\n+layout: docs\n+title: Running in Docker\n+toc_rank: 45\n+description: Configuring and running WireMock in Docker\n+---\n+\n+<div class=\"mocklab-callout\">\n+ <p class=\"mocklab-callout__text\">\n+ Confi... | Java | Apache License 2.0 | tomakehurst/wiremock | Added a Docker doc article |
686,949 | 01.12.2021 20:14:24 | 0 | 9bb7b47e7876e8f0b1d58cbd42c20d153e10557a | added proxy prefix removal feature to docs | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/proxying.md",
"new_path": "docs-v2/_docs/proxying.md",
"diff": "@@ -64,6 +64,36 @@ stubFor(get(urlEqualTo(\"/api/override/123\")).atPriority(1)\n.willReturn(aResponse().withStatus(503)));\n```\n+Remove path prefix\n+==================\n+\n+The pr... | Java | Apache License 2.0 | tomakehurst/wiremock | added proxy prefix removal feature to docs (#1696) |
686,936 | 02.12.2021 10:14:02 | 0 | 66cb51809dee8e2be633f6201a0c98c97b88b325 | Fixed version number in docs | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/running-without-http-server.md",
"new_path": "docs-v2/_docs/running-without-http-server.md",
"diff": "@@ -9,7 +9,7 @@ If you want to run Wiremock inside another process, such as wrapping it in a ser\nThis works well, but has the overhead of a ful... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed version number in docs |
686,936 | 14.12.2021 13:59:17 | 0 | ba3abca523442cb40e45c587f31036ed24b710e7 | Added log4j vuln note to the README | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -4,6 +4,10 @@ WireMock - a web service test double for all occasions\n[](https://github.com/tomakehurst/wire... | Java | Apache License 2.0 | tomakehurst/wiremock | Added log4j vuln note to the README |
687,049 | 24.12.2021 10:45:19 | 21,600 | 21bc68464dcf585ff91a394dd5b6777ddf855769 | docs: Fix example Gradle configuration | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/download-and-installation.md",
"new_path": "docs-v2/_docs/download-and-installation.md",
"diff": "@@ -74,25 +74,25 @@ Java 7 standalone (deprecated):\nJava 8:\n```groovy\n-testImplementation \"com.github.tomakehurst:wiremock:{{ site.wiremock_vers... | Java | Apache License 2.0 | tomakehurst/wiremock | docs: Fix example Gradle configuration (#1758) |
686,937 | 18.01.2022 07:15:45 | 10,800 | 647194c8993c758148dc56035e86cf01f3e5d6d5 | Add missing backslashes in docker commands
It fixes docker commands in docker section documentation | [
{
"change_type": "MODIFY",
"old_path": "docs-v2/_docs/docker.md",
"new_path": "docs-v2/_docs/docker.md",
"diff": "@@ -19,7 +19,7 @@ From version 2.31.0 WireMock has an [official Docker image](https://hub.docker.c\n### Start a single WireWock container with default configuration\n```sh\n-docker run -... | Java | Apache License 2.0 | tomakehurst/wiremock | Add missing backslashes in docker commands (#1770)
It fixes docker commands in docker section documentation |
686,936 | 07.02.2022 16:45:02 | 0 | 77077e2462ec6da2ebb61d086deb0215a5613ead | Removed pre-generate API docs Actions step | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build-and-test.yml",
"new_path": ".github/workflows/build-and-test.yml",
"diff": "@@ -35,8 +35,6 @@ jobs:\nuses: dcodeIO/setup-node-nvm@v4\nwith:\nnode-version: 8.12.0\n- - name: Pre-generate API docs\n- run: ./gradlew classes testClasses -x ... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed pre-generate API docs Actions step |
686,936 | 07.02.2022 17:01:42 | 0 | ad07216d691349f8f8e66c2e48a7c26007f134e2 | Excluded some temp files from Spotless checks | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -138,6 +138,7 @@ allprojects {\nratchetFrom 'origin/master'\ntrimTrailingWhitespace()\nendWithNewline()\n+ targetExclude '**/Tmp*.java'\n}\ngroovyGradle {\ntarget '**/*.gradle'\n@@ -148,7 +149,7 @@ allproj... | Java | Apache License 2.0 | tomakehurst/wiremock | Excluded some temp files from Spotless checks |
686,936 | 21.03.2022 12:14:50 | 0 | 58cace3dc54ec4e7f38d2eec4ceecd56419fc5ab | Removed some redundant files relating to documentation generation (since this is now in a separate repo) | [
{
"change_type": "DELETE",
"old_path": ".ruby-version",
"new_path": null,
"diff": "-2.1.10\n"
},
{
"change_type": "DELETE",
"old_path": "gen-docs.sh",
"new_path": null,
"diff": "-#!/bin/bash\n-\n-set -euo pipefail\n-\n-pushd docs-v2\n-bundle exec jekyll build\n-cp -rf _site/* ../... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed some redundant files relating to documentation generation (since this is now in a separate repo) |
687,064 | 06.04.2022 19:38:37 | -10,800 | 999b488dbed7377e52a12e4b6c57ed86722b31ad | proxy request fix
Permit any HTTP request method to have a body when proxying | [
{
"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": "package com.github.tomakehurst.wiremock.http;\nimport static com.github.tomake... | Java | Apache License 2.0 | tomakehurst/wiremock | proxy request fix (#1765)
Permit any HTTP request method to have a body when proxying |
686,936 | 06.04.2022 17:55:48 | -3,600 | 78ebf3ab77bbbc23d7119e6ebc55f006fecbe2d8 | Simplified test for proxying any request method body | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java",
"diff": "@@ -46,6 +46,8 @@ import java.io.OutputStream;\nimport java.net.InetSocketAddress;\nimport j... | Java | Apache License 2.0 | tomakehurst/wiremock | Simplified test for proxying any request method body |
686,936 | 07.04.2022 11:45:14 | -3,600 | a56f618ba048f85770e558600435163f2e0947f6 | Closes closes CORS headers are now passed through by the proxy when stub CORS is disabled | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/core/WireMockApp.java",
"diff": "/*\n- * Copyright (C) 2012-2021 Thomas Akehurst\n+ * Copyright (C) 2012-2022 Thomas Akehurst\n*\n*... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #1543, closes #1389; CORS headers are now passed through by the proxy when stub CORS is disabled |
686,936 | 07.04.2022 13:13:01 | -3,600 | 106c00896247da81a240ff5dd1d74d2f18e51270 | Removed docs-v2 entries from bump version tasks in build | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -389,8 +389,6 @@ task 'bump-patch-version' {\ndoLast {\ndef filesWithVersion = [\n'build.gradle' : { \"version = '${it}\" },\n- 'docs-v2/_config.yml' : { \"wiremock_version: ${it}\" },\n- 'docs-v2/package.... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed docs-v2 entries from bump version tasks in build |
686,936 | 07.04.2022 13:39:18 | -3,600 | abf6cc751cb37c0c4f7ea23ea2a9899323f3cc39 | Added localRelease build task | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -385,6 +385,10 @@ task release {\ndependsOn clean, assemble, publishAllPublicationsToMavenRepository, addGitTag\n}\n+task localRelease {\n+ dependsOn clean, assemble, publishToMavenLocal\n+}\n+\ntask 'bump... | Java | Apache License 2.0 | tomakehurst/wiremock | Added localRelease build task |
686,936 | 07.04.2022 14:08:25 | -3,600 | 70a31fa82c9d34be7b1c3e5cc44e652dc836dba9 | Closes closes Added ability to set and reset a single scenario's state | [
{
"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": "/*\n- * Copyright (C) 2011-2021 Thomas Akehurst\n+ * Copyright (C) 2011-2022 Thomas Akehurst\n*\n* Lic... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #1721, closes #1079; Added ability to set and reset a single scenario's state |
686,936 | 09.04.2022 11:41:40 | -3,600 | c4f26780f576cfd90df3fe226ce9d52306bade6e | Fixed - unintended removal of name field on scenarios | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java",
"diff": "@@ -18,7 +18,6 @@ package com.github.tomakehurst.wiremock.stubbing;\nimport static com.google.co... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed #1854 - unintended removal of name field on scenarios |
686,936 | 09.04.2022 12:01:35 | -3,600 | 90edfc771d092c69068272352713ee2c389fe380 | Improved validation of scenario set and reset so that a 404 is returned when the scenario doesn't exist instead of a 500 | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/admin/SetScenarioStateTask.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/admin/SetScenarioStateTask.java",
"diff": "@@ -17,6 +17,8 @@ package com.github.tomakehurst.wiremock.admin;\nimport com.g... | Java | Apache License 2.0 | tomakehurst/wiremock | Improved validation of scenario set and reset so that a 404 is returned when the scenario doesn't exist instead of a 500 |
686,936 | 09.04.2022 12:10:30 | -3,600 | 2e9a438ed8173c06c292d14c9632162b977d759e | Improved validation of scenario set and reset so that a 422 is returned instead of quietly accepting when an attempt it made to set a scenario to a non-existent state | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenario.java",
"diff": "@@ -19,6 +19,8 @@ import static com.google.common.collect.FluentIterable.from;\nimport com.faste... | Java | Apache License 2.0 | tomakehurst/wiremock | Improved validation of scenario set and reset so that a 422 is returned instead of quietly accepting when an attempt it made to set a scenario to a non-existent state |
686,936 | 09.04.2022 12:12:00 | -3,600 | 5ba1fa4c733c8b492c1474619e7c6bb5f5b08753 | Minor readability improvement to scenarios acceptance test | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/ScenarioAcceptanceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/ScenarioAcceptanceTest.java",
"diff": "@@ -258,7 +258,7 @@ public class ScenarioAcceptanceTest extends AcceptanceTestBase {\n... | Java | Apache License 2.0 | tomakehurst/wiremock | Minor readability improvement to scenarios acceptance test |
687,047 | 26.04.2022 12:43:54 | -7,200 | 34912990880afd192874a1ab2a19b84b7c5eded2 | Don't create request entity when it was not present in original request | [
{
"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": "@@ -101,7 +101,10 @@ public class ProxyResponseRenderer implements ResponseRen... | Java | Apache License 2.0 | tomakehurst/wiremock | Don't create request entity when it was not present in original request (#1865)
Co-authored-by: Alexey Hizhnyak <alexeyh@playtika.com> |
686,936 | 26.04.2022 12:14:33 | -3,600 | c4338759fa23ea3beaf66c1c2ff4ed4a581dce5e | Fixes - added missing files to bump version build tasks and fixed incorrect version numbers. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -7,7 +7,7 @@ WireMock - a web service test double for all occasions\n!!! Log4j notice !!!\n--------------------\nWireMock only uses log4j in its test dependencies. Neither the thin nor standalone JAR depends on ... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixes #1860 - added missing files to bump version build tasks and fixed incorrect version numbers. |
686,936 | 26.04.2022 12:22:16 | -3,600 | 25a779cc8926b9c3628e8325b0967a39fc52a8e6 | Appeasing the gods of Spotless | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -396,7 +396,8 @@ task 'bump-patch-version' {\n'ui/package.json' : { \"version: ${it}\" },\n'ui/package-lock.json' : { \"version: ${it}\" },\n'src/main/resources/swagger/wiremock-admin-api.json': { \"versio... | Java | Apache License 2.0 | tomakehurst/wiremock | Appeasing the gods of Spotless |
686,936 | 29.04.2022 14:41:04 | -3,600 | 7301cf86647a72a4c8c479b5254a4633cdc196b8 | Added guard in build.gradle to ensure release can only happen with Java 8 | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -368,6 +368,7 @@ task checkReleasePreconditions {\ndef REQUIRED_GIT_BRANCH = 'master'\ndef currentGitBranch = 'git rev-parse --abbrev-ref HEAD'.execute().text.trim()\nassert currentGitBranch == REQUIRED_GI... | Java | Apache License 2.0 | tomakehurst/wiremock | Added guard in build.gradle to ensure release can only happen with Java 8 |
686,936 | 14.06.2022 13:47:18 | -3,600 | 9b9dbecbb09e252ffee1cf9ef1680bec769945e2 | Updated WireMock version in ui package.json | [
{
"change_type": "MODIFY",
"old_path": "ui/package-lock.json",
"new_path": "ui/package-lock.json",
"diff": "{\n\"name\": \"wiremock-ui-resources\",\n- \"version\": \"2.33.1\",\n+ \"version\": \"2.33.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n"
},
{
"change_type"... | Java | Apache License 2.0 | tomakehurst/wiremock | Updated WireMock version in ui package.json |
687,053 | 05.07.2022 18:00:35 | -7,200 | dcd881cbb0a78ac0c5421b6a19932f85d9605060 | Added equals and hashCode methods to MultipartValuePattern
Added equals and hashCode methods to MultipartValuePattern | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MultipartValuePattern.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/matching/MultipartValuePattern.java",
"diff": "/*\n- * Copyright (C) 2017-2021 Thomas Akehurst\n+ * Copyright (C) 201... | Java | Apache License 2.0 | tomakehurst/wiremock | Added equals and hashCode methods to MultipartValuePattern (#1911)
Added equals and hashCode methods to MultipartValuePattern |
686,981 | 02.08.2022 11:42:08 | -3,600 | ac19e49941e58afa5353953cf93196f326923568 | Make the testlogging maven project build
version99.qos.ch has been deprecated and the TLS cert has died.
Brought everything up to date. | [
{
"change_type": "MODIFY",
"old_path": "testlogging/pom.xml",
"new_path": "testlogging/pom.xml",
"diff": "<properties>\n<slf4jversion>1.7.1</slf4jversion>\n+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\n+ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncodin... | Java | Apache License 2.0 | tomakehurst/wiremock | Make the testlogging maven project build
version99.qos.ch has been deprecated and the TLS cert has died.
Brought everything up to date. |
686,981 | 02.08.2022 12:04:46 | -3,600 | d5f9159ea4c661d9e54917a9eb05bf373f3a0ae9 | Run the logging test against standalone
The whole point is to make sure the standalone jar does not shade the
logging classes. | [
{
"change_type": "MODIFY",
"old_path": "testlogging/pom.xml",
"new_path": "testlogging/pom.xml",
"diff": "</dependency>\n<dependency>\n<groupId>com.github.tomakehurst</groupId>\n- <artifactId>wiremock-jre8</artifactId>\n+ <artifactId>wiremock-jre8-standalone</artifactId>\n<version>2.33.2</version>\n... | Java | Apache License 2.0 | tomakehurst/wiremock | Run the logging test against standalone
The whole point is to make sure the standalone jar does not shade the
logging classes. |
686,936 | 09.09.2022 09:05:59 | -3,600 | bbbc03f5a0ebcf2377cc5e33e2c067214dc1b06b | Fixed forward proxying issues triggered by Jetty 9.4.48 upgrade | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -26,7 +26,7 @@ group = 'com.github.tomakehurst'\nproject.ext {\nversions = [\nhandlebars : '4.3.0',\n- jetty : '9.4.46.v20220331',\n+ jetty : '9.4.48.v20220622',\nguava : '31.1-jre',\njackson : '2.13.2.202... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed forward proxying issues triggered by Jetty 9.4.48 upgrade |
686,936 | 10.09.2022 15:30:53 | -3,600 | 5525c389addbe4ebfcc11113e61deb17dd33a0ee | Added a test case for the path traversal bug fix in | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java",
"diff": "@@ -90,6 +90,17 @@ public class SingleRootFileSourceTest {\n});\n}\n... | Java | Apache License 2.0 | tomakehurst/wiremock | Added a test case for the path traversal bug fix in e41635bb36f6d90fccbfff451eeb4e5c6aedde64 |
686,947 | 11.09.2022 00:34:57 | -36,000 | 9aad8789d2c470eb9e92df83494a2dcffe90ad06 | Fix proxyUrlPrefixToRemove property not properly being set for ResponseDefinition, also conditionally return builder of ProxyResponseDefinitionBuilder if proxyBaseUrl is set | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/client/ResponseDefinitionBuilder.java",
"diff": "@@ -40,6 +40,7 @@ public class ResponseDefinitionBuilder {\nprotec... | Java | Apache License 2.0 | tomakehurst/wiremock | Fix proxyUrlPrefixToRemove property not properly being set for ResponseDefinition, also conditionally return builder of ProxyResponseDefinitionBuilder if proxyBaseUrl is set (#1898)
Co-authored-by: RHurley <ross.hurley@greater.com.au> |
686,936 | 10.09.2022 15:35:31 | -3,600 | 2883f6e76afb6c9aa58a6acb7339ef7793018079 | Added a test case for bug fixed by | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/ProxyAcceptanceTest.java",
"diff": "@@ -32,6 +32,7 @@ import com.github.tomakehurst.wiremock.client.WireMock;\nimport com.github... | Java | Apache License 2.0 | tomakehurst/wiremock | Added a test case for bug fixed by 9aad8789d2c470eb9e92df83494a2dcffe90ad06 |
686,936 | 10.09.2022 15:49:47 | -3,600 | c03c4824fa76091ca0d8f405482306a07b30749d | Moved test files used for file source security test to avoid them breaking another test expecting an exact structure | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/common/SingleRootFileSourceTest.java",
"diff": "/*\n- * Copyright (C) 2011-2021 Thomas Akehurst\n+ * Copyright (C) 2... | Java | Apache License 2.0 | tomakehurst/wiremock | Moved test files used for file source security test to avoid them breaking another test expecting an exact structure |
686,936 | 12.09.2022 08:36:15 | -3,600 | 9792aee49d1f89d32722b7fbf639aeb3a4bdcec6 | Made WireMock.getScenarios() public so that it can be used on the instance client as well as static | [
{
"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": "@@ -388,7 +388,7 @@ public class WireMock {\nreturn defaultInstance.get().getScenarios();\n}\n- priv... | Java | Apache License 2.0 | tomakehurst/wiremock | Made WireMock.getScenarios() public so that it can be used on the instance client as well as static |
686,936 | 15.09.2022 17:19:16 | -3,600 | d370fed7d4499674a03ae659369a17852562fd48 | Fixed - maths helper now makes a last-ditch attempt to parse the toString() result from an unknown value type into a number, only returning 0 if this fails. This means that renderable dates formatted as epoch will be parseable. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathsHelper.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/MathsHelper.java",
"diff": "/*\n- * Copyright (C) 2021 Thomas ... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed #1946 - maths helper now makes a last-ditch attempt to parse the toString() result from an unknown value type into a number, only returning 0 if this fails. This means that renderable dates formatted as epoch will be parseable. |
686,936 | 15.09.2022 18:03:36 | -3,600 | 6378baf01d3869d36eb78f175f60095cfa73a093 | Attempt at making direct server delay tests less flakey by switching to the same delay strategy as the main HTTP server | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/direct/SleepFacade.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/direct/SleepFacade.java",
"diff": "*/\npackage com.github.tomakehurst.wiremock.direct;\n+import java.util.concurrent.TimeUnit;\n+... | Java | Apache License 2.0 | tomakehurst/wiremock | Attempt at making direct server delay tests less flakey by switching to the same delay strategy as the main HTTP server |
686,936 | 15.09.2022 18:23:15 | -3,600 | 577f70b76bb6db6c5e77e0536456530ddea4cfb8 | Further attempt at eliminating flakeyness of delay test for direct HTTP server | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/direct/SleepFacade.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/direct/SleepFacade.java",
"diff": "*/\npackage com.github.tomakehurst.wiremock.direct;\n-import java.util.concurrent.TimeUnit;\n+... | Java | Apache License 2.0 | tomakehurst/wiremock | Further attempt at eliminating flakeyness of delay test for direct HTTP server |
686,984 | 15.10.2022 11:50:29 | -7,200 | 7818ed00ebf5cbebbd505480c57a2db78f9afb60 | Add NegativeContainsPattern (aka notContaining) | [
{
"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": "@@ -264,6 +264,10 @@ public class WireMock {\nreturn new ContainsPattern(value);\n}\n+ public static... | Java | Apache License 2.0 | tomakehurst/wiremock | Add NegativeContainsPattern (aka notContaining) (#1881) (#1987) |
687,011 | 21.10.2022 13:40:12 | -7,200 | dac7adb492f62296020861d623fb51f0c53298b9 | Bumping Handlebars library version to 4.3.1, that includes the fixed
commons-text CVE. | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -25,7 +25,7 @@ group = 'com.github.tomakehurst'\nproject.ext {\nversions = [\n- handlebars : '4.3.0',\n+ handlebars : '4.3.1',\njetty : '9.4.49.v20220914',\nguava : '31.1-jre',\njackson : '2.13.4.20221013'... | Java | Apache License 2.0 | tomakehurst/wiremock | Bumping Handlebars library version to 4.3.1, that includes the fixed (#1995)
commons-text CVE.
Co-authored-by: Tom Akehurst <t.m.akehurst@googlemail.com> |
686,936 | 25.10.2022 13:41:33 | -3,600 | b367b7b1be2aca2c61836ce3c42d699439597223 | Switched BodyChunker to use the configured notifier rather than creating its own | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/BodyChunker.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/servlet/BodyChunker.java",
"diff": "/*\n- * Copyright (C) 2017-2021 Thomas Akehurst\n+ * Copyright (C) 2017-2022 Thomas Akehurst... | Java | Apache License 2.0 | tomakehurst/wiremock | Switched BodyChunker to use the configured notifier rather than creating its own |
686,936 | 25.10.2022 13:43:05 | -3,600 | 1f43b2794ca301a8504851b90d23522193bec5b1 | Dropped back down to slf4j 1.7.36 and relocated it in the standalone JAR to avoid clashes with 2.x. | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -65,7 +65,9 @@ dependencies {\nexclude group: 'org.ow2.asm', module: 'asm'\n}\napi \"org.ow2.asm:asm:9.4\"\n- api \"org.slf4j:slf4j-api:2.0.3\"\n+\n+ implementation \"org.slf4j:slf4j-api:1.7.36\"\n+\napi \... | Java | Apache License 2.0 | tomakehurst/wiremock | Dropped back down to slf4j 1.7.36 and relocated it in the standalone JAR to avoid clashes with 2.x. |
686,936 | 25.10.2022 13:56:57 | -3,600 | e1368f436fc692b14b5edf36a0fcf65a12dff131 | Added slf4j no-op (disables logging and annoying messages from slf4j) to the standalone JAR | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -35,6 +35,10 @@ project.ext {\n]\n}\n+configurations {\n+ standaloneOnly\n+}\n+\ndependencies {\napi platform(\"org.eclipse.jetty:jetty-bom:$versions.jetty\")\napi \"org.eclipse.jetty:jetty-server\"\n@@ -6... | Java | Apache License 2.0 | tomakehurst/wiremock | Added slf4j no-op (disables logging and annoying messages from slf4j) to the standalone JAR |
686,936 | 01.11.2022 15:15:31 | 0 | 5d0a056c7714a91c03971c8b2e52c0d45aefee96 | Closes - added support for preventing proxying to certain addresses via allow/deny lists | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRange.java",
"diff": "+/*\n+ * Copyright (C) 2022 Thomas Akehurst\n+ *\n+ * Licensed under the Apache License, Version 2.0 (the \"License\");\n+ * you may not use this file excep... | Java | Apache License 2.0 | tomakehurst/wiremock | Closes #2007 - added support for preventing proxying to certain addresses via allow/deny lists |
686,936 | 02.11.2022 08:05:56 | 0 | ac079cf3655056c5476469b50670b58c447215be | Simplified IP address range regex in NetworkAddressRange | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRange.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRange.java",
"diff": "@@ -28,8 +28,7 @@ public abstract class NetworkAddressRange {\nprivate static ... | Java | Apache License 2.0 | tomakehurst/wiremock | Simplified IP address range regex in NetworkAddressRange |
686,936 | 02.11.2022 08:17:33 | 0 | 0e42c14c7941a0e91082fc34ac1e9726586e79f9 | Removed some duplicated defaulting logic for configuring proxy target rules from the command line | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRules.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRules.java",
"diff": "@@ -58,7 +58,11 @@ public class NetworkAddressRules {\n}\npublic NetworkAddres... | Java | Apache License 2.0 | tomakehurst/wiremock | Removed some duplicated defaulting logic for configuring proxy target rules from the command line |
686,936 | 02.11.2022 08:28:02 | 0 | 483d937ed2b3870e9319b74ab18e0279e931622c | Added equals() and hashCode() to NetworkAddressRange | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRange.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/common/NetworkAddressRange.java",
"diff": "@@ -19,6 +19,7 @@ import com.google.common.net.InetAddresses;\nimport java.mat... | Java | Apache License 2.0 | tomakehurst/wiremock | Added equals() and hashCode() to NetworkAddressRange |
686,936 | 02.11.2022 08:45:19 | 0 | 355c53dc7ed35bb2fea0621394a5e8ff4c709ee8 | Added some extra NetworkAddressRules test cases | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/common/NetworkAddressRulesTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/common/NetworkAddressRulesTest.java",
"diff": "@@ -38,4 +38,73 @@ public class NetworkAddressRulesTest {\nassertThat(... | Java | Apache License 2.0 | tomakehurst/wiremock | Added some extra NetworkAddressRules test cases |
686,936 | 02.11.2022 08:47:21 | 0 | 91353df604c31ce603162173c30c2e1066a023d2 | Fixed some formatting in NetworkAddressRulesTest | [
{
"change_type": "MODIFY",
"old_path": "src/test/java/com/github/tomakehurst/wiremock/common/NetworkAddressRulesTest.java",
"new_path": "src/test/java/com/github/tomakehurst/wiremock/common/NetworkAddressRulesTest.java",
"diff": "@@ -41,10 +41,7 @@ public class NetworkAddressRulesTest {\n@Test\nvoid... | Java | Apache License 2.0 | tomakehurst/wiremock | Fixed some formatting in NetworkAddressRulesTest |
686,936 | 02.11.2022 20:18:41 | 0 | 0c008cd45f100893540db128aee546c6694bc3a1 | Updated OpenAPI JSON file | [
{
"change_type": "MODIFY",
"old_path": "src/main/resources/swagger/wiremock-admin-api.json",
"new_path": "src/main/resources/swagger/wiremock-admin-api.json",
"diff": "\"openapi\": \"3.0.0\",\n\"info\": {\n\"title\": \"WireMock\",\n- \"version\": \"2.33.2\"\n+ \"version\": \"2.35.0\"\n},\n\"external... | Java | Apache License 2.0 | tomakehurst/wiremock | Updated OpenAPI JSON file |
686,981 | 10.12.2022 15:50:28 | 0 | 2a469ec836a4b77eed2cb79ae96eb329423e5fb2 | Fix NullPointerException
Just because the old mapping is in a scenario doesn't mean its
replacement is. | [
{
"change_type": "MODIFY",
"old_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenarios.java",
"new_path": "src/main/java/com/github/tomakehurst/wiremock/stubbing/Scenarios.java",
"diff": "@@ -48,7 +48,7 @@ public class Scenarios {\npublic void onStubMappingUpdated(StubMapping oldMa... | Java | Apache License 2.0 | tomakehurst/wiremock | Fix NullPointerException
Just because the old mapping is in a scenario doesn't mean its
replacement is. |
686,936 | 30.12.2022 15:13:13 | 0 | 87c5d29ae3c7780c11143e15af9f92e309d4cf05 | Bumped version to 3.0.0-beta-1 and Java version to 11 | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -201,10 +201,10 @@ allprojects {\nmavenCentral()\n}\n- version = '2.35.0'\n+ version = '3.0.0-beta-1'\n- sourceCompatibility = 1.8\n- targetCompatibility = 1.8\n+ sourceCompatibility = 1.11\n+ targetCompat... | Java | Apache License 2.0 | tomakehurst/wiremock | Bumped version to 3.0.0-beta-1 and Java version to 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.