Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump java8 from 4.1.10 to 4.1.19 #97

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps java8 from 4.1.10 to 4.1.19.

Release notes

Sourced from java8's releases.

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
  • 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

... (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.3 - Bugfix Release

  • 02f5b72da - Merge branch 'v4.1.x' (Ronald Holshausen, Sun Mar 28 15:06:06 2021 +1100)
  • 3038d357e - Merge pull request #1332 from zariye/fix/lookup_contents (Ronald Holshausen, Sun Mar 28 14:45:36 2021 +1100)
  • 3622c25ef - feat(Junit5+Spring): support injecting MockHttpServletRequestBuilder when using MockMvc tests #1334 (Ronald Holshausen, Sun Mar 28 14:42:19 2021 +1100)
  • bed5ba584 - feat: support @​CookieValue with MockMvc tests #1333 (Ronald Holshausen, Sun Mar 28 14:07:26 2021 +1100)
  • d698515d0 - fix(Gradle): do not fail when the pacts from the broker are not available and a non-pact verify task is run #1331 (Ronald Holshausen, Sun Mar 28 12:51:53 2021 +1100)
  • dde4af635 - chore: add test for application/x-thrift with provider state injected values #1330 (Ronald Holshausen, Sat Mar 27 18:03:03 2021 +1100)
  • 08d6518db - fix: use the raw URL path in the mock server as HttpExchange will decode the path #1326 (Ronald Holshausen, Sat Mar 27 17:11:58 2021 +1100)
  • 4f06881c0 - fix: handle exceptions correctly when @​IgnoreNoPactsToVerify is present #1324 (Ronald Holshausen, Sat Mar 27 16:32:38 2021 +1100)
  • 2a304a949 - fix: use the Pact URL to disambiguate Pacts when accumilating results #1266 (Ronald Holshausen, Sat Mar 27 14:51:36 2021 +1100)
  • 22cd267e7 - chore: add test for results with both a pending and non-pending pact #1266 (Ronald Holshausen, Sun Mar 21 14:27:30 2021 +1100)
  • 8239e4ca3 - fix: use the Pact URL to disambiguate Pacts when accumilating results #1266 (Ronald Holshausen, Sat Mar 27 14:51:36 2021 +1100)
  • 014ee3a7c - Update README.md (Ronald Holshausen, Sat Mar 27 12:48:22 2021 +1100)
  • b6323203f - lookup contents in v4 interaction with key contents instead of bodys (zara, Thu Mar 25 16:33:42 2021 +0100)
  • 9bcc878f7 - chore: add test for results with both a pending and non-pending pact #1266 (Ronald Holshausen, Sun Mar 21 14:27:30 2021 +1100)
  • 0edf6ec23 - bump version to 4.2.3 (Ronald Holshausen, Sat Mar 13 17:13:35 2021 +1100)
  • 809cf81c6 - bump version to 4.1.19 (Ronald Holshausen, Sat Mar 13 16:16:43 2021 +1100)
  • a646b3543 - update changelog for release 4.1.18 (Ronald Holshausen, Sat Mar 13 16:02:05 2021 +1100)
  • 273b9164d - feat: add a system property to enable redirect handling #1323 (Ronald Holshausen, Sat Mar 13 15:37:55 2021 +1100)
  • aadbde41d - chore: fix failing tests (Ronald Holshausen, Sat Mar 13 15:12:53 2021 +1100)
  • 275785837 - chore: add some tests around handling IO errors from Pact Broker #1322 (Ronald Holshausen, Sat Mar 13 14:56:52 2021 +1100)
  • 3a211ebc5 - chore: add example spring MVC test with CSV #1013 (Ronald Holshausen, Sat Mar 13 13:58:56 2021 +1100)
  • a80c5861b - fix: codenarc errors (Ronald Holshausen, Sat Mar 6 14:06:58 2021 +1100)
  • 85f0caa11 - chore: add tests for json object attributes formmated as dates #1220 (Ronald Holshausen, Sat Mar 6 14:01:35 2021 +1100)
  • 03fbfe060 - feat: update content type overrides to allow setting the content type to json #1314 (Ronald Holshausen, Sat Mar 6 12:59:06 2021 +1100)
  • 4e5c05bb2 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell, Sat Feb 27 19:27:56 2021 -0600)
  • c19ff1fab - fixed regex typo. added happy path json regex (Ryan Levell, Sat Feb 27 08:00:43 2021 -0600)
  • ba9ac502d - added check for Null JsonValue for regex matcher (Ryan Levell, Fri Feb 26 21:24:09 2021 -0600)

4.2.2 - Bugfix Release

  • 9b5c57915 - feat: add a system property to enable redirect handling #1323 (Ronald Holshausen, Sat Mar 13 15:37:55 2021 +1100)
  • da1b926b2 - chore: fix failing tests (Ronald Holshausen, Sat Mar 13 15:12:53 2021 +1100)
  • 32d22e7c7 - chore: add some tests around handling IO errors from Pact Broker #1322 (Ronald Holshausen, Sat Mar 13 14:56:52 2021 +1100)
  • b94e5d62c - chore: add example spring MVC test with CSV #1013 (Ronald Holshausen, Sat Mar 13 13:58:56 2021 +1100)
  • 2a5914b90 - feat(V4): implemented V4 specification tests (Ronald Holshausen, Mon Mar 8 15:40:46 2021 +1100)
  • 73837d3fa - feat(V4): Update matching code to use matchingRules.content for V4 messages (Ronald Holshausen, Sun Mar 7 18:36:37 2021 +1100)
  • 6719b9788 - feat(V4): Move message pact content matching rules from matchingRules.body to matchingRules.content (Ronald Holshausen, Sun Mar 7 12:46:18 2021 +1100)
  • 805d23a5c - fix: tests with dates failing on jdk 13+ (Ronald Holshausen, Sun Mar 7 10:14:00 2021 +1100)
  • d826cb619 - fix: disable test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:49:28 2021 +1100)
  • bba503276 - chore: jacoco fails on JDK 13+ (Ronald Holshausen, Sat Mar 6 17:45:35 2021 +1100)
  • 6d853763a - fix: disable test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:43:19 2021 +1100)
  • efcc32f9a - fix: test failing on jdk 13+ #1318 (Ronald Holshausen, Sat Mar 6 17:31:11 2021 +1100)
  • fa49f23fd - fix: code narc violations #1318 (Ronald Holshausen, Sat Mar 6 17:17:08 2021 +1100)
  • 48acb7aa0 - fix: add tests for array contains with simple values in Groovy DSL #1318 (Ronald Holshausen, Sat Mar 6 17:14:33 2021 +1100)
  • 2c90ff169 - fix: array contains was not allocating generators to the correct variant #1318 (Ronald Holshausen, Sat Mar 6 16:39:48 2021 +1100)
  • 7f7e387ba - fix: array contains matcher was not dealing with simple values #1318 (Ronald Holshausen, Sat Mar 6 15:43:00 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 Mar 29, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #100.

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

None yet

0 participants