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

Fix parsing requests and responses after updating spec testcases

1a8c6025f4314e53210dbe3fa4b2895cace364e9 authored over 7 years ago
Updated spec tests from spec project

eba9bb73f6afd9afe2594e4ebef9f1398e0c4265 authored over 7 years ago
Upgrade Gradle to 4.1

427292ab7e2e852d6a8d1204e3afed69f63eab92 authored over 7 years ago
Upgraded Kotlin to 1.1.4

a96a519f4b20505d2db7458a56c4d50d9b525c94 authored over 7 years ago
bump version to 3.5.5

a84494dafd4f296050afaf6e9fa9a0973373f893 authored over 7 years ago
update changelog for release 3.5.4

726cf3d21e7418591a09cbe20388ccbde9c26b81 authored over 7 years ago
Updated the readmes on publishing verification results to the broker #417

2df8536a77f78df2d000e89ecd96788c9ff85ed6 authored over 7 years ago
Updated the JUnit runner to publish verification results to the broker #417

b8006c81642c2d3b6ec2fe30e18b8470de91305b authored over 7 years ago
No need to create a Rest Client if fetching pacts from a broker #417

ff7ddc13ff83e81981b594fdf46326763cdbab44 authored over 7 years ago
HRefs from the broker should be decoded to avoid double encoding issues #417

bc14b0f35027ddb8f10a1e61ba6798c235275540 authored over 7 years ago
Missed a needed @JvmOverloads annotation #417

57526d6496b28e4d0397a7012b12672d4c4df2fb authored over 7 years ago
Cleaned up the broker client code and use case-insenstive lookups of HAL links when publishing verification results to the pact broker #417

e64ee8e2e1923ae85366e2b22e71b9256819865f authored over 7 years ago
Merge branch 'master' into v3.5.x

3afc007dee3e9eb85c69e280680fed9a88837407 authored over 7 years ago
Merge branch 'Windowsfreak-patch-1'

59e368e7a3b7f8097754c63f656b223f57354edf authored over 7 years ago
Correct a test after the changing the detail charset

ecf97ee43ae2bcfc8fa2729cb3061be56e510bae authored over 7 years ago
Merge branch 'patch-1' of https://github.com/Windowsfreak/pact-jvm into Windowsfreak-patch-1

1597e2b4d1ba528907d39020067796e27f9bd21f authored over 7 years ago
Implemented publishing verification results to the pact broker #417

a9ad587791a8b477219012e53de97f147bd7afee authored over 7 years ago
Merge branch 'master' into v3.5.x

6e7b34e632d927a424f05d192123c16dc791cb3f authored over 7 years ago
Merge pull request #518 from ehmkah/master

https://github.com/DiUS/pact-jvm/issues/512

7d1f3f86be89693978c46c3d3b34bbd456c3e170 authored over 7 years ago
Use UTF-8 as a default charset in MockServer

Use UTF-8 instead of ISO-8859-1 to parse bodies if no charset has been provided from the client....

047742935d525196bd2ee7f2641c98b8734d67ca authored over 7 years ago
Update PactDslResponse.java

dfcba5806906af8d9c2f192b744bbfc3fa1e35e8 authored over 7 years ago
https://github.com/DiUS/pact-jvm/issues/512

60355f4e1013e92a2d6ea0fc52c85e4e0bed6b0f authored over 7 years ago
Use the pact broker client to fetch pacts when they need to be loaded from a pact broker

4cdd13826ec931fb7317be2b37d7ccdb17c1bfa9 authored over 7 years ago
Updated versions in readme

53d0a4f2b23454a12c19243145a4ff16ae10e3d1 authored over 7 years ago
generate the correct JSON when the attribute name is a number #513

b8fc1a1c836433c620d9ed15348f21756bb05bc4 authored over 7 years ago
update changelog for release 3.5.3-jre7.0

f1bf53573a918e5ddb4f4d7b7afa1e920cb2bdae authored over 7 years ago
Small fix to diff utils

eec0c601f39339010fd0b464caf4e678a6259c7e authored over 7 years ago
Converted DiffUtils to kotlin

c916f28b32844baf027c46b41ebd1b29d28aae52 authored over 7 years ago
When merging a pact file, check if the target file is not empty

5ce096111a79688ea5f7f1b5fa8b74583529cd75 authored over 7 years ago
Merge pull request #511 from ehmkah/master

Documentation should match implementation

21d3b7d756b2fd1941053191d93b6da3300a64bd authored over 7 years ago
Documentation should match implementation

c27b814dbb8eaf34a73751c076233fdaa07c13dc authored over 7 years ago
bump version to 3.5.4

7c1f6d37a342a208c79ee33942c2571ef2b90ba0 authored over 7 years ago
update changelog for release 3.5.3

db50076ea565594ea040326a4869d367edbb8324 authored over 7 years ago
Moved the pact broker client code to its own module #408

f5425a43b85419cb8ee18a1e0aab6c7e6fbf1bab authored over 7 years ago
Moved the code to load a pact from a URL to a kotlin function

372045c6d993f738e260c50fc4e218b451de1335 authored over 7 years ago
Fix for the maven provider plugin

b8e261aaab37d89558b73e80040fdb9156e47661 authored over 7 years ago
Set the source correctly when loading from a pact broker

1a158723e81196b949c3889dbdef40b10f406329 authored over 7 years ago
Converted the pact sources to sealed classes and improved the source descriptions

53792d9d3638219b8ab2b267526b2e9c27c9d5fd authored over 7 years ago
Add the kotlin version to the kotlin deps as it is causing issues with maven repos

a969acd672b2b598cfe537a3f59c13f6254cee6a authored over 7 years ago
Updated default auth scheme for pact broker annotation to basic, moved kotlin test class to kotlin directory.

0424ad78cf752dcd0f43d45447c8ce35e6572280 authored over 7 years ago
Merge pull request #510 from Fitzoh/master

update `PactBroker` to allow setting properties via system properties by default

127beb2b2709d9f989d2bf6603b45414d49966c3 authored over 7 years ago
Fix codenarc voilation

05d8acc97b5ed11ee7778e5ed88b9d5f4179afac authored over 7 years ago
add the provider version to the reporting of verification results

0ac40cde34de54dbd6e6ccec289f881262432d3c authored over 7 years ago
Added dokka to build to generate docs for kotlin sources

a995d3cc08eb84178c4960e1c62b681e5037440c authored over 7 years ago
Collected the verification results so that they can be reported back

c5dfb04eb594dbd135040b4c327c45b40230be71 authored over 7 years ago
Update the verifier methods to return a boolean result

630cd4e62f1e0b58c3a838d53d2ca4eb5719056c authored over 7 years ago
Capture the source of the pact file when loading it

0e23bf9e7e8019b6aadbc5dafb3f9757a417f890 authored over 7 years ago
Update PactRunner so that filtered pact runner has the same behaviour with the @IgnoreNoPactsToVerify annotation #495

1100aa212d16ad8b8044e3a568eef835f99c8fc8 authored over 7 years ago
update `PactBroker` to allow setting properties via system properties by default

fc7c5dcac1f7b7c267dbfb00898508f72dfd8451 authored over 7 years ago
Update PactDslJsonBody.closeArray() to close the parent array if it has one #505

2c1aa70ce5d912b85e744a98a39e6376880c997d authored over 7 years ago
Upgrade Gradle to 4.0.2 and Groovy to 2.4.11

8a8f57de1106e78a78cfddd98bfdd574018798fa authored over 7 years ago
Updated the provider JUnit readme with a description of filtering pacts by consumer #495

99dbc8aa40c160f2ae6be51bff2ff6ea783904ed authored over 7 years ago
Update readme with @IgnoreNoPactsToVerify annotation #455

afca3317f34d212e7b115612046fb760b9d50eb3 authored over 7 years ago
Do not fail the JUnit test if no pacts are found and @IgnoreNoPactsToVerify is present #455

8ab8d1b3367312b838585979f4500016aa8562b3 authored over 7 years ago
Deprecate failIfNoPactsFound in favour of @IgnoreNoPactsToVerify annotation #455

0026fb1262ccd437c41b0d7b0e5c4fe57d756d05 authored over 7 years ago
Updated the provider JUnit readme with a description of filtering interactions #495

4d88a9c0a8f004f29f2cf9e05819d6958b0d6a51 authored over 7 years ago
Updated the FilteredPactRunner to accept regular rexpressions #495

22b8e3f7e59a8e3519501b536572cb8a0e346a71 authored over 7 years ago
Converted the FilteredPactRunner to Kotlin and added a unit test #495

0b44536bbe1df13bc3346f75a09ba8d503c6d5c4 authored over 7 years ago
Upgrade kotlin to 1.1.3

863d0e9ae2a44117c94706aa1b572a200051893c authored over 7 years ago
Converted Scala test to Groovy

ef4844b078dffd9f021c7003618fd807a98d83c6 authored over 7 years ago
Merge pull request #496 from bbarke/matcher-for-text-plain

Matcher for text plain

72e6b9c22664c3fccb1c542aa97d6c07f22ddf6a authored over 7 years ago
#491 removed unused methods in plain text matcher

713e359d9260dc2923ad7edea73a122b9dd9dd63 authored over 7 years ago
#491 Added regex matcher for text/plain

4a10b8d3637c0fbfd56e08a2a26ab61698d4d6c1 authored over 7 years ago
Merge pull request #493 from dmikhievich/bug/fix_expressions_resolution_in_tags

Fix placeholders resolution in "tags" field of @PactBroker annotation

f8064e98cbad509e10d0aaafd331b362a6a05e69 authored over 7 years ago
fix placeholders resolution in "tags" field of @PactBroker annotation

bddb1401b448287bdae057766b283389c17619fc authored over 7 years ago
Added static methods on PactDslJsonArray for matching root level arrays #487

e7313245b5331596a0b90fcf25ff411690b94011 authored over 7 years ago
Merge branch 'master' of https://github.com/DiUS/pact-jvm

e02cf916ccf9ad53f91cf2bf9cd0bc20bb6fd71e authored over 7 years ago
Merge branch 'v3.5.x'

e11a44b2b47716ff4c40acd0d5fb99e71b0f49fd authored over 7 years ago
Updating URL matching regex to apply to file URLs

f7fcf06e1707a9c4644129db7b7dfefd9afd54e0 authored over 7 years ago
Update README.md

2c2cc8d2a8a7fa7367bd1a18c6a062dc33fb44f7 authored over 7 years ago
Fix bodyWithSingleQuotes with ContentType param

Add documentation for mimeType method params.

9b469582df3bafa9dbb400f499e8ef93328167b5 authored over 7 years ago
Propogate the combine rule on matching rules with nested objects in the Java DSL #483

144dba0f4c4f5f440d7be9badc69b2838d77535a authored over 7 years ago
Merge branch 'master' of https://github.com/DiUS/pact-jvm

6cc1270523b945e7fc64ac8ff331c0d4d0678983 authored over 7 years ago
Moved the Scala support code to its own module

ea7e595bb4328f221690126a112b7cea988bc5ad authored over 7 years ago
Updating URL matching regex to apply to file URLs

63a2ec5fc829192868e9f85244322ce73a1f9654 authored over 7 years ago
Update README.md

46013bdefbde61ee95ed764521734205e48ae2f2 authored over 7 years ago
Merge pull request #484 from jeffreymyers/master

Updating URL matching regex to apply to file URLs

43c9d76260a7279eb1cf976469dbb40621455ef1 authored over 7 years ago
Updating URL matching regex to apply to file URLs

9d2a9b0e4184547752771a3e3e2593ca382de76f authored over 7 years ago
Update README.md

69cef1e5e4298a18e36d1a9898f1d15ac8ce9aa1 authored over 7 years ago
Merge branch 'v3.5.x'

248c7627f7369c24e9a49bba322961238fb3d1a5 authored over 7 years ago
bump version to 3.5.3

6a3e783581edd4a0ae2382fc3adb5806551c105b authored over 7 years ago
update changelog for release 3.5.2

7e4b442dc7af0bcb027c5100c5d9e4c96fa28283 authored over 7 years ago
update changelog for release 3.5.2-jre7.0

fdb8fe9987991359f49e42f32493fe0bd23393a1 authored over 7 years ago
Converted Scala test to Groovy

b9db93a824d395b610f9f7ff966e6d8e6000e987 authored over 7 years ago
Converted Scala test to Groovy

fe69a60844600d4755261d9f5e62e54cb64b32e0 authored over 7 years ago
Converted Scala test to Groovy

7c57abe7ad82259c6edfffed28dc017e38caab52 authored over 7 years ago
Inlined DiffConfig as only one attribute was ever used

f3f8c34a1c6cfe4e7c6042485a64ef92d4bfa29b authored over 7 years ago
Fix bodyWithSingleQuotes with ContentType param

Add documentation for mimeType method params.

80294904a654a67d09bbd11c7970b2819ddb3632 authored over 7 years ago
Merge pull request #481 from jeffreymyers/master

Fix bodyWithSingleQuotes with ContentType param

59ca47cc0ecc09b7a9389690f7f6d8e7cee1c0d7 authored over 7 years ago
Wired in the use of the pact source classes into the pact loader and verifier

f6fd607532b905188fd825127a6bd71ad2f79d11 authored over 7 years ago
Fix bodyWithSingleQuotes with ContentType param

Add documentation for mimeType method params.

7125656136a7dd0eefb6313e45f02f6382177ffc authored over 7 years ago
Updated the file system lock code to work on windows #475

e66db1de07d45cd2ec0330c8a1bc8b9a28d3234e authored over 7 years ago
Use the correct pacticipant name when publishing a tag

1c635e617fe0a118ee66aa7ccdba83dde3c0f367 authored over 7 years ago
Add a synchanisation block and file system lock around merging a pact with an existing one on the file system #475

262db0ff4398a24b5669ae73c2528ba9d4de1912 authored over 7 years ago
Converted PactWriter and PactMerge to kotlin

9b29aeab92e912b15ba4f432e0642b0dd86881bf authored over 7 years ago
update versions in readme

749630b2953571f4e90453d3c4c4015d4b793eed authored over 7 years ago
update changelog for release 3.5.1-jre7.1

6278563ee71a10ce3b49163caf004fa6252000ca authored over 7 years ago
bump version to 3.5.2

d26b2f95579e9ec6c38b42f60d2ebcd306961142 authored over 7 years ago
update changelog for release 3.5.1

704acb2769e850dea54d1cb0794e5688b7a0a026 authored over 7 years ago
Update the javadocs for base provider rule getUrl() and getPort() methods

ea6a95b93871de2a53eb53258ff5f84e315b8def authored over 7 years ago