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.18 #53

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps java8 from 4.1.10 to 4.1.18.

Release notes

Sourced from java8's releases.

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

... (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.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)
  • 9f32ddbf0 - fix: codenarc errors (Ronald Holshausen, Sat Mar 6 14:06:58 2021 +1100)
  • b96f7c66d - chore: add tests for json object attributes formmated as dates #1220 (Ronald Holshausen, Sat Mar 6 14:01:35 2021 +1100)
  • 14c0c2f34 - feat: update content type overrides to allow setting the content type to json #1314 (Ronald Holshausen, Sat Mar 6 12:59:06 2021 +1100)
  • bfe911378 - chore: update Google Guava to 30.1-jre #1319 (Ronald Holshausen, Fri Mar 5 12:07:26 2021 +1100)
  • ec6073c3b - bump version to 4.2.2 (Ronald Holshausen, Fri Mar 5 11:34:52 2021 +1100)

4.2.1 - Bugfix Release

  • b30c55d6c - Merge pull request #1317 from ryanlevell/fix/issue1316 (Ronald Holshausen, Mon Mar 1 15:35:29 2021 +1100)
  • cce1cfcdd - refactor: remove old wild-card matching logic in favor of using the ValueMatcher (Ronald Holshausen, Mon Mar 1 15:31:31 2021 +1100)
  • 4d37371b5 - chore: update Kotlin to latest (Ronald Holshausen, Mon Mar 1 11:25:07 2021 +1100)
  • 20f53c684 - included literal 'null' check for regex as it has similar issue as JsonValue.Null (Ryan Levell, Sat Feb 27 19:27:56 2021 -0600)
  • e3bd289a1 - fixed regex typo. added happy path json regex (Ryan Levell, Sat Feb 27 08:00:43 2021 -0600)
  • 672e85384 - added check for Null JsonValue for regex matcher (Ryan Levell, Fri Feb 26 21:24:09 2021 -0600)
  • 4f2cf8972 - Merge branch 'v4.1.x' (Ronald Holshausen, Sat Feb 20 15:29:38 2021 +1100)
  • e954d801a - fix(JUnit 4): do not fire the test finished event for pending pacts #1310 (Ronald Holshausen, Sat Feb 20 15:25:09 2021 +1100)
  • b782ccca0 - feat: deprecate pact broker host, port and scheme in favour of a url #1300 (Ronald Holshausen, Sat Feb 20 14:03:25 2021 +1100)
  • c91f44d2a - chore: update GH action workflow (Ronald Holshausen, Fri Feb 12 12:31:51 2021 +1100)
  • 10e8c72b3 - Update gradle.yml (Ronald Holshausen, Fri Feb 12 12:30:50 2021 +1100)
  • a72d9fa52 - chore: update GH action workflow (Ronald Holshausen, Fri Feb 12 12:27:50 2021 +1100)
  • f5ae1c5d1 - Update gradle.yml (Ronald Holshausen, Fri Feb 12 12:26:12 2021 +1100)
  • cd446eef8 - chore: upgrade Kotlin to 1.4.30 (Ronald Holshausen, Fri Feb 12 11:24:54 2021 +1100)
  • 295d0c0d6 - Update README.md (Ronald Holshausen, Thu Feb 11 17:17:41 2021 +1100)
  • 1f6c42275 - Update README.md (Ronald Holshausen, Thu Feb 11 17:15:59 2021 +1100)
  • 6990a6cb8 - Update README.md (Ronald Holshausen, Thu Feb 11 17:15:30 2021 +1100)
  • 93a483738 - bump version to 4.2.1 (Ronald Holshausen, Thu Feb 11 17:06:54 2021 +1100)

4.2.0 - First non-beta release

  • 36d0cddbf - chore: drop beta version (Ronald Holshausen, Thu Feb 11 16:28:37 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 15, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2021

Superseded by #58.

@dependabot dependabot bot closed this Mar 29, 2021
@dependabot dependabot bot deleted the dependabot/maven/au.com.dius.pact.consumer-java8-4.1.18 branch March 29, 2021 23:04
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