Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2020

Bumps pact.version from 3.5.24 to 3.6.15.
Updates pact-jvm-consumer-java8_2.12 from 3.5.24 to 3.6.15

Release notes

Sourced from pact-jvm-consumer-java8_2.12's releases.

3.6.15

Back-ported fixes from 4.0.x

  • chore: remove inlined kotlin-result in favour of version from Maven Central #1073
  • fix: datetime expressions where the time modifier rolls the date
  • fix: JUNIT 5 - Successful test result was being published after state change method failed #1058
  • chore: updated Groovy consumer test to use path matcher
  • fix: update to latest Gradle publish plugin
  • chore: add example for provider state injection where the value is missing
  • feat: update readmes on provider state injection #1061
  • feat: allow provider state expressions to have a basic type #1061
  • chore: update Kotlin to 1.3.71
  • fix: JUnit 5 No values are injected into response headers and response bodies from state callbacks #1060
  • chore: list out unverified interactions when test results are received
  • fix: correct the JUnit 4 readme to use the correct classes #1056
  • fix: typo in exception message
  • fix: corrected junit 5 tests to support injecting the mock server in a before callback
  • test: add tests for generated values with XML within JSON #1031
  • feat: create Kotlin friendly extension for arrays (Guido Pio Mariotti)
  • #1013 - Fix to issue when in pact contract content type is not provided (Wiesław Młynarski)
  • Fix link for pact gradle plugin (Vasilis Charalampakis)
  • chore: disable escaping of HTML and XML embedded in JSON #1031
  • feat: Update readme on allowing tags with the Maven plugin to be overridden from system properties #1043
  • fix: fromProviderState on path doesnt work in pact-jvm-consumer-groovy #1022
  • fix: Pact server fails for requests that dont have Content-Type header #1008
  • Accept provider states with parameters (Andrew Steffey)
  • Use Before/AfterTestExecutionCallback (Andrew Steffey)
  • The request body should be encoded according to the request header (when provided) (Ben Vercammen)
  • Use https://jcenter.bintray.com (Andrew Steffey)
  • Fix Wrong number of args passed to: ex-info (Jordan Biserkov)
  • feat: Place tag after consumer name in junit test description (Alessio Paciello)
  • chore: Update README.md (Antonello Caboni)
  • fix: handle headers with comma-seprated values #997
  • feat: Include tag in jUnit test name description when pact is retrieved from the pact broker (Alessio Paciello)
  • Updated the readme for leiningen pact plugin to have the correct format for the consumer list (sonalchandani)
  • feat: allow expressions with @Pact annotation #989
  • Allow access to original PactDsl object and array (Iván García Sainz-Aja)
  • fix: MessagePactProviderRule fails if there are no provider states #982
  • feat: allow tags with the Maven plugin to be overridden from system properties #1043
  • Perform same check on character validity in pathIdentifier that identifier does (Mikah Chapman)
  • Fix off-by-one valueFromProviderState index (Kevin Pullin)
  • feat: allow JUnit 5 tests to have state change methods on additional classes #943
  • #976: always prepend prefix to existing key (Greg Pappas)
  • fix: support tests with injected constructor parameters #971
  • Fixing links on README (João Farias)
  • fix: lookup the provider tag from system properties for JUnit based tests #823 #960
  • Detect broker auth scheme automatically - Fixes gh-925 (Kristine Jetzke)
  • Allow using pact-jvm-provider-gradle with Kotlin (Piotr Kubowicz)
  • fix: Maven plugin should fall back to global broker config
  • fix: call the statechange teardown if the test fails #834

... (truncated)

Changelog

Sourced from pact-jvm-consumer-java8_2.12's changelog.

3.6.15 - Backported fixes from 4.0.x

  • d168fe517 - chore: remove inlined kotlin-result in favour of version from Maven Central #1073 (Ronald Holshausen, Sun Apr 19 11:15:16 2020 +1000)
  • 388c45175 - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 13:00:02 2020 +1000)
  • eeeab9992 - fix: datetime expressions where the time modifier rolls the date (Ronald Holshausen, Sat Apr 18 16:06:38 2020 +1000)
  • e187e22cd - fix: JUNIT 5 - Successful test result was being published after state change method failed #1058 (Ronald Holshausen, Fri Apr 10 12:28:09 2020 +1000)
  • 813e7bab0 - chore: updated Groovy consumer test to use path matcher (Ronald Holshausen, Fri Apr 10 10:13:28 2020 +1000)
  • be5e8d269 - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 12:47:06 2020 +1000)
  • 335be4e02 - fix: update to latest Gradle publish plugin (Ronald Holshausen, Sun Apr 5 14:04:52 2020 +1000)
  • fdcc8ebf4 - chore: add example for provider state injection where the value is missing (Ronald Holshausen, Sun Apr 5 13:28:00 2020 +1000)
  • 5b68a62f7 - feat: fix for failing test #1061 (Ronald Holshausen, Sun Apr 5 11:37:13 2020 +1000)
  • 33b67cce7 - feat: update readmes on provider state injection #1061 (Ronald Holshausen, Sun Apr 5 10:00:18 2020 +1000)
  • ab407bc38 - feat: allow provider state expressions to have a basic type #1061 (Ronald Holshausen, Sun Apr 5 09:48:22 2020 +1000)
  • b91f5e6f2 - chore: update Kotlin to 1.3.71 (Ronald Holshausen, Sat Apr 4 15:38:36 2020 +1100)
  • 860ed08b8 - fix: JUnit 5 No values are injected into response headers and response bodies from state callbacks #1060 (Ronald Holshausen, Sat Apr 4 13:43:29 2020 +1100)
  • 178364ff3 - chore: list out unverified interactions when test results are received (Ronald Holshausen, Sat Apr 4 12:51:59 2020 +1100)
  • fc518af80 - fix: correct the JUnit 4 readme to use the correct classes #1056 (Ronald Holshausen, Sat Mar 28 12:28:24 2020 +1100)
  • f6e1c2a86 - fix: typo in exception message (Ronald Holshausen, Sat Mar 21 15:17:40 2020 +1100)
  • cf752943b - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 12:06:23 2020 +1000)
  • e5cb1f2bb - fix: corrected junit 5 tests to support injecting the mock server in a before callback (Ronald Holshausen, Sat Mar 21 14:48:32 2020 +1100)
  • a5f3f8eb2 - fix: codenarc (Ronald Holshausen, Sat Mar 21 13:34:07 2020 +1100)
  • 6f30f34fb - test: add tests for generated values with XML within JSON #1031 (Ronald Holshausen, Sat Mar 21 13:23:06 2020 +1100)
  • 371e0ad5a - chore: upgrade Kotlin to 1.3.70 (Ronald Holshausen, Sat Mar 21 12:44:24 2020 +1100)
  • f1f22ce54 - feat: create Kotlin friendly extension for arrays (Guido Pio Mariotti, Sat Mar 14 02:30:41 2020 +1100)
  • 106fd36e8 - #1013 - Fix to issue when in pact contract content type is not provided (Wiesław Młynarski, Fri Mar 13 08:49:18 2020 +1100)
  • ec1a92710 - Fix link for pact gradle plugin (Vasilis Charalampakis, Thu Mar 12 13:39:12 2020 +0200)
  • 56ad79c2a - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 11:06:40 2020 +1000)
  • c085270e7 - chore: disable escaping of HTML and XML embedded in JSON #1031 (Ronald Holshausen, Sun Mar 8 12:52:21 2020 +1100)
  • ca8634c1b - feat: Update readme on allowing tags with the Maven plugin to be overridden from system properties #1043 (Ronald Holshausen, Sun Mar 8 10:54:31 2020 +1100)
  • 67a6ce207 - chore: fixes after back-porting commits from master (Ronald Holshausen, Sun Apr 26 17:50:42 2020 +1000)
  • 0be41423e - fix: fromProviderState on path doesnt work in pact-jvm-consumer-groovy #1022 (Ronald Holshausen, Sat Feb 22 16:16:04 2020 +1100)
  • 2eed20a8c - fix: Pact server fails for requests that dont have Content-Type header #1008 (Ronald Holshausen, Sat Feb 22 14:34:50 2020 +1100)
  • dbd25536f - Accept provider states with parameters (Andrew Steffey, Tue Feb 4 04:38:11 2020 +1100)
  • d8ffebb51 - Use Before/AfterTestExecutionCallback (Andrew Steffey, Tue Feb 4 04:17:58 2020 +1100)
  • 79f7b2c4a - The request body should be encoded according to the request header (when provided) (Ben Vercammen, Fri Jan 31 16:02:08 2020 +0100)
  • 1f934f08b - Use https://jcenter.bintray.com (=Andrew Steffey, Fri Jan 31 11:24:19 2020 -0500)
  • 2c361f0a1 - fix: lein plugin parentheses after PR merge (Ronald Holshausen, Sat Jan 25 17:01:56 2020 +1100)
  • 5e5b0f54f - Fix Wrong number of args passed to: ex-info (Jordan Biserkov, Thu Jan 23 16:07:17 2020 +0100)
  • 00da57f13 - Fix Wrong number of args passed to: ex-info (Jordan Biserkov, Thu Jan 23 16:02:13 2020 +0100)
  • 58aba7ceb - fix: lint issue in test (Alessio Paciello, Thu Jan 23 11:12:24 2020 +0000)
  • da454bd30 - feat: Place tag after consumer name in junit test description (Alessio Paciello, Wed Jan 22 22:59:05 2020 +0000)
  • 7d846f306 - chore: Update README.md (Antonello Caboni, Wed Jan 22 16:25:30 2020 +0000)
  • de122a053 - fix: handle headers with comma-seprated values #997 (Ronald Holshausen, Wed Jan 22 16:46:17 2020 +1100)
  • e131c4e06 - lint fix (Alessio Paciello, Sun Jan 19 14:26:03 2020 +0000)
  • 501f5fc11 - feat: Include tag in jUnit test name description when pact is retrieved from the pact broker (Alessio Paciello, Mon Jan 20 00:52:28 2020 +1100)
  • 2281048da - Updated the readme for leiningen pact plugin to have the correct format for the consumer list (sonalchandani, Sun Jan 19 13:39:52 2020 +0530)
  • 6f2811544 - feat: allow expressions with @Pact annotation #989 (Ronald Holshausen, Sat Jan 18 14:23:43 2020 +1100)
  • c33b5b7e3 - chore: fixes after back-porting commits from master (Ronald Holshausen, Sun Apr 26 17:31:15 2020 +1000)
  • 5d2403a1a - Allow access to original PactDsl object and array (Iván García Sainz-Aja, Mon Dec 2 10:36:46 2019 +0100)
  • 3caa7de91 - fix: MessagePactProviderRule fails if there are no provider states #982 (Ronald Holshausen, Sun Nov 24 13:56:56 2019 +1100)

... (truncated)

Commits

Updates pact-jvm-provider-maven_2.12 from 3.5.24 to 3.6.15

Release notes

Sourced from pact-jvm-provider-maven_2.12's releases.

3.6.15

Back-ported fixes from 4.0.x

  • chore: remove inlined kotlin-result in favour of version from Maven Central #1073
  • fix: datetime expressions where the time modifier rolls the date
  • fix: JUNIT 5 - Successful test result was being published after state change method failed #1058
  • chore: updated Groovy consumer test to use path matcher
  • fix: update to latest Gradle publish plugin
  • chore: add example for provider state injection where the value is missing
  • feat: update readmes on provider state injection #1061
  • feat: allow provider state expressions to have a basic type #1061
  • chore: update Kotlin to 1.3.71
  • fix: JUnit 5 No values are injected into response headers and response bodies from state callbacks #1060
  • chore: list out unverified interactions when test results are received
  • fix: correct the JUnit 4 readme to use the correct classes #1056
  • fix: typo in exception message
  • fix: corrected junit 5 tests to support injecting the mock server in a before callback
  • test: add tests for generated values with XML within JSON #1031
  • feat: create Kotlin friendly extension for arrays (Guido Pio Mariotti)
  • #1013 - Fix to issue when in pact contract content type is not provided (Wiesław Młynarski)
  • Fix link for pact gradle plugin (Vasilis Charalampakis)
  • chore: disable escaping of HTML and XML embedded in JSON #1031
  • feat: Update readme on allowing tags with the Maven plugin to be overridden from system properties #1043
  • fix: fromProviderState on path doesnt work in pact-jvm-consumer-groovy #1022
  • fix: Pact server fails for requests that dont have Content-Type header #1008
  • Accept provider states with parameters (Andrew Steffey)
  • Use Before/AfterTestExecutionCallback (Andrew Steffey)
  • The request body should be encoded according to the request header (when provided) (Ben Vercammen)
  • Use https://jcenter.bintray.com (Andrew Steffey)
  • Fix Wrong number of args passed to: ex-info (Jordan Biserkov)
  • feat: Place tag after consumer name in junit test description (Alessio Paciello)
  • chore: Update README.md (Antonello Caboni)
  • fix: handle headers with comma-seprated values #997
  • feat: Include tag in jUnit test name description when pact is retrieved from the pact broker (Alessio Paciello)
  • Updated the readme for leiningen pact plugin to have the correct format for the consumer list (sonalchandani)
  • feat: allow expressions with @Pact annotation #989
  • Allow access to original PactDsl object and array (Iván García Sainz-Aja)
  • fix: MessagePactProviderRule fails if there are no provider states #982
  • feat: allow tags with the Maven plugin to be overridden from system properties #1043
  • Perform same check on character validity in pathIdentifier that identifier does (Mikah Chapman)
  • Fix off-by-one valueFromProviderState index (Kevin Pullin)
  • feat: allow JUnit 5 tests to have state change methods on additional classes #943
  • #976: always prepend prefix to existing key (Greg Pappas)
  • fix: support tests with injected constructor parameters #971
  • Fixing links on README (João Farias)
  • fix: lookup the provider tag from system properties for JUnit based tests #823 #960
  • Detect broker auth scheme automatically - Fixes gh-925 (Kristine Jetzke)
  • Allow using pact-jvm-provider-gradle with Kotlin (Piotr Kubowicz)
  • fix: Maven plugin should fall back to global broker config
  • fix: call the statechange teardown if the test fails #834

... (truncated)

Changelog

Sourced from pact-jvm-provider-maven_2.12's changelog.

3.6.15 - Backported fixes from 4.0.x

  • d168fe517 - chore: remove inlined kotlin-result in favour of version from Maven Central #1073 (Ronald Holshausen, Sun Apr 19 11:15:16 2020 +1000)
  • 388c45175 - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 13:00:02 2020 +1000)
  • eeeab9992 - fix: datetime expressions where the time modifier rolls the date (Ronald Holshausen, Sat Apr 18 16:06:38 2020 +1000)
  • e187e22cd - fix: JUNIT 5 - Successful test result was being published after state change method failed #1058 (Ronald Holshausen, Fri Apr 10 12:28:09 2020 +1000)
  • 813e7bab0 - chore: updated Groovy consumer test to use path matcher (Ronald Holshausen, Fri Apr 10 10:13:28 2020 +1000)
  • be5e8d269 - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 12:47:06 2020 +1000)
  • 335be4e02 - fix: update to latest Gradle publish plugin (Ronald Holshausen, Sun Apr 5 14:04:52 2020 +1000)
  • fdcc8ebf4 - chore: add example for provider state injection where the value is missing (Ronald Holshausen, Sun Apr 5 13:28:00 2020 +1000)
  • 5b68a62f7 - feat: fix for failing test #1061 (Ronald Holshausen, Sun Apr 5 11:37:13 2020 +1000)
  • 33b67cce7 - feat: update readmes on provider state injection #1061 (Ronald Holshausen, Sun Apr 5 10:00:18 2020 +1000)
  • ab407bc38 - feat: allow provider state expressions to have a basic type #1061 (Ronald Holshausen, Sun Apr 5 09:48:22 2020 +1000)
  • b91f5e6f2 - chore: update Kotlin to 1.3.71 (Ronald Holshausen, Sat Apr 4 15:38:36 2020 +1100)
  • 860ed08b8 - fix: JUnit 5 No values are injected into response headers and response bodies from state callbacks #1060 (Ronald Holshausen, Sat Apr 4 13:43:29 2020 +1100)
  • 178364ff3 - chore: list out unverified interactions when test results are received (Ronald Holshausen, Sat Apr 4 12:51:59 2020 +1100)
  • fc518af80 - fix: correct the JUnit 4 readme to use the correct classes #1056 (Ronald Holshausen, Sat Mar 28 12:28:24 2020 +1100)
  • f6e1c2a86 - fix: typo in exception message (Ronald Holshausen, Sat Mar 21 15:17:40 2020 +1100)
  • cf752943b - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 12:06:23 2020 +1000)
  • e5cb1f2bb - fix: corrected junit 5 tests to support injecting the mock server in a before callback (Ronald Holshausen, Sat Mar 21 14:48:32 2020 +1100)
  • a5f3f8eb2 - fix: codenarc (Ronald Holshausen, Sat Mar 21 13:34:07 2020 +1100)
  • 6f30f34fb - test: add tests for generated values with XML within JSON #1031 (Ronald Holshausen, Sat Mar 21 13:23:06 2020 +1100)
  • 371e0ad5a - chore: upgrade Kotlin to 1.3.70 (Ronald Holshausen, Sat Mar 21 12:44:24 2020 +1100)
  • f1f22ce54 - feat: create Kotlin friendly extension for arrays (Guido Pio Mariotti, Sat Mar 14 02:30:41 2020 +1100)
  • 106fd36e8 - #1013 - Fix to issue when in pact contract content type is not provided (Wiesław Młynarski, Fri Mar 13 08:49:18 2020 +1100)
  • ec1a92710 - Fix link for pact gradle plugin (Vasilis Charalampakis, Thu Mar 12 13:39:12 2020 +0200)
  • 56ad79c2a - chore: fixes after back-porting commits from master (Ronald Holshausen, Wed Apr 29 11:06:40 2020 +1000)
  • c085270e7 - chore: disable escaping of HTML and XML embedded in JSON #1031 (Ronald Holshausen, Sun Mar 8 12:52:21 2020 +1100)
  • ca8634c1b - feat: Update readme on allowing tags with the Maven plugin to be overridden from system properties #1043 (Ronald Holshausen, Sun Mar 8 10:54:31 2020 +1100)
  • 67a6ce207 - chore: fixes after back-porting commits from master (Ronald Holshausen, Sun Apr 26 17:50:42 2020 +1000)
  • 0be41423e - fix: fromProviderState on path doesnt work in pact-jvm-consumer-groovy #1022 (Ronald Holshausen, Sat Feb 22 16:16:04 2020 +1100)
  • 2eed20a8c - fix: Pact server fails for requests that dont have Content-Type header #1008 (Ronald Holshausen, Sat Feb 22 14:34:50 2020 +1100)
  • dbd25536f - Accept provider states with parameters (Andrew Steffey, Tue Feb 4 04:38:11 2020 +1100)
  • d8ffebb51 - Use Before/AfterTestExecutionCallback (Andrew Steffey, Tue Feb 4 04:17:58 2020 +1100)
  • 79f7b2c4a - The request body should be encoded according to the request header (when provided) (Ben Vercammen, Fri Jan 31 16:02:08 2020 +0100)
  • 1f934f08b - Use https://jcenter.bintray.com (=Andrew Steffey, Fri Jan 31 11:24:19 2020 -0500)
  • 2c361f0a1 - fix: lein plugin parentheses after PR merge (Ronald Holshausen, Sat Jan 25 17:01:56 2020 +1100)
  • 5e5b0f54f - Fix Wrong number of args passed to: ex-info (Jordan Biserkov, Thu Jan 23 16:07:17 2020 +0100)
  • 00da57f13 - Fix Wrong number of args passed to: ex-info (Jordan Biserkov, Thu Jan 23 16:02:13 2020 +0100)
  • 58aba7ceb - fix: lint issue in test (Alessio Paciello, Thu Jan 23 11:12:24 2020 +0000)
  • da454bd30 - feat: Place tag after consumer name in junit test description (Alessio Paciello, Wed Jan 22 22:59:05 2020 +0000)
  • 7d846f306 - chore: Update README.md (Antonello Caboni, Wed Jan 22 16:25:30 2020 +0000)
  • de122a053 - fix: handle headers with comma-seprated values #997 (Ronald Holshausen, Wed Jan 22 16:46:17 2020 +1100)
  • e131c4e06 - lint fix (Alessio Paciello, Sun Jan 19 14:26:03 2020 +0000)
  • 501f5fc11 - feat: Include tag in jUnit test name description when pact is retrieved from the pact broker (Alessio Paciello, Mon Jan 20 00:52:28 2020 +1100)
  • 2281048da - Updated the readme for leiningen pact plugin to have the correct format for the consumer list (sonalchandani, Sun Jan 19 13:39:52 2020 +0530)
  • 6f2811544 - feat: allow expressions with @Pact annotation #989 (Ronald Holshausen, Sat Jan 18 14:23:43 2020 +1100)
  • c33b5b7e3 - chore: fixes after back-porting commits from master (Ronald Holshausen, Sun Apr 26 17:31:15 2020 +1000)
  • 5d2403a1a - Allow access to original PactDsl object and array (Iván García Sainz-Aja, Mon Dec 2 10:36:46 2019 +0100)
  • 3caa7de91 - fix: MessagePactProviderRule fails if there are no provider states #982 (Ronald Holshausen, Sun Nov 24 13:56:56 2019 +1100)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `pact.version` from 3.5.24 to 3.6.15.

Updates `pact-jvm-consumer-java8_2.12` from 3.5.24 to 3.6.15
- [Release notes](https://github.com/DiUS/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DiUS/pact-jvm/commits)

Updates `pact-jvm-provider-maven_2.12` from 3.5.24 to 3.6.15
- [Release notes](https://github.com/DiUS/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DiUS/pact-jvm/commits)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants