Skip to content

Bump java8 from 4.1.10 to 4.1.17#77

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 11, 2021

Copy link
Copy Markdown
Contributor

Bumps java8 from 4.1.10 to 4.1.17.

Release notes

Sourced from java8's releases.

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
  • fix: make the Java DSL consistent with the Groovy DSL #1289
  • fix: Support setting consumer and provider pacticipant names from environment variables in consumer contract tests (Christopher Roberts)
  • fix: consumer name formatting in Ansi console reporting (TM)
  • fix: consumer name formatting in SL4J reporting (TM)
  • chore: added support to handle json content type with x-thrift protocol #1298 (ankur)
  • Update io.netty:netty-codec to version 4.1.46.Final (rejeeshg)

4.1.16

Bugfix Release

  • chore: deprecate consumer PactFolder annotation in favour of PactDirectory
  • docs: Correctly set multiple state names (joklek)
  • fix: Don't split header values when loading from a pact file #1288
  • fix(Groovy DSL): allow provider states to be specified before and after the request #1287
  • docs: Add docs for LambdaDSL, with minor style fixes (joklek)

4.1.15

Consumer DSL update

  • feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • chore: split out more objects from large test - failing on JDK 11 #1286
  • feat: add PactDslJsonBody eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286
  • chore: split out more objects from large test - failing on JDK 10 #1286
  • chore: add large body test to DSL #1286

4.1.14

Bugfix Release

  • chore: add test for updating markdown summary with a failed interaction #1128
  • fix(regression): previous change fails on JDK 8 #1281 (Ronald Holshausen, Sun Jan 10 12:28:41 2021 +1100)
  • fix(regression): support null example values with OR matcher #1281
  • chore: upgrade spock framework to 2.0-M4
  • feat: when using old pact broker endpoints, take fall back tag value into consideration #1264
  • fix: readme not rendering with docosaurus

4.1.13

Bugfix Release

  • refactor: extract interface from FormPostBuilder #1277
  • feat: add a DSL builder for x-www-form-urlencoded bodies #1277
  • fix: MessagePactBuilder was not including the generators #1278
  • chore: change the scope of deps to api #1280
  • fix: Update readme [JUnit + Spring + Maven] #1265

... (truncated)

Changelog

Sourced from java8's changelog.

4.1.17 - Bugfix Release

  • 612f99200 - feat: fix codenarc errors (Ronald Holshausen, Thu Feb 11 14:30:49 2021 +1100)
  • cc7b6a145 - feat: add ests for the like method in Java DSL (Ronald Holshausen, Thu Feb 11 14:24:30 2021 +1100)
  • 94f0312f6 - feat: add like method to Java DSL (Ronald Holshausen, Thu Feb 11 14:09:13 2021 +1100)
  • dd5a23585 - feat: support setting pact.verifier.publishResults in the Spring context #1294 (Ronald Holshausen, Thu Feb 11 14:04:35 2021 +1100)
  • 1a6ff07e3 - refactor: add a value resolver to the publishingResultsDisabled check #1294 (Ronald Holshausen, Thu Feb 11 12:47:59 2021 +1100)
  • 6f528c6d8 - chore: fix code narc errors #1290 (Ronald Holshausen, Thu Feb 11 11:34:21 2021 +1100)
  • a19b38a10 - feat: Update MockMvcTarget to handle non-file parts in a multipart form post #1290 (Ronald Holshausen, Thu Feb 11 11:25:27 2021 +1100)
  • 39804f97b - fix: make the Java DSL consistant with the Groovy DSL #1289 (Ronald Holshausen, Thu Feb 11 09:18:09 2021 +1100)
  • b3c30fbb0 - Merge pull request #1304 from keeping-it-up/support-x-thrift-as-json (Ronald Holshausen, Thu Feb 11 08:52:11 2021 +1100)
  • fb8ed9593 - Merge pull request #1303 from zmot/fix/verification-reporting-logging (Ronald Holshausen, Thu Feb 11 08:49:32 2021 +1100)
  • cf1a57912 - Merge pull request #1302 from cjr125/review/supportConsumerEnvVars (Ronald Holshausen, Thu Feb 11 08:48:14 2021 +1100)
  • e91725516 - fix: Support setting consumer and provider pacticipant names from environment variables in consumer contract tests (Christopher Roberts, Fri Feb 5 22:02:00 2021 -0500)
  • 254f8162c - fix: codenarc violations (TM, Sun Feb 7 22:03:51 2021 +0100)
  • 432807d64 - fix: consumer name formatting in Ansi console reporting (TM, Sun Feb 7 21:42:12 2021 +0100)
  • 2ecff5b46 - fix: consumer name formatting in SL4J reporting (TM, Sun Feb 7 21:40:05 2021 +0100)
  • 21dad5ca1 - chore: added support to handle json content type with x-thrift protocol #1298 (ankur, Fri Feb 5 17:23:56 2021 +0000)
  • e5c867ad5 - chore: correct git ignore file (Ronald Holshausen, Tue Feb 2 11:52:20 2021 +1100)
  • f9ac4df38 - bump version to 4.1.17 (Ronald Holshausen, Tue Feb 2 11:47:17 2021 +1100)
  • b4935be1f - Merge branch 'master' into v4.1.x (Ronald Holshausen, Wed Jan 20 16:06:12 2021 +1100)
  • 6c2b503d4 - Merge branch 'master' into v4.1.x (Ronald Holshausen, Sun Jan 10 13:38:43 2021 +1100)
  • 78b414267 - Merge branch 'master' into v4.1.x (Ronald Holshausen, Mon Dec 28 15:58:54 2020 +1100)
  • 0b0a0c6e9 - Merge branch 'master' into v4.1.x (Ronald Holshausen, Sun Oct 18 15:11:59 2020 +1100)
  • 3368b3bf7 - Merge pull request #1217 from rejeeshg/patch-2 (Ronald Holshausen, Wed Sep 30 15:00:34 2020 +1000)
  • 5350f8075 - Update gradle.properties (rejeeshg, Tue Sep 29 16:13:31 2020 +0530)

4.1.16 - Bugfix Release

  • fec362567 - chore: correct git ignore file (Ronald Holshausen, Tue Feb 2 11:23:11 2021 +1100)
  • f1a4c34a1 - chore: deprecate consumer PactFolder annotation in favour of PactDirectory (Ronald Holshausen, Tue Feb 2 10:44:39 2021 +1100)
  • 9834f5c2b - Merge pull request #1299 from joklek/patch-1 (Ronald Holshausen, Mon Feb 1 08:55:46 2021 +1100)
  • 62c985547 - docs: Correctly set multiple state names (joklek, Sun Jan 31 16:40:51 2021 +0200)
  • 73c9053dc - fix: Don't split header values when loading from a pact file #1288 (Ronald Holshausen, Sun Jan 31 13:23:48 2021 +1100)
  • 071f5ee11 - fix(Groovy DSL): allow provider states to be specified before and after the request #1287 (Ronald Holshausen, Sun Jan 31 12:15:50 2021 +1100)
  • b960ace7c - Merge pull request #1297 from joklek/docs/add_docs_to_java8_dsl (Ronald Holshausen, Sun Jan 31 12:06:50 2021 +1100)
  • 22a312cb6 - docs: Add docs for LambdaDSL, with minor style fixes (joklek, Tue Jan 26 18:38:00 2021 +0200)
  • abaab1645 - Update README.md (Ronald Holshausen, Tue Jan 26 10:14:19 2021 +1100)
  • d13c182e1 - bump version to 4.1.16 (Ronald Holshausen, Wed Jan 20 16:26:44 2021 +1100)

4.2.0-beta.3 - support for using generators with array contains matcher + Fixes

  • e0488a4de - refactor: converted the remaining Java DSL body classes to Kotlin (Ronald Holshausen, Mon Jan 25 15:30:37 2021 +1100)
  • bfde7cbe7 - refactor: converted PactDslJsonBody to Kotlin (Ronald Holshausen, Mon Jan 25 14:59:15 2021 +1100)
  • e0a50079a - refactor: converted PactDslJsonArray to Kotlin (Ronald Holshausen, Mon Jan 25 14:05:54 2021 +1100)
  • 267889bad - refactor: converted DslPart to Kotlin (Ronald Holshausen, Mon Jan 25 12:45:27 2021 +1100)
  • d9c3475ee - Merge branch 'master' into v4.2.x (Ronald Holshausen, Wed Jan 20 16:51:41 2021 +1100)
  • d13c182e1 - bump version to 4.1.16 (Ronald Holshausen, Wed Jan 20 16:26:44 2021 +1100)
  • 96cdbef85 - update changelog for release 4.1.15 (Ronald Holshausen, Wed Jan 20 16:13:53 2021 +1100)
  • 57a8541e0 - feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286 (Ronald Holshausen, Wed Jan 20 15:40:30 2021 +1100)

... (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 Feb 11, 2021
@dependabot @github

dependabot Bot commented on behalf of github Mar 15, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #85.

@dependabot dependabot Bot closed this Mar 15, 2021
@dependabot dependabot Bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.17 branch March 15, 2021 23:02
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