Skip to content

Bump java8 from 4.1.10 to 4.1.21#111

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.consumer-java8-4.1.21
Closed

Bump java8 from 4.1.10 to 4.1.21#111
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/au.com.dius.pact.consumer-java8-4.1.21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 24, 2021

Copy link
Copy Markdown
Contributor

Bumps java8 from 4.1.10 to 4.1.21.

Release notes

Sourced from java8's releases.

4.1.21

Bugfix Release

  • chore: upgrade classgraph to 4.8.105
  • fix: Fallback to env vars for pact.provider.version property #1365
  • fix: Format the error correctly when publishing results fail [Gradle/Maven] #1364
  • fix: HAL client must return an error if the post request fails #1364
  • fix: fail the verification if publishing verification results fails [Maven/Gradle] #1364
  • fix: fail the test if publishing verification results fails [JUNIT5] #1364
  • fix: fail the test if publishing verification results fails #1364
  • chore: upgrade Spock to 2.0
  • fix: backported fix from v4.2.x #1345

4.1.20

Bugfix Release

  • fix(regression): IO Exceptions are now wrapped #1337
  • chore: update readme on injecting request objects
  • fix: JUnit 5 Spring extension classes need to be open #1338
  • fix: compare decimal values using compareTo instead of equals #1335

4.1.19

Bugfix Release

  • feat(Junit5+Spring): support injecting MockHttpServletRequestBuilder when using MockMvc tests #1334
  • feat: support @​CookieValue with MockMvc tests #1333
  • fix(Gradle): do not fail when the pacts from the broker are not available and a non-pact verify task is run #1331
  • fix: use the Pact URL to disambiguate Pacts when accumulating results #1266
  • chore: add test for results with both a pending and non-pending pact #1266

4.1.18

Bugfix Release

  • feat: add a system property to enable redirect handling #1323
  • chore: add some tests around handling IO errors from Pact Broker #1322
  • chore: add example spring MVC test with CSV #1013
  • chore: add tests for json object attributes formmated as dates #1220
  • feat: update content type overrides to allow setting the content type to json #1314
  • included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell)
  • added check for Null JsonValue for regex matcher (Ryan Levell)
  • fix(JUnit 4): do not fire the test finished event for pending pacts #1310
  • feat: deprecate pact broker host, port and scheme in favour of a url #1300

4.1.17

Bugfix Release

  • feat: add like method to Java DSL
  • feat: support setting pact.verifier.publishResults in the Spring context #1294
  • refactor: add a value resolver to the publishingResultsDisabled check #1294
  • feat: Update MockMvcTarget to handle non-file parts in a multipart form post #1290

... (truncated)

Changelog

Sourced from java8's changelog.

To generate the log, run git log --pretty='* %h - %s (%an, %ad)' TAGNAME..HEAD replacing TAGNAME and HEAD as appropriate.

4.2.6 - Bugfix Release

  • 62751e7da - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 15:31:36 2021 +1000)
  • 6fb78d046 - chore: upgrade classgraph to 4.8.105 (Ronald Holshausen, Sun May 23 15:31:07 2021 +1000)
  • e38fe1349 - Merge pull request #1369 from gtudan/pact-1368 (Ronald Holshausen, Sun May 23 15:04:35 2021 +1000)
  • 1745eec1c - fix: codenarc violation #1367 (Ronald Holshausen, Sun May 23 15:00:47 2021 +1000)
  • ddb48f619 - chore: upgrade gradle to 6.8.3 (Ronald Holshausen, Sun May 23 14:39:31 2021 +1000)
  • 95b2efe2f - chore: add test for array contains matcher with simple values #1367 (Ronald Holshausen, Sun May 23 14:38:41 2021 +1000)
  • 004be0434 - fix: arrayContaining matcher was failing if the variants have no matching rules #1367 (Ronald Holshausen, Sun May 23 13:56:36 2021 +1000)
  • 6d7763bd6 - Merge pull request #1366 from colossatr0n/junit5-consumer-message-pact-example (Ronald Holshausen, Sun May 23 13:40:18 2021 +1000)
  • 4be5092a5 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 13:38:57 2021 +1000)
  • 49d975b2d - fix: Fallbck to env vars for pact.provider.version property #1365 (Ronald Holshausen, Sun May 23 13:38:27 2021 +1000)
  • b5da12bf6 - Merge branch 'v4.1.x' (Ronald Holshausen, Sun May 23 12:50:33 2021 +1000)
  • a5c455275 - fix: Format the error correctly when publishing results fail [Gradle/Maven] #1364 (Ronald Holshausen, Sun May 23 11:52:11 2021 +1000)
  • f92fcb66e - fix: HAL client must return an error if the post request fails #1364 (Ronald Holshausen, Sun May 23 10:58:43 2021 +1000)
  • 0fd9c6b1f - fix: codenarc violations (Ronald Holshausen, Sun May 23 10:05:39 2021 +1000)
  • b54305351 - fix: fail the verification if publishing verification results fails [Maven/Gradle] #1364 (Ronald Holshausen, Sat May 22 17:51:34 2021 +1000)
  • ea9c49de7 - fix: fail the test if publishing verification results fails [JUNIT5] #1364 (Ronald Holshausen, Sat May 22 17:19:18 2021 +1000)
  • 76f91643f - fix: fail the test if publishing verification results fails #1364 (Ronald Holshausen, Sat May 22 17:04:26 2021 +1000)
  • 80fc25367 - chore: upgrade Spock to 2.0 (Ronald Holshausen, Sat May 22 12:32:24 2021 +1000)
  • c21a1ec27 - fix: allow verifying v4-interactions with junit5 (Gregor Tudan, Wed May 19 10:13:37 2021 +0200)
  • d60d7325a - Updated JUnit 5 README to include a link to a message pact example that uses JUnit 5 and Pact V4. (Thackery Archuletta, Mon May 17 14:13:26 2021 -0600)
  • d8c8f2c3e - chore: update readmes (Ronald Holshausen, Sun May 9 12:21:38 2021 +1000)
  • a0a77ef91 - bump version to 4.2.6 (Ronald Holshausen, Sun May 9 12:20:37 2021 +1000)
  • e3f52dc53 - fix: backported fix from v4.2.x #1345 (Ronald Holshausen, Wed Apr 21 16:19:39 2021 +1000)
  • b5fee030a - bump version to 4.1.21 (Ronald Holshausen, Sun Apr 11 15:49:59 2021 +1000)
  • 5cd33d36e - update changelog for release 4.1.20 (Ronald Holshausen, Sun Apr 11 15:31:27 2021 +1000)

4.1.20 - Bugfix Release

  • 30083b062 - fix(regression): IO Exceptions are now wrapped #1337 (Ronald Holshausen, Sun Apr 11 11:10:03 2021 +1000)
  • 768e7684a - chore: update readme on injecting request objects (Ronald Holshausen, Sat Apr 10 13:08:09 2021 +1000)
  • 2e6ae47b1 - fix: JUnit 5 Spring extension classes need to be open #1338 (Ronald Holshausen, Sat Apr 10 12:43:09 2021 +1000)
  • 5614d0387 - fix: compare decimal values using compareTo instead of equals #1335 (Ronald Holshausen, Fri Apr 9 16:05:30 2021 +1000)
  • 592122abb - bump version to 4.1.20 (Ronald Holshausen, Sun Mar 28 15:47:45 2021 +1100)

4.2.5 - Bugfix + small enhancements

  • 374be4495 - Merge pull request #1361 from akashagarwal7/patch-1 (Ronald Holshausen, Sun May 9 11:26:41 2021 +1000)
  • a813755ab - Merge pull request #1360 from humbled/patch-1 (Ronald Holshausen, Sun May 9 11:26:06 2021 +1000)
  • 1c0c0e381 - Merge pull request #1359 from feixie79/fixBugNotUsingSourceInLoadV4Pact (Ronald Holshausen, Sun May 9 11:25:15 2021 +1000)
  • 0c48b2e34 - Merge pull request #1348 from JapuDCret/patch-1 (Ronald Holshausen, Sun May 9 10:05:45 2021 +1000)
  • bd7625857 - feat: support multiple providers in a JUnit 5 consumer test #1342 (Ronald Holshausen, Sat May 8 16:41:53 2021 +1000)
  • 4a6c7dff1 - refactor: support multiple providerinfo in JUnit 5 tests #1342 (Ronald Holshausen, Sat May 8 14:39:52 2021 +1000)
  • 1c15fb111 - Update README.md (Akash Agarwal, Fri May 7 14:29:54 2021 +1000)
  • 5f76a3e20 - README updates (humbled, Fri May 7 15:02:56 2021 +1200)
  • 7d62150cb - fix: use source by loadV4Pact (Fei Xie, Thu May 6 16:56:03 2021 +0200)
  • 20da4aa46 - fix: values matcher must not cascade #1347 (Ronald Holshausen, Sat May 1 17:47:41 2021 +1000)

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 24, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #118.

@dependabot dependabot Bot closed this Jun 7, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.21 branch June 7, 2021 23:03
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