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

refactor: converted the remaining Java DSL body classes to Kotlin

e0488a4decad8fb15bb34e4db71624ad72ac84e0 authored about 4 years ago
refactor: converted PactDslJsonBody to Kotlin

bfde7cbe79f7ec8a4983e0cbe5447fb2ae65f5d2 authored about 4 years ago
refactor: converted PactDslJsonArray to Kotlin

e0a50079abf1bca6f16ddd043082253d2ead815b authored about 4 years ago
refactor: converted DslPart to Kotlin

267889baddfcbbce11c9afdb2cc7e4f0f4a0f3b2 authored about 4 years ago
Merge branch 'master' into v4.2.x

d9c3475ee823b4d56b69ddee445b88db40a29265 authored about 4 years ago
bump version to 4.1.16

d13c182e1bb193db42a1137d81b12b330e267aab authored about 4 years ago
update changelog for release 4.1.15

96cdbef85bff7ae701d238f164f43f0b9ad3e3b9 authored about 4 years ago
Merge branch 'master' into v4.1.x

b4935be1f6d1350eeeb94c4da0d1f6b603698e4c authored about 4 years ago
feat: add PactDslJsonArray eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286

57a8541e08cbecb2c324010b8a8423fd9d2aeb1b authored about 4 years ago
chore: split out more objects from large test - failing on JDK 11 #1286

37d483e5d5c7c4d7e940802d67d3886aa1fa9ec8 authored about 4 years ago
fix: large body test failing on CI #1286

cf4d9fd688db02fe21afe0bcf70815c01d763817 authored about 4 years ago
feat: add PactDslJsonBody eachLike/minArrayLike/maxArrayLike methods that can take a DSLPart #1286

da795d14805f61f3a4cbd2ddd125b85a86402f6c authored about 4 years ago
chore: split out more objects from large test - failing on JDK 10 #1286

606d26ed20f669744c56777761929540d1da1ee6 authored about 4 years ago
chore: add large body test to DSL #1286

dab6022da79c4183e3d599284928eeae61c01285 authored about 4 years ago
feat: implemented support for using generators with array contains matcher

1e148c4d5b3c81c9969b9b0c916e72095cc374ab authored about 4 years ago
feat: Hyper media test working with array contains matcher + generators

2978f60a10faeb9bf398b560c7254531a5433255 authored about 4 years ago
refactor: phase 3 - added ArrayContainsJsonGenerator to the test execution context to break cycle deps

a906ea7d1316ff663dd306f85625f314c2343e47 authored about 4 years ago
refactor: phase 2 - add example value to generator calls

945632db177ab879dfb07f919f8dc3131c6cee9e authored about 4 years ago
refactor: first phase of supporting matchers that embed generators

d60c594d4d6da2690674aa23bed52b42466857f1 authored about 4 years ago
Update README.md

637eda08d37a6f536cab04a51b4143becc3e16aa authored about 4 years ago
feat: added MockServerURL generator

50688d778c977543e4270432d151ab8fb6e57f05 authored about 4 years ago
Merge branch 'master' into v4.2.x

7ac46d10fa6cf4b0357f8c2d2a268fdd3dd094b6 authored about 4 years ago
Merge branch 'master' into v4.1.x

6c2b503d4a92886c8f048a12eccdd940919f3976 authored about 4 years ago
bump version to 4.1.15

f36651b47fd05e806ef56bc4dbf58c6f4b0daaef authored about 4 years ago
update changelog for release 4.1.14

0d3901123f61585464a16f767b3cebfc531b2c58 authored about 4 years ago
chore: add test for updating markdown summary with a failed interaction #1128

19c9d66f94fe82b6ac557caa4065cff4a3a88717 authored about 4 years ago
fix(regression): previous change fails on JDK 8 #1281

1c7af0efbc2c7c7996e24488ef4edb930b8460b1 authored about 4 years ago
fix(regression): aupport null example values with OR matcher #1281

a2472c7a703818c0a88844a74c95f2b9d464f45b authored about 4 years ago
chore: upgrade spock framework to 2.0-M4

a4d497dca265e97853318783e7487fd8a3fb8751 authored about 4 years ago
feat: when using old pact broker endpoints, take fall back tag value into consideration #1264

c64739185831022dc271980b662d6719b154840e authored about 4 years ago
Update README.md

fe3ad3bddbd68c5659588c0fc460e62b1106a94c authored about 4 years ago
chore: upgrade Kotlin to 1.4.21

ff2900677b2e36212a9470dea88c851ec7248a05 authored about 4 years ago
chore: correct changelog

9722d62f0ef59813d678378c38ba1e266da94b77 authored about 4 years ago
fix: correct release script

6d0521c6895ef35f3c1d94024f6f8b46f5db3088 authored about 4 years ago
chore: upgrade Gradle to 6.7.1

6eeb2fd598b502c299fc8ae45f73ab32f2438983 authored about 4 years ago
chore: fix release script for Java 11 version format

3e9d4a41b72ca7cd2f0ae632907078ce0d2e2d03 authored about 4 years ago
bump version to 4.2.0-beta.3

9275c3c83189241b570ec2120da57a082f5f47b5 authored about 4 years ago
update changelog for release 4.2.0-beta.2

c48338381dfdf57100e137a1df941741564bb9be authored about 4 years ago
chore: Clojure test fails on Windows + JDK 15

c6f6c46efab0fe56c47c830333d58403dbb306f4 authored about 4 years ago
chore: Jacoco fails on JDK 15

640f5136259f2b1d891335533e1379def59f311e authored about 4 years ago
fix: after merge from master

871271b3b31427ab85eb3499401ca1ff6121d432 authored about 4 years ago
Merge branch 'master' into v4.2.x

d97a4861f481ef87254425ee4913e923e0af0998 authored about 4 years ago
Merge branch 'master' into v4.1.x

78b41426738ec32a048ab88a5b66d8239ef0d454 authored about 4 years ago
fix: readme not rendering with docosaurus

d11e17428b47771401a50ed73f8d95b81cd19758 authored about 4 years ago
chore: update release script

02fc3d3b9c6e9632c3a4603628bf1290f93b0237 authored about 4 years ago
bump version to 4.1.14

fd1b98ba88a2cbd33590ed905e01b81d201dcfde authored about 4 years ago
update changelog for release 4.1.13

1b55706364bbd02e7162263ddbfcdd2cf60a8c37 authored about 4 years ago
refactor: extract interface from FormPostBuilder #1277

1ac76719e61d0f5253467f7b24f1b74ca21e91a5 authored about 4 years ago
feat: add a DSL builder for x-www-form-urlencoded bodies #1277

78d98738bfef399115251b490ffc914d5b63d8a8 authored about 4 years ago
fix: MessagePactBuilder was not including the generators #1278

bc73a74e336e8d31161512e3304bf052f38268d4 authored about 4 years ago
Merge pull request #1279 from pendsley/patch-1

Update docs for @PactFolder usage

0c1eef4cd7e161f6267485393b2c475c51af77bb authored about 4 years ago
chore: change the scope of deps to api #1280

6a94e2c7a4a9c0a8d3e2f77eee0176597301fcc3 authored about 4 years ago
fix: Update readme [JUnit + Spring + Maven] #1265

b3326459009885b714b18f6d8c1a8586c3ba3f6f authored about 4 years ago
fix: previous change was failing on JDK 9+ [JUnit + Spring + Maven] #1265

47d2fd09e982c6714e76c24782255a4db1ae7be9 authored about 4 years ago
fix: use the same classloader that the JUnit test class was loaded with [JUnit + Spring + Maven] #1265

b923375c17767cd00e9bf967cac1a47fbb8ef742 authored about 4 years ago
fix: include the JUnit description in the test exception [JUNIT5] #1267

30293bf4b6c26bdc6aae042cf92b7ed7899ae3ba authored about 4 years ago
fix: include the JUnit description in the test exception [JUNIT4] #1267

0a19e9b11b3921653ff045a357a134ce3baa5051 authored about 4 years ago
chore: correct changelog

f4e0479ee3cea6070ecd4e0e1fd6002041081a21 authored about 4 years ago
docs: Add fully qualified name to PactFolder usage.

4e80e587cd3b6dd347843c7697579b9e33396af2 authored about 4 years ago
docs: Add fully qualified name to PactFolder usage.

28d86c4a4cd18e512ddd1be91624bbf3268cb295 authored about 4 years ago
Merge pull request #1272 from gayatreemishra/master

Fix: Groovy version vulnerability issue

9809374756c8a0fd459e1a94dc2bd2c92ffc8b72 authored about 4 years ago
Merge pull request #1276 from PhilHardwick/fix/missing-failures-verification-result

fix: missing failures when merging verification results

bbae51701d978fcc8c09681f35f21157d09ae561 authored about 4 years ago
fix: missing failures when merging verification results

When failures and success results had the same interactionId, the failures would be
overwritten ...

badcfd459c7f766e9941141160fc2184dc034317 authored about 4 years ago
Fixed vulnerability issue

Fixed SNYK-JAVA-ORGCODEHAUSGROOVY-1048694 vulnerability issue by upgrading groovy version

102ecb93c4231d6d7eace9f2e28c708458938761 authored about 4 years ago
Update README.md

0e339932a5c9dda7d8d725fcf05b6d207b3c0c85 authored about 4 years ago
bump version to 4.1.13

d631332f9086c72f6527e05556726b3cf2a20bd4 authored about 4 years ago
update changelog for release 4.1.12

a47330defdeaf4622bad85e9b4f06ff99cfd749a authored about 4 years ago
feat: add the implementation version to the verification results

f4fabba7112b1f2dcb704558b5612c9130124596 authored about 4 years ago
fix: successful verification results were being filtered out #1266

88897b9eb15eb7ff1eee6359b78781f0fcd9ca05 authored about 4 years ago
fix: record successful verification results by interaction ID #1266

7427a2c9508ea74f34ff8c448d5de32d33ce0af8 authored about 4 years ago
fix: when merging verification results, include the interaction ID from the success results #1266

59ef8ec8c72dadb26a9ff7bfa8b1ce7e1180c7fe authored about 4 years ago
refactor: include successful interaction results in the verification results #1266

a41a85e1ad38d9e36fb045a94e0607d93835cfae authored about 4 years ago
refactor: verification OK data class only needs a single interaction id #1266

f0fcf84eca52c297f028cba691464f68a64c7e60 authored about 4 years ago
Merge pull request #1268 from mf81bln/patch-1

mention specific junit5spring dependency in Readme.md

dc530862215cba5b2d22678673ef430ca2732e61 authored about 4 years ago
refactor: change verification OK result from a singleton to a data class #1266

479e71de17207de29e8bae72f30a3fdcb7e99c38 authored about 4 years ago
feat: add @IgnoreMissingStateChange annotation to ignore missing state change methods #1260

5330f75876feac5f5ec9d41b0249f7b0c2bd6147 authored about 4 years ago
fix: trim whitespace off list expressions #1262

e16322c2f295ba074692e432e4dd1f2274ff40ed authored about 4 years ago
Merge pull request #1259 from zmot/documentation-groovy-classpath-tip

Document groovyClasspath tip to avoid build failures when using Gradle

d39d18b767df7f583147e1dd3a93837ad6d5767e authored about 4 years ago
add hint about specific junit5spring dependency

I was wondering about missing dependencies for `MockMvcTestTarget`. Found it in an issue (https:...

c6969171e3d0cd3d9b0af64bb4256552fb97c00d authored about 4 years ago
docs: add groovyClasspath tip to avoid build failures when using Gradle

46a8c709f93303766666e1641320933b00c1d7d6 authored about 4 years ago
Merge pull request #1251 from JoaoGFarias/provider/create-version-tag_task

MOJO for creating a version tag

0fc1cd98c5e97c565f9a8d68589e2ade864b564f authored about 4 years ago
Merge pull request #1256 from Sabartius/configurableHttpClientFactory

Configurable HttpClientFactory

66f3496fcf7c81d112bd80863d08c9f810b9e26a authored about 4 years ago
Merge pull request #1250 from wilvdb/message_with_xml_content

feat: XML message content

dfc553f4868db0fb5dafed0d9b4e96faca3bf9fe authored about 4 years ago
chore: setup build on Github

6adcb51e1c181ac8bffb40dea31b484e67626385 authored about 4 years ago
chore: setup build on Github

e9da0c2ca38c41200b2cb32a980aede7c7486a09 authored about 4 years ago
fix: correct the Maven documentation #1203

7a17b5a1f7f48a3e101ed70b6be8792f9542cf7f authored about 4 years ago
chore: setup build on Github

8f7fa93778c1d4f7b3688a84d9de33a15f62ac7c authored about 4 years ago
chore: dokka fails on CI and JDK 11+

8d6698370d97c3603fbf87733cf08c534aef88a6 authored about 4 years ago
chore: update status badge

2f11563c59405dce670773d974d0f18c5430d829 authored about 4 years ago
chore: update status badge

26e866311d320b2ced6e04f2137b692b653b72c5 authored about 4 years ago
chore: set max JDK 13 on GH build

b14c941a6675f311b9d5869333d4305470f7616b authored about 4 years ago
chore: updated build name

abda49b97f4acd802e80a8ee728cc3d8e4370c3f authored about 4 years ago
chore: setup build on Github

d190e2957d54875ef32a4a717f26bcb80402c97d authored about 4 years ago
chore: setup build on Github

abb2ee60753de27142b920a6ff1562f58a1eae39 authored about 4 years ago
chore: setup build on Github

9b22cae4251c6bf0828b09cc4d07bb7219a0cf5e authored about 4 years ago
chore: setup build on Github

589f2b8be7557a5144ca52351656db392211a291 authored about 4 years ago
chore: setup build on Github

de22d9b77199c4566ed8972d0c6ee6ff64ed3f58 authored about 4 years ago
chore: setup build on Github

eadaea038df4d2962d1008a25668c3561f835ce8 authored about 4 years ago
chore: setup build on Github

863158a6ede07da7038a5d7d813f2c2cae2143d3 authored about 4 years ago
chore: corrected changelog

fbe2319f1105be117d436dd6379ab02bb853f309 authored about 4 years ago