Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pact-foundation/pact-jvm

JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://github.com/pact-foundation/pact-jvm

Add version number to documentation for other jvm providers

3c218af38a473666dd985888ec14c41bf2089cce authored about 7 years ago
Correct publishResults documentation and add version number

ddfa8c2f8698810c8b05f486d9a5c8bf3ea1293b authored about 7 years ago
Add test for name validation

60c57138e2af2e7bed2395298fd67e0c9f87040d authored about 7 years ago
Convert task names to valid names

c2bd5f01e26338de0bf923d699ba41d5554c7cd5 authored about 7 years ago
Fix missing generation of array examples with `eachArray*` methods

Those methods were not properly generating the array examples to be used by
the Pact consumers, ...

2af3ac71deb8d0675fe60a4a962c1baf8231dc24 authored about 7 years ago
Add support for strange `eachKey*` method in Lambda DSL

Use of those methods no longer generate invalid Pact body.

6e05bdfb0a3c9463e94043ca73634ae231be9114 authored about 7 years ago
Add support for objects and array specification on LambdaDslJsonArray

Use of those methods no longer generate invalid Pact body.
Comments regarding the method names a...

32b4f4f6a7879d43ee45343d7f4ffb884ca186e8 authored about 7 years ago
Add support for objects and array specification on LambdaDslObject

Use of those methods no longer generate invalid Pact body.
The naming of the functions, although...

95f3b8f47730105c6940515febcb76b7f32804e1 authored about 7 years ago
fix the filtering of pacts with the Spring test runner #572

1b80c7d50b30b283f016667fd5c17b2cdba4b8ee authored about 7 years ago
Fix codenarc issues

f9669020755bf36065433f3351a9ef1790850261 authored about 7 years ago
update changelog for release 3.5.11

6c645e77791730c0d4ad23697c8396d316740547 authored about 7 years ago
Fixes error when removing path ending with slash(/)

9caaf021b3380b1dd238c06b100ab07a7297c22e authored about 7 years ago
add a note about tests failing because of HTTP connection caching in the HTTP client #342

54d8a2771df433560c3a7422903c700495e7b6bd authored about 7 years ago
Add a test case for when the Java DSL is used to create an attribute with a space in the name #582

79890f124a5568df571421b727fdd014e02197ba authored about 7 years ago
chore(docs): links to pact-go and pact-js

cc16619aa3b4783f31d47f772791d20373576acf authored about 7 years ago
bump version to 3.5.12

d2b5696f5847f81834307da59445d121702c33b8 authored about 7 years ago
update changelog for release 3.5.11

30d455c8728b3740c9c982951f126c6dc4f6faaa authored about 7 years ago
Excluded some transitive dependencies to aid people using Maven #182

9e10e667b311806781cf696bf63c50aabf430565 authored about 7 years ago
Add a note about disabling the publishing of verification results for the gradle plugin

be4a32b08ebbd89321dc37cbfe838fdac37774b3 authored about 7 years ago
Implemented matchng for form posts #198

8e42634394dcd545227670aeb699652c7bca31e5 authored about 7 years ago
Implemented support for default request and response values in the Java DSL #159

c8fa5a3c278ba10faa82ced4dad3ed19a5102149 authored about 7 years ago
Fix the Groovy uuid matcher to not include a generator if a value has been supplied #598

d051064bb7866c099bc2e6752f64cd08ba82a77c authored about 7 years ago
Merge pull request #601 from TimothyJones/fix-599

Improve URL encoding in uploadJson URLs

dfd39998133c10c769f80f6b1d0a82d500ae41c6 authored about 7 years ago
Merge branch 'TimothyJones-fix-599'

c9452552aa3e51d58d1833462dce744eb94fd13c authored about 7 years ago
Fix the pact tests now that the double encoding issue has been fixed

601d3ba23c010915261a0950b310bba97a182386 authored about 7 years ago
Remove unnecessary conversion to BiFunction

3619f1e8f75ba4af816e862f8bf3117c436fbb65 authored about 7 years ago
Merge branch 'fix-599' of https://github.com/TimothyJones/pact-jvm into TimothyJones-fix-599

a1b172b8e32f198bb2e55f20c21d7f2d9cc7b028 authored about 7 years ago
Improve URL encoding in uploadJson URLs (encode tags, don't double encode consumer/provider names)

14c9404189e0fc0f3e90455f7011c087ba81982d authored about 7 years ago
Added withFileUpload method to the JUnit DSL to support multipart file uploads #462

3f9a03ef66d97f411d2b959527a693f2c2cd188a authored about 7 years ago
Merge branch 'lukasGemela-feature/support-async-responses'

2aee521e79a3cd667b0035248a2b6ea2e39335f0 authored about 7 years ago
Fix kotlin lint errors

33bda11e779d2fd3285778a7d9b9b7b1eeb41eb1 authored about 7 years ago
add support for asyncResult()

ecf991fb277bc31e0f65d94acd603967cf4039cd authored about 7 years ago
Implemented matching of multipart uploads #123

51800414d2e6d8cbb03cbd66b072b1a938a0176c authored about 7 years ago
Upgraded Kotlin to 1.2

1fe85e4e146fab17ecd6922cc0ef9223d74244ad authored about 7 years ago
updated test for a large date format to use a regex #595

636316112dd00ee20918acef555b52da4f78c76b authored about 7 years ago
Added a test for a large date format #595

310c0b4d0d0bfaa782b437df578f703cb4b48414 authored about 7 years ago
converted the plain text body matcher to Kotlin

d18e5029acee212a22c9f2f1fce0518c4fa653b0 authored about 7 years ago
adding kotlin-test has upgraded mockito to 2.0+

8eac622ece3542b05d0efffba4717cf8f8515289 authored about 7 years ago
Gradle 4.3.1 needs Groovy 2.4.12

61654a376db6f12f7095b7af65d80235c96f4d50 authored about 7 years ago
Update Gradle and Kotlin and add kotlin-test

4449beddd469f0885a9f78fbc36ce01659f11b1c authored about 7 years ago
Add an example for a consumer test where a 400 response is returned #589

87e6f0bad9ce904aa6069fb52ed3e8b4a83f6fc6 authored about 7 years ago
converted body mismatch class to Kotlin

b702743c0a2e02f92e506742e8e057b33246f69b authored about 7 years ago
Updated versions in Readme

e5262b258951c6af40cf079be81e69a042d3e686 authored about 7 years ago
refactored header matching and converted ot to Kotlin

ef3552f37239c36b8d165baffcb71752378e1154 authored about 7 years ago
bump version to 3.5.11

5d845b3633210f991c10632b2d0bab1379ec0509 authored about 7 years ago
update changelog for release 3.5.10

d991d725cfea03a6aecbb0a33ae40cc9a00fafae authored about 7 years ago
Set the javax.mail dependency to version 1.5.0-b01

685438bdc5aad3b1fcc7a25e631e47c193afa93a authored about 7 years ago
Correct the precedence on checking if results can be published to avoid class cast exceptions

d711487a336229c9863517047fe7f1b3c2d2d953 authored about 7 years ago
Fix for JUnit verifier tests which where not taking the pact.verifier.publishResults system property into account when publishing results

9c6483080385651dfc849ad3bd44a5f4babd6ea0 authored about 7 years ago
Enabled the MockMvcTarget to work with multipart file uploads

e91f4efe1c2160300f3868ee97c807e02b671079 authored about 7 years ago
Fix kotlin compile errors

4fa08a2fc1ab632a0139aa03c0bcee85835b8ae0 authored about 7 years ago
Converted HttpPart base class to Kotlin

31b07aec68048da4b61009f714e048090e4d5c00 authored about 7 years ago
Add file that was excluded by git ignore

a3d1c8b16dd326f715124116c90a1a328d98599d authored about 7 years ago
Remove the sourceset overridde after move to kotlin in pact-jvm-provider-spring

ffb1a643b21c3cab7a1418850e1e54ac651544bf authored about 7 years ago
Converted the remaining pact-jvm-provider-spring code to kotlin

b8dbff9a387333bec3a6d18eadb89ca081faf56e authored about 7 years ago
bump version to 3.5.10

0ae7cb8f354e79dea54826cc32879895466a990d authored over 7 years ago
update changelog for release 3.5.9

8d75908fbb09323554a1bec3efbd94c40384fbd0 authored over 7 years ago
Correct version in readme

980d1cf57cd2f4bb3d63340553b1e2fa4ce7b677 authored over 7 years ago
add readme note about publishing pacts with tags with the Gradle plugin #403

a34eaddfaa4627862e26209bc2364c546baede78 authored over 7 years ago
Merge pull request #584 from artamonovkirill/master

fix(provider-junit): fixes #527

1fd7e558969b0dc7436cb9e827fd6e907d102ef0 authored over 7 years ago
corrected relative links in readmes

2f76ff65daea437ca6ca7f25ab4a7eb350f852cc authored over 7 years ago
Updated readmes to link to the internal pact-jvm-consumer-java8

85fea9fa35fde9ef9acf8edb620ea0321ab0e59c authored over 7 years ago
Add pact-jvm-consumer-java8 to the project

4545aef62aededeea17b8f4fd7ee4c98d07dd5fd authored over 7 years ago
Merge commit 'e7d778f43a573abbcbc5c03a9dc26f1bbcc86c49' as 'pact-jvm-consumer-java8'

15326cc9072a5601122c9151fdb9f3df3318d2f9 authored over 7 years ago
Squashed 'pact-jvm-consumer-java8/' content from commit caf2ee33

git-subtree-dir: pact-jvm-consumer-java8
git-subtree-split: caf2ee339a24fc9a0ce8b96ebdcfd380c80a...

e7d778f43a573abbcbc5c03a9dc26f1bbcc86c49 authored over 7 years ago
Allow the servlet path to be set with MockMvcTarget #580

492f76fd768dfa3004649f87db08402e79fcb0c5 authored over 7 years ago
refactor(provider-junit): removed redundant condition as it's handled in else section

8dff8715256b1775cb0db95d87617aea8aa3d572 authored over 7 years ago
fix(provider-junit): fixes #527

49b6e12be0e9bbec500d5f8732358ebffdad641a authored over 7 years ago
Allow the value resolver to be configured from the annotation in the PactBrokerLoader #578

13555a580b23691a3efe658844aaedea2fabdb7d authored over 7 years ago
Merge pull request #579 from shashidesai/update-readme

Update readme links

992ec59639b329669e892ebd3002be980fa4c1cd authored over 7 years ago
Merge pull request #577 from Mordavolt/same-query-param-multiple-times

Add matchQuery with List as example

85fef5a1e8f4c45f13f0ee942fa991562f54c617 authored over 7 years ago
Fixed codenarc violation #574

b3d0553dbacc498e44d90be7b8027c5040c7227a authored over 7 years ago
updated readme for the Groovy DSL #574

e1cffe4e4666895246a639838e972718ad0c1f57 authored over 7 years ago
Added an eachArrayLike method #574

7531f75353566b186e288d9cc177d9b4b6ccef20 authored over 7 years ago
Fixed codenarc violation #574

f41ae572151cd64743a72e8811147dd542913d2c authored over 7 years ago
Updated the Groovy DSL eachLike for arrays of arrays #574

87256e60858ceb03fa72045aaafc603fea23ce53 authored over 7 years ago
Updated the Groovy DSL to handle eachLike at the root level #574

c5cd53771219ac23445477b5a1abba1b90dd51cd authored over 7 years ago
Handle eachLike with an array in the Groovy DSL #574

4f38db41f7a90c6b4328dfe0a2dc38eb6f89c0ce authored over 7 years ago
Apply generators to the requests made by the verifier

0d9482d5a49268e0b208260f808c5eea858640a7 authored over 7 years ago
Update the readme with links to the new Java 8 DSL

e220a9c21c1805271236de8c761922d7a3c36f8d authored over 7 years ago
Correctly load pact files from paths with spaces #563

55c3db97c9d7f68fd06d6655f0a1a09ce223dd30 authored over 7 years ago
update pact broker and pact spec links

b2889bf8c9b30ef69a8d9348ec35bfa4219c80fd authored over 7 years ago
Add matchQuery with List as example

As discussed in #509 pact-jvm should be able to allow lists of examples for query param definiti...

6a945b82431f63b582317b728f6040092cb8ae39 authored over 7 years ago
Merge the filtering of pacts into the base pact runner #572

60f8fecd05e90cdeb6112496e608c9827613449d authored over 7 years ago
Added method to pact broker client to fetch the latest untagged pacts

d625a05dd2e90387731d797fac232635630ed621 authored over 7 years ago
Merge branch 'thombergs-invalid-port-error'

1b2c3d209f29c34f6ced4eb20731829fa3796585 authored over 7 years ago
Fix codenarc errors

67ccce3d8d3f13dbe2581b839d3f67e9c576f759 authored over 7 years ago
Merge branch 'invalid-port-error' of https://github.com/thombergs/pact-jvm into thombergs-invalid-port-error

80b5f42da3e8da6f1a41d62cd3991e42288a953e authored over 7 years ago
Converted JsonBodyMatcherTest to spock

ab290f34d41f65eb9815805ac4ba548c591c43de authored over 7 years ago
Small code cleanup in OptionalBody

3eb3b57f1d50068db90cf95b774a0bc7937a6c91 authored over 7 years ago
Merge pull request #570 from remen/query-encoding

Fix double-decoding of query parameters

cc7bb98d3d941808bbb91197c770549ab8da0b2c authored over 7 years ago
Add .encodedQuery(String query) method to DSL

For convenience, this commit adds a encodedQuery() method to the DSL
that expect the input to al...

f1ba5eb9e119441e7c1e367c3868b643fe17ee95 authored over 7 years ago
Fix double-decoding of query parameters

As mentioned in issue #567, the MockHttpServer was double-decoding query
parameters. This commit...

8d96b48126e706a4950e30a9dae9a8a296b945c4 authored over 7 years ago
Fix regression when verifying form posts with the form parameters in the body #560

fe8bce3d811e6deb909ce24062375760e6bc4ad9 authored over 7 years ago
Converted ProviderClient to Kotlin and added a test for encoded form posts #560

e5ab366921928d3af8502aaa350ea8870a2c272b authored over 7 years ago
improved error handling when not specifying a pact broker port (fixes #565)

4b65c71c097f5dff97a4874402c3772d5de16e55 authored over 7 years ago
update changelog for release 3.5.8

d1747c8e3de179c8529ed54aa4717a98738c4c69 authored over 7 years ago
Updated versions in README

8a367feb04aca09610b571f5f994efb22726f35a authored over 7 years ago
bump version to 3.5.9

b541003f740bf15be5f151a3a926073f8c2f1d9d authored over 7 years ago
update changelog for release 3.5.8

2c89a76c4a3423c4c4885a6f04455d96583a525f authored over 7 years ago