quarkiverse / quarkus-pact

Pact is a widely-recommended framework for consumer-driven contract testing. This Quarkus extension gives the best Pact integration with Quarkus.
https://pact.io/
Apache License 2.0
11 stars 6 forks source link

Bump pact.version from 4.5.6 to 4.6.5 #169

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps pact.version from 4.5.6 to 4.6.5. Updates au.com.dius.pact.provider:junit5 from 4.5.6 to 4.6.5

Release notes

Sourced from au.com.dius.pact.provider:junit5's releases.

4.6.5

Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760
  • e74487f67 - fix: Add set-cookie header to the list of single value headers
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745
  • 9a8d12133 - feat: Add tests for supporting multiple test targets with JUnit 5 #1708
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749

4.6.4

Maintenance Release

ece6a68e4 - chore: Remove xerces #1743 0f015b282 - chore: Upgrade Gradle to 7.6.3 b8129fa2a - chore: Upgrade KTor to 2.3.2 62c6f7b67 - Issue 1741 - Add to main branch option to match what is possible in the Pact Flow UI (jordan.eales) 1b8fe1952 - Fix another typo (biergit) dc65478c2 - Fix typos (biergit) 9f4467e62 - fix: Message matching rules can be defined under content instead of body #1509 eef0810ba - chore: Add branch to published pacts #1714 30d28c105 - Chore: Add test with headers with params with no values #1727 367cb6e5e - chore: Upgrade org.json:json to latest #1720

4.6.3

Bugfix Release

  • 5d2911613 - fix: Unstable key generation with provider states #1717
  • c6efac9c0 - fix: If the JUnit test framework has an exception, add a failure to the test results #1715
  • e3950d413 - feat: Update the new builder DSL to allow setting contents as byte arrays #600
  • ef22eb3a5 - feat: Retry all http methods (Sebastian Lohmeier)
  • 2b2055f0d - chore: Add missing key and pending methods to SynchronousMessagePactBuilder #1707
  • 1b00f6325 - chore: add a ProviderState injected test with integer values #1700
  • b1806abeb - feat: Add support for adding multiparts that can use JSON DSL #1642
  • f98f1adf2 - chore: Upgrade plugin driver to 0.4.1 #1698

4.6.2

Maintenance Release

  • 017fc6cfe - chore: Upgrade Kotlin to 1.8.22
  • 6aec655a8 - feat(compatibility-suite): Implemented Synchronous Messages feature
  • c44b05a5d - feat(compatibility-suite): Add V4 message scenarios
  • aeb09e905 - fix(compatibility-suite): Correct error messages to be consistent
  • c37387f68 - chore(compatibility-suite): Implement V4 matching rule and generator scenarios
  • 73c6adba3 - chore: Add additional logging to matchContentType
  • c1964a1a0 - feat(compatibility-suite): Implement initial V4 features
  • 894016d80 - feat(compatibility-suite): Implemented V3 message provider feature

... (truncated)

Changelog

Sourced from au.com.dius.pact.provider:junit5's changelog.

4.6.5 - Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760 (Ronald Holshausen, Thu Jan 18 11:46:48 2024 +1100)
  • e74487f67 - fix: Add set-cookie header to the list of single value headers (Ronald Holshausen, Wed Jan 17 13:52:06 2024 +1100)
  • 51762bd96 - Merge pull request #1759 from ealesjordan/check-latest-on-main-branch (Ronald Holshausen, Wed Jan 17 14:29:21 2024 +1100)
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths (Ronald Holshausen, Wed Jan 17 11:49:09 2024 +1100)
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755 (Ronald Holshausen, Mon Jan 15 13:21:01 2024 +1100)
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales, Tue Jan 9 14:41:34 2024 +0000)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745 (Ronald Holshausen, Wed Dec 20 15:53:00 2023 +1100)
  • 9a8d12133 - feat: Add tests for supportingmultiple test targets with JUnit 5 #1708 (Ronald Holshausen, Sat Dec 16 19:05:46 2023 +1100)
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708 (Ronald Holshausen, Fri Dec 15 23:36:28 2023 +1100)
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739 (Ronald Holshausen, Mon Dec 18 11:26:28 2023 +1100)
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749 (Ronald Holshausen, Fri Dec 15 12:21:32 2023 +1100)
  • 3809c9b52 - chore: cleanup disabled test (Ronald Holshausen, Fri Dec 15 10:03:02 2023 +1100)
  • d918302a3 - bump version to 4.6.5 (Ronald Holshausen, Mon Dec 11 16:39:18 2023 +1100)

4.6.4 - Maintenance Release

  • b3c2bcb8f - Merge pull request #1747 from pact-foundation/chore/remove-xerces (Ronald Holshausen, Mon Dec 11 15:36:07 2023 +1100)
  • ece6a68e4 - chore: Remove xerces #1743 (Ronald Holshausen, Mon Dec 11 15:19:08 2023 +1100)
  • 0f015b282 - chore: Upgrade Gradle to 7.6.3 (Ronald Holshausen, Mon Dec 11 13:39:44 2023 +1100)
  • b8129fa2a - chore: Upgrade KTor to 2.3.2 (Ronald Holshausen, Sun Dec 10 08:37:00 2023 +1100)
  • eae15a8db - Merge pull request #1742 from ealesjordan/1741-can-i-deploy-main (Ronald Holshausen, Mon Dec 11 10:06:57 2023 +1100)
  • 62c6f7b67 - Issue 1741 - Add to main branch option to match what is possible in the Pact Flow UI (jordan.eales, Thu Dec 7 16:28:46 2023 +0000)
  • c002e9a97 - Merge pull request #1735 from biergit/patch-2 (Yousaf Nabi, Wed Nov 29 15:54:29 2023 +0000)
  • b3611387a - Merge pull request #1734 from biergit/patch-1 (Yousaf Nabi, Wed Nov 29 15:54:19 2023 +0000)
  • 1b8fe1952 - Fix another typo (biergit, Wed Nov 29 09:59:50 2023 +0100)
  • dc65478c2 - Fix typos (biergit, Wed Nov 29 09:58:11 2023 +0100)
  • 36a39929d - chore: cleanup some unecessary files (Ronald Holshausen, Wed Nov 15 16:41:22 2023 +1100)
  • 9f4467e62 - fix: Message matching rules can be defined under content instead of body #1509 (Ronald Holshausen, Wed Nov 15 15:36:20 2023 +1100)
  • eef0810ba - chore: Add branch to published pacts #1714 (Ronald Holshausen, Wed Nov 15 15:23:19 2023 +1100)
  • 30d28c105 - Chore: Add test with headers with params with no values #1727 (Ronald Holshausen, Wed Nov 15 10:02:43 2023 +1100)
  • 367cb6e5e - chore: Upgrade org.json:json to latest #1720 (Ronald Holshausen, Tue Oct 24 16:47:19 2023 +1100)
  • d0997e5c9 - bump version to 4.6.4 (Ronald Holshausen, Fri Sep 22 10:43:32 2023 +1000)

4.6.3 - Bugfix Release

  • b318149bf - chore: fix codenarc violations #1717 (Ronald Holshausen, Thu Sep 21 12:43:18 2023 +1000)
  • 5d2911613 - fix: Unstable key generation with provider states #1717 (Ronald Holshausen, Thu Sep 21 12:36:54 2023 +1000)
  • c6efac9c0 - fix: If the JUnit test framework has an exception, add a failure to the test results #1715 (Ronald Holshausen, Thu Sep 21 11:58:10 2023 +1000)
  • e3950d413 - feat: Update the new builder DSL to allow setting contents as byte arrays #600 (Ronald Holshausen, Thu Sep 21 10:56:54 2023 +1000)
  • 90d6cc447 - Merge pull request #1713 from monochromata/retry-any-http-method (Ronald Holshausen, Wed Sep 6 09:47:48 2023 +1000)
  • ef22eb3a5 - feat: Retry all http methods (Sebastian Lohmeier, Mon Sep 4 22:03:05 2023 +0200)
  • 2b2055f0d - chore: Add missing key and pending methods to SynchronousMessagePactBuilder #1707 (Ronald Holshausen, Mon Aug 28 10:40:55 2023 +1000)
  • 1b00f6325 - chore: add a ProviderState injected test with integer values #1700 (Ronald Holshausen, Wed Aug 23 14:08:20 2023 +1000)
  • b1806abeb - feat: Add support for adding multiparts that can use JSON DSL #1642 (Ronald Holshausen, Tue Aug 22 11:50:21 2023 +1000)
  • f98f1adf2 - chore: Upgrade plugin driver to 0.4.1 #1698 (Ronald Holshausen, Mon Aug 21 15:04:27 2023 +1000)
  • 5e6fe7550 - Update README.md (Ronald Holshausen, Mon Aug 21 14:44:06 2023 +1000)
  • 3755f1e3c - Update README.md (Ronald Holshausen, Mon Aug 21 14:43:30 2023 +1000)
  • 4c97e3915 - Update README.md (Ronald Holshausen, Mon Aug 21 14:41:46 2023 +1000)

... (truncated)

Commits


Updates au.com.dius.pact.consumer:junit5 from 4.5.6 to 4.6.5

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.6.5

Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760
  • e74487f67 - fix: Add set-cookie header to the list of single value headers
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745
  • 9a8d12133 - feat: Add tests for supporting multiple test targets with JUnit 5 #1708
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749

4.6.4

Maintenance Release

ece6a68e4 - chore: Remove xerces #1743 0f015b282 - chore: Upgrade Gradle to 7.6.3 b8129fa2a - chore: Upgrade KTor to 2.3.2 62c6f7b67 - Issue 1741 - Add to main branch option to match what is possible in the Pact Flow UI (jordan.eales) 1b8fe1952 - Fix another typo (biergit) dc65478c2 - Fix typos (biergit) 9f4467e62 - fix: Message matching rules can be defined under content instead of body #1509 eef0810ba - chore: Add branch to published pacts #1714 30d28c105 - Chore: Add test with headers with params with no values #1727 367cb6e5e - chore: Upgrade org.json:json to latest #1720

4.6.3

Bugfix Release

  • 5d2911613 - fix: Unstable key generation with provider states #1717
  • c6efac9c0 - fix: If the JUnit test framework has an exception, add a failure to the test results #1715
  • e3950d413 - feat: Update the new builder DSL to allow setting contents as byte arrays #600
  • ef22eb3a5 - feat: Retry all http methods (Sebastian Lohmeier)
  • 2b2055f0d - chore: Add missing key and pending methods to SynchronousMessagePactBuilder #1707
  • 1b00f6325 - chore: add a ProviderState injected test with integer values #1700
  • b1806abeb - feat: Add support for adding multiparts that can use JSON DSL #1642
  • f98f1adf2 - chore: Upgrade plugin driver to 0.4.1 #1698

4.6.2

Maintenance Release

  • 017fc6cfe - chore: Upgrade Kotlin to 1.8.22
  • 6aec655a8 - feat(compatibility-suite): Implemented Synchronous Messages feature
  • c44b05a5d - feat(compatibility-suite): Add V4 message scenarios
  • aeb09e905 - fix(compatibility-suite): Correct error messages to be consistent
  • c37387f68 - chore(compatibility-suite): Implement V4 matching rule and generator scenarios
  • 73c6adba3 - chore: Add additional logging to matchContentType
  • c1964a1a0 - feat(compatibility-suite): Implement initial V4 features
  • 894016d80 - feat(compatibility-suite): Implemented V3 message provider feature

... (truncated)

Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

4.6.5 - Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760 (Ronald Holshausen, Thu Jan 18 11:46:48 2024 +1100)
  • e74487f67 - fix: Add set-cookie header to the list of single value headers (Ronald Holshausen, Wed Jan 17 13:52:06 2024 +1100)
  • 51762bd96 - Merge pull request #1759 from ealesjordan/check-latest-on-main-branch (Ronald Holshausen, Wed Jan 17 14:29:21 2024 +1100)
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths (Ronald Holshausen, Wed Jan 17 11:49:09 2024 +1100)
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755 (Ronald Holshausen, Mon Jan 15 13:21:01 2024 +1100)
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales, Tue Jan 9 14:41:34 2024 +0000)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745 (Ronald Holshausen, Wed Dec 20 15:53:00 2023 +1100)
  • 9a8d12133 - feat: Add tests for supportingmultiple test targets with JUnit 5 #1708 (Ronald Holshausen, Sat Dec 16 19:05:46 2023 +1100)
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708 (Ronald Holshausen, Fri Dec 15 23:36:28 2023 +1100)
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739 (Ronald Holshausen, Mon Dec 18 11:26:28 2023 +1100)
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749 (Ronald Holshausen, Fri Dec 15 12:21:32 2023 +1100)
  • 3809c9b52 - chore: cleanup disabled test (Ronald Holshausen, Fri Dec 15 10:03:02 2023 +1100)
  • d918302a3 - bump version to 4.6.5 (Ronald Holshausen, Mon Dec 11 16:39:18 2023 +1100)

4.6.4 - Maintenance Release

  • b3c2bcb8f - Merge pull request #1747 from pact-foundation/chore/remove-xerces (Ronald Holshausen, Mon Dec 11 15:36:07 2023 +1100)
  • ece6a68e4 - chore: Remove xerces #1743 (Ronald Holshausen, Mon Dec 11 15:19:08 2023 +1100)
  • 0f015b282 - chore: Upgrade Gradle to 7.6.3 (Ronald Holshausen, Mon Dec 11 13:39:44 2023 +1100)
  • b8129fa2a - chore: Upgrade KTor to 2.3.2 (Ronald Holshausen, Sun Dec 10 08:37:00 2023 +1100)
  • eae15a8db - Merge pull request #1742 from ealesjordan/1741-can-i-deploy-main (Ronald Holshausen, Mon Dec 11 10:06:57 2023 +1100)
  • 62c6f7b67 - Issue 1741 - Add to main branch option to match what is possible in the Pact Flow UI (jordan.eales, Thu Dec 7 16:28:46 2023 +0000)
  • c002e9a97 - Merge pull request #1735 from biergit/patch-2 (Yousaf Nabi, Wed Nov 29 15:54:29 2023 +0000)
  • b3611387a - Merge pull request #1734 from biergit/patch-1 (Yousaf Nabi, Wed Nov 29 15:54:19 2023 +0000)
  • 1b8fe1952 - Fix another typo (biergit, Wed Nov 29 09:59:50 2023 +0100)
  • dc65478c2 - Fix typos (biergit, Wed Nov 29 09:58:11 2023 +0100)
  • 36a39929d - chore: cleanup some unecessary files (Ronald Holshausen, Wed Nov 15 16:41:22 2023 +1100)
  • 9f4467e62 - fix: Message matching rules can be defined under content instead of body #1509 (Ronald Holshausen, Wed Nov 15 15:36:20 2023 +1100)
  • eef0810ba - chore: Add branch to published pacts #1714 (Ronald Holshausen, Wed Nov 15 15:23:19 2023 +1100)
  • 30d28c105 - Chore: Add test with headers with params with no values #1727 (Ronald Holshausen, Wed Nov 15 10:02:43 2023 +1100)
  • 367cb6e5e - chore: Upgrade org.json:json to latest #1720 (Ronald Holshausen, Tue Oct 24 16:47:19 2023 +1100)
  • d0997e5c9 - bump version to 4.6.4 (Ronald Holshausen, Fri Sep 22 10:43:32 2023 +1000)

4.6.3 - Bugfix Release

  • b318149bf - chore: fix codenarc violations #1717 (Ronald Holshausen, Thu Sep 21 12:43:18 2023 +1000)
  • 5d2911613 - fix: Unstable key generation with provider states #1717 (Ronald Holshausen, Thu Sep 21 12:36:54 2023 +1000)
  • c6efac9c0 - fix: If the JUnit test framework has an exception, add a failure to the test results #1715 (Ronald Holshausen, Thu Sep 21 11:58:10 2023 +1000)
  • e3950d413 - feat: Update the new builder DSL to allow setting contents as byte arrays #600 (Ronald Holshausen, Thu Sep 21 10:56:54 2023 +1000)
  • 90d6cc447 - Merge pull request #1713 from monochromata/retry-any-http-method (Ronald Holshausen, Wed Sep 6 09:47:48 2023 +1000)
  • ef22eb3a5 - feat: Retry all http methods (Sebastian Lohmeier, Mon Sep 4 22:03:05 2023 +0200)
  • 2b2055f0d - chore: Add missing key and pending methods to SynchronousMessagePactBuilder #1707 (Ronald Holshausen, Mon Aug 28 10:40:55 2023 +1000)
  • 1b00f6325 - chore: add a ProviderState injected test with integer values #1700 (Ronald Holshausen, Wed Aug 23 14:08:20 2023 +1000)
  • b1806abeb - feat: Add support for adding multiparts that can use JSON DSL #1642 (Ronald Holshausen, Tue Aug 22 11:50:21 2023 +1000)
  • f98f1adf2 - chore: Upgrade plugin driver to 0.4.1 #1698 (Ronald Holshausen, Mon Aug 21 15:04:27 2023 +1000)
  • 5e6fe7550 - Update README.md (Ronald Holshausen, Mon Aug 21 14:44:06 2023 +1000)
  • 3755f1e3c - Update README.md (Ronald Holshausen, Mon Aug 21 14:43:30 2023 +1000)
  • 4c97e3915 - Update README.md (Ronald Holshausen, Mon Aug 21 14:41:46 2023 +1000)

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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[bot] commented 5 months ago

Superseded by #172.