Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2021

Bumps java8 from 4.1.10 to 4.1.28.

Release notes

Sourced from java8's releases.

4.1.28

add ignore parameter to Maven can-i-deploy task

  • feat: update readme with ignore options #1444
  • feat: support setting can-i-deploy ignore values using -D command line #1444
  • feat: add ignore parameter to Maven can-i-deploy mojo #1444

4.1.27

Maintenance release + support of multiple parts in multipart request

  • chore: Upgrade Spring libraries to 5.3.9
  • feat: add support for non-file parts in the multipart requests (krzysztofmochocki)
  • feat: add support of multiple parts in multipart request (krzysztofmochocki)
  • chore: add provider verification test with pact file from Pact-JS V3 #1434
  • feat: set accessible flag when calling test methods in case the class/method is not public #1431

4.1.26

Bugfix Release

  • feat: force standalone="yes" when standalone is set to true on the XML builder #1414
  • fix: allow Gradle providerTags to be an array #1423
  • feat: add handling for 404 responses in Maven plugin #1419 (Marvin Kienitz)
  • fix: Illegal cast of au.com.dius.pact.core.support.Auth to List #1422

4.1.25

Bugfix Release

  • feat: add the authentication options to PactBrokerOptions #1415
  • chore: add tests for JSON keys with special characters #1416
  • feat: add method to ProviderInfo with better type safety #1415
  • feat: add standalone setting to the XML builder #1414
  • feat: add support for verification type RESPONSE_FACTORY. Fixes #1379 (Kyle Florence)
  • feat: allow insecure TLS when accessing the broker with Maven #1413
  • feat: update the expression markers when loading a pact file if overridden #1410
  • feat: restrict expression marker overrides to provider state expressions #1410
  • feat: allow the expression markers in expressions to be overridden #1410
  • fix: min/max type matchers must not apply the limits when cascading #396

4.1.24

Bugfixes + backports from 4.2.x

  • fix: previous provider states must not be copied over to new interactions #497
  • feat: add a message metadata builder DSL #1409
  • chore: add test for pactbroker with path in the URL #1399
  • fix: header values need to be parsed when loaded from older spec pact files #1398
  • fix: retry condition for the pactbroker unknown response #1405 (Bryan Woodruff)
  • fix: don't encode URLs when making requests from HAL links #1388

... (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.13 - Bugfix + add ignore parameter to Maven can-i-deploy task

  • 70ebaa38f - fix: org.apache.httpcomponents:httpmime needs to be defined as api for consumer lib #1446 (Ronald Holshausen, Mon Sep 27 16:04:51 2021 +1000)
  • e1afb3415 - fix: build after merge from v4.1.x (Ronald Holshausen, Mon Sep 27 16:03:55 2021 +1000)
  • 6ef8fc119 - Merge branch 'v4.1.x' (Ronald Holshausen, Mon Sep 27 15:52:21 2021 +1000)
  • 6bd425fe9 - feat: update readme with ignore options #1444 (Ronald Holshausen, Mon Sep 27 15:51:16 2021 +1000)
  • b9dfa76dd - feat: support setting can-i-deploy ignore values using -D command line #1444 (Ronald Holshausen, Mon Sep 27 15:33:41 2021 +1000)
  • e21f0f05f - feat: add ignore parameter to Maven can-i-deploy mojo #1444 (Ronald Holshausen, Mon Sep 27 14:23:49 2021 +1000)
  • 7b956c1d3 - chore: add example Java test with null value matchers (Ronald Holshausen, Mon Sep 27 11:10:46 2021 +1000)
  • 7c556ea51 - fix: support specifying both tags and consumers as system property list expressions #1447 (Ronald Holshausen, Fri Sep 24 12:53:27 2021 +1000)
  • ed6e82c93 - bump version to 4.2.13 (Ronald Holshausen, Sun Sep 19 12:17:26 2021 +1000)

4.2.12 - Maintenance release + support of multiple parts in multipart request

  • bca15036b - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Sep 19 11:53:00 2021 +1000)
  • 4b461d809 - bump version to 4.1.28 (Ronald Holshausen, Sun Sep 19 11:35:46 2021 +1000)
  • 37e73ce67 - update changelog for release 4.1.27 (Ronald Holshausen, Sun Sep 19 11:22:18 2021 +1000)
  • 793ed5c1d - Merge branch 'kmochocki-feature/non-file_parts_in_multipart' into v4.1.x (Ronald Holshausen, Sun Sep 19 10:46:38 2021 +1000)
  • 10a968214 - chore: fix missing import (Ronald Holshausen, Sun Sep 19 10:46:00 2021 +1000)
  • 8fe5f8cbd - Merge branch 'feature/non-file_parts_in_multipart' of https://github.com/kmochocki/pact-jvm into kmochocki-feature/non-file_parts_in_multipart (Ronald Holshausen, Sun Sep 19 10:43:00 2021 +1000)
  • 1b31c75fd - Update provider/junit5spring/src/main/kotlin/au/com/dius/pact/provider/spring/junit5/MockMvcTestTarget.kt (Ronald Holshausen, Sun Sep 19 10:28:39 2021 +1000)
  • e708f45a8 - chore: Upgarde Spring libraries to 5.3.9 (Ronald Holshausen, Sun Sep 19 10:28:13 2021 +1000)
  • 3fcbf92d4 - Merge pull request #1442 from kmochocki/feature/multiple_parts_for_multipart (Ronald Holshausen, Sun Sep 19 10:18:29 2021 +1000)
  • 757903466 - feat: add support for non-file parts in the multipart requests (krzysztofmochocki, Sat Sep 18 11:17:47 2021 +0200)
  • 3777d5528 - feat: add support of multiple parts in multipart request (krzysztofmochocki, Sat Sep 18 10:43:28 2021 +0200)
  • 066c5adb1 - fix: PactDslRootValue should return the value as a String, not JSON (Ronald Holshausen, Sat Sep 18 15:06:26 2021 +1000)
  • a78ae7bb1 - Merge pull request #1438 from JapuDCret/bugfix/issue-1436-windows-compilation-maven-plugin (Ronald Holshausen, Sat Sep 18 14:35:47 2021 +1000)
  • 59ed393df - Merge branch 'JapuDCret-bugfix/issue-1419-fix-error-when-notfoundhalresponse' (Ronald Holshausen, Sat Sep 18 14:34:16 2021 +1000)
  • 70d3f7eb3 - chore: fix failing test and codenarc violations (Ronald Holshausen, Sat Sep 18 14:34:00 2021 +1000)
  • 1a19fffb1 - Merge branch 'bugfix/issue-1419-fix-error-when-notfoundhalresponse' of https://github.com/JapuDCret/pact-jvm into JapuDCret-bugfix/issue-1419-fix-error-when-notfoundhalresponse (Ronald Holshausen, Sat Sep 18 14:25:47 2021 +1000)
  • 24f46afbd - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Sep 18 14:07:56 2021 +1000)
  • 122ced049 - chore: fix codenarc (Ronald Holshausen, Sat Sep 18 14:06:59 2021 +1000)
  • a8d989a88 - chore: add provider verification test with pact file from Pact-JS V3 #1434 (Ronald Holshausen, Sat Sep 18 14:01:25 2021 +1000)
  • 26d5ae965 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Sep 18 13:58:08 2021 +1000)
  • ea989c028 - chore: add provider verification test with pact file from Pact-JS V3 #1434 (Ronald Holshausen, Sat Sep 18 13:56:13 2021 +1000)
  • c2fd9f4d9 - feat: set accessible flag when calling test methods in case the class/method is not public #1431 (Ronald Holshausen, Sat Sep 18 11:56:21 2021 +1000)
  • b75661fb0 - fix: resolve Windows build problem when using Maven>=3.3.3 (Marvin Kienitz, Tue Sep 14 17:07:02 2021 +0200)
  • c04aab5a4 - feat: add and refactor handling for 404 responses in Maven plugin (Marvin Kienitz, Tue Sep 14 16:24:24 2021 +0200)
  • 589eb3f95 - Update README.md (Ronald Holshausen, Mon Sep 6 11:16:23 2021 +1000)
  • aae244a9a - bump version to 4.2.12 (Ronald Holshausen, Sat Sep 4 15:40:57 2021 +1000)

4.1.27 - Maintenance release + support of multiple parts in multipart request

  • 793ed5c1d - Merge branch 'kmochocki-feature/non-file_parts_in_multipart' into v4.1.x (Ronald Holshausen, Sun Sep 19 10:46:38 2021 +1000)
  • 10a968214 - chore: fix missing import (Ronald Holshausen, Sun Sep 19 10:46:00 2021 +1000)
  • 8fe5f8cbd - Merge branch 'feature/non-file_parts_in_multipart' of https://github.com/kmochocki/pact-jvm into kmochocki-feature/non-file_parts_in_multipart (Ronald Holshausen, Sun Sep 19 10:43:00 2021 +1000)
  • 1b31c75fd - Update provider/junit5spring/src/main/kotlin/au/com/dius/pact/provider/spring/junit5/MockMvcTestTarget.kt (Ronald Holshausen, Sun Sep 19 10:28:39 2021 +1000)
  • e708f45a8 - chore: Upgarde Spring libraries to 5.3.9 (Ronald Holshausen, Sun Sep 19 10:28:13 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)

Bumps [java8](https://github.com/DiUS/pact-jvm) from 4.1.10 to 4.1.28.
- [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)

---
updated-dependencies:
- dependency-name: au.com.dius.pact.consumer:java8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2021

Superseded by #124.

@dependabot dependabot bot closed this Nov 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.28 branch November 12, 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