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 the gradle plugin to support a mix of different verification types

83c13966ebeadef88f40a4dbe8f8a81a14aea5f0 authored over 9 years ago
loop over all providers defined in the build

e8ba4306760e9d116a608c893c2a7689ad13c723 authored over 9 years ago
start of a Leiningen plugin

948d460e77bd33ff6d76964f3de719deb6f57079 authored over 9 years ago
fix codenarc violation

7090fc12a35528e52b0ba47c65015552c61a111e authored over 9 years ago
allow the pact verification type to be set at the consumer level in the gradle plugin

529b555a4733e067e09b01ae52d42bd1e630891a authored over 9 years ago
small corrections to the readmes

ca87362e0c7d41ad1ea00770fb8d6340628bcb2c authored over 9 years ago
added docs about message queue consumers and provider tests

66d2cf09c875a22e06858f88b065d831077038c1 authored over 9 years ago
bump version

d23bbb3ebf6f88eb65c264f3c1827747d5b42a9c authored over 9 years ago
bump version

1d4b5aa2e9d3c131c1e1e1ff898eb36f711801af authored over 9 years ago
correct changelog

76fb1ca7785988de5076620aef4ca2f1d4bcead3 authored over 9 years ago
changelog

58e84c096cafd642e9d5410c0fc7cd920f3687cf authored over 9 years ago
expose the mock provider config #151

cb0c82980f3e1fb0d1f13d6e25ed08d00e1f3eed authored over 9 years ago
update the readme for building the sbt plugins

6d7a5f89b0161841519f41ffb1d91375a040d156 authored over 9 years ago
configure the json4s version in the build property file #152

9472a992dd61b628414578808f3762258d4129ae authored over 9 years ago
add additional newlines to make mismatch exceptions more readable #140

1eac6b34f09b95be2c209ee9781d21f674f435ad authored over 9 years ago
Merge branch 'v3.x'

Conflicts:
pact-jvm-consumer/src/main/scala/au/com/dius/pact/consumer/PactGenerator.scala

45cced3512fb37bda20e1880f15f0fe0ecfd69d3 authored over 9 years ago
Merge branch 'v3.x'

8ada454846403ba4590c1cc34510ee2b6983811c authored over 9 years ago
implemented verification of provider messages

9612a97ba5b5e7bb6e1ad0b483cf1c3f517f34be authored over 9 years ago
codenarc fixes

5a3c394d2a19e544f2391cd3a8e213d946e2c006 authored over 9 years ago
refactored the gradle verify task in preperation for verifying a message pact

3c89d26bb4c800d1930506bf0d49b7839d91ac1c authored over 9 years ago
use a statergy pattern to load V2 versus V3 pact files

4a1a9cd2af3e541b4c6285642bfc8cb093b477d0 authored over 9 years ago
Merge branch 'v2.x'

ef571ecd451af3976c1f585a83a16a1df65dd6cf authored over 9 years ago
add some debugging around writing consumer pact files

8f686afd72c003761cbd64099b69f251a458e831 authored over 9 years ago
add some debugging around writing consumer pact files

e52d97aa467b7a970a141de12dc69337df3f6bbf authored over 9 years ago
Revert "enabled codenarc for the groovy code" - Damn codenarc! #147

d1fec9695d7e7440c16398e645e994dc0aaa3c81 authored over 9 years ago
updated changelog

a020b46c792b82a595f492d156ecda2bc3cab70b authored over 9 years ago
bump version

a754633e8009f66e6a8c4c51b933bb55b2c6471c authored over 9 years ago
updated changelog

5fada662fd3270f944b6056712c3eef26ff65729 authored over 9 years ago
disable uploading ZIP distribution for the pact-jvm-server

4c926282ead214e34fe938edd1d4835ebc731aee authored over 9 years ago
Merge branch 'v2.x' into v3.x

Conflicts:
build.gradle
project/Build.scala

7f98c4002691a8b34fb1518a0ed6d673455f1808 authored over 9 years ago
bump version

7813dff30e4ec4e16a90d6d30b656a2ab7f63f0e authored over 9 years ago
update changelog

1cb56f6c092d61a006b5a47af281bf9caf98e217 authored over 9 years ago
add note about 2.x vs 3.x versions

7b063467d0b50a45ca080d922c56b40311b05174 authored over 9 years ago
Merge branch 'v2.x' into v3.x

Conflicts:
pact-jvm-consumer-groovy/build.gradle
pact-jvm-consumer-junit/build.sbt
pact-jvm-c...

02501fb45e52a5b5e4ffeb3805bb06c6c06b054e authored over 9 years ago
correct the groovy dep in pact-jvm-consumer-groovy/build.gradle

93d6d0deea7796d91eea2f2d0c07638a7fd6aeae authored over 9 years ago
remove the unessessary SBT build files

bdb4ebfca28d031f5e60f0c109c9afa50447647e authored over 9 years ago
correct the groovy dep in pact-jvm-consumer-groovy/build.gradle

b2efd800ec9dd941bbe6622f4a79dc2607496524 authored over 9 years ago
remove SBT modules from Gradle build and setup SBT to only build the modules

0b8183a14fb7f5909da8134da4eda7ea57b0472c authored over 9 years ago
removed JDK6 and Scala 2.10 references from the build

7fe2bcbe7d0b22303a07fef819e32b617712251a authored over 9 years ago
Merge branch 'v2.x' into v3.x

Conflicts:
project/Build.scala

b1dc02b1fb135c29a3d1b44eff6a6b527e4be5fd authored over 9 years ago
update to latest 2.11 scala

33af89f5820ff5459aed826e87a2b8f1a0d73e57 authored over 9 years ago
Merge branch 'v2.x' into v3.x

Conflicts:
pact-jvm-consumer-junit/src/test/java/au/com/dius/pact/consumer/resultstests/PactVer...

ba73079cc6ad6005e4283d687a0f752ce8a0aed9 authored over 9 years ago
AssertionError does not take a cause in JDK6 #144 #143 #117

4b75517f6a5264f6c6444ab59093f74b91aa6372 authored over 9 years ago
update the readme with examples for the new pact rule #144 #143 #117

99864cc605362da36306075dd8ba2c0ccb720d20 authored over 9 years ago
refactor the pact junit rule to be keyed on provider name instead of state #144 #143 #117

d35c1e5a56fb45cd448840a420c0edaf60b057d7 authored over 9 years ago
drop unnessessary Java 8 check

76140c568bbd8a2203a8b726915699b5baef1a82 authored over 9 years ago
Merge branch 'v2.x' into v3.x

f49698d131c1a6fbb53e85139398b9d386bf8178 authored over 9 years ago
Merge pull request #146 from batasha/master

Add missing matchers to arrayEachLike() #145

ad57d86db74ad4e6efb86af22520d97aa41465e4 authored over 9 years ago
Update array matcher test #145

5402713a2ee480a4dd2ebd55c05a8a4b203936a3 authored over 9 years ago
Add missing matchers to arrayEachLike() #145

48509567f74f5cf12880940bb34478c771e806b6 authored over 9 years ago
Merge branch 'v2.x' into v3.x

Conflicts:
pact-jvm-consumer-junit/src/main/java/au/com/dius/pact/consumer/PactRule.java
pact-...

7fe758dafc8c2f8cdb76ea002e2ab0d720db491c authored over 9 years ago
get eachLike working with arrays at the root with the groovy DSL #141

4667a3eda8618229be94ef8392131d46acf1392b authored over 9 years ago
get bodies with arrays at the root working with the groovy DSL #141

0087758de504b8fd21f30798e274f5b3523e20fb authored over 9 years ago
fix PactDslJsonBodyTest in Java 6

375bbf1163b2e643ceafd8bc741b94fee6ae3999 authored over 9 years ago
allow the Java DSL body method to take both an object and an array #145

fdeadc94e2d321d601359c1a6b86500ef6cd430c authored over 9 years ago
add convenience methods on PactDslJsonArray for doing like matching where the root of the body is an array #145

3486f41bd6cf247d0ab33d4278697af62a743b71 authored over 9 years ago
added javadocs to the Java DSL methods

f44f5114f127f8e1499d66f525b25c52f0f9bffe authored over 9 years ago
Merge branch 'v2.x' into v3.x

572e959e81b7fd68c0513997a14c56e9a4a5f803 authored over 9 years ago
updated the junit test examples

ceb3f1fe07f5f1fa7d9a361d8eed612a08a68147 authored over 9 years ago
make host and port optional in the JUnit Pact Rule #142

128c1b4063a7d5acfd2abcbac6dafbb44c8e34a6 authored over 9 years ago
corrected the logging source to match the package names

f6e1d98d49bbe614005e120972077e77d9353855 authored over 9 years ago
Revert "try using the ant compiler"

This reverts commit c38d76314ddd68e2c84105e3e352a96856f2dc63.

1dd2491d4b98e45f288d5a6a8d8dbf1b8d7b19ab authored over 9 years ago
try using the ant compiler

c38d76314ddd68e2c84105e3e352a96856f2dc63 authored over 9 years ago
change scala compiler memory

d95288e65d6402a715995065f439921c9544fd05 authored over 9 years ago
increase scala compiler memory

ff7ffaa5f683b4befe8d478bcc83ca2c0a55198c authored over 9 years ago
removed the inlined scala logging

1ed35fdcfd8bda7fbd8613c29a36163a34b09629 authored over 9 years ago
Merge branch 'v2.x' into v3.x

5d1bfdd1b9f67aa5782de8bad5699bd79a9e36dc authored over 9 years ago
added second badge for maven central

b86c1df38a09eb4921bd1fa1d8890cf2a237af0d authored over 9 years ago
Merge branch 'v2.x' into v3.x

92083238d375b034cf9c9bb1fe4ba1b9acec5ab8 authored over 9 years ago
correct the pact version in the message pact json file

b80fcc0088a9714fa6dee2deb6fa4bec0186735e authored over 9 years ago
require maven-plugin-plugin:3.3+ with Java 8

d894d2119f0e0471af6424c1d4f40bd2c34533f6 authored over 9 years ago
Merge branch 'v2.x' into v3.x

f38dafa81565d673a7b36e152b9b5e5d6ed5e8f8 authored over 9 years ago
first simple implementation of writing a v3 message pact

35073f869e710fe31d9b8ae3a487b52ad22d2291 authored over 9 years ago
add groovy version to build properties

b535945b9eb3dc802d32cfd9bb25ec6e089257c8 authored over 9 years ago
Drop JDK6, JDK7 and Scala 2.10

287b3eede024c128245b180ab24ed6e672088bca authored over 9 years ago
missed a test in the previous commit

e6d062bdfba35cbf2d72163de0127beb4aacfa6b authored over 9 years ago
In the case where there is a pact mismatch and an exception, display both #140

44bd62665397c2b70c83dc2985d1d16f9639bc12 authored over 9 years ago
enabled codenarc for the groovy code

f2c2db4e6f39387a767d4dc465e9d07183154237 authored over 9 years ago
introduced V3 modules; started prototyping consumer tests for message queues

77da3667e73b8d6b67ef0b8a4f2fdb2b0f86c451 authored over 9 years ago
update the Groovy test DSL to bring it in line with the JUnit changes

129489d23ebca40c3eeb203e50d2ee17ab2f0fb5 authored over 9 years ago
add note about maven pact broker plugin

6b061a42f3aeb4acf929c968c70440429626500f authored over 9 years ago
bump version

23c90975e1e993be0ee7b7b97ca8ff0b2e6582b6 authored over 9 years ago
Updated changelog

28c194ced8584abd4fc335e5152fdfe4c6e1a8dd authored over 9 years ago
corrected test for Java 6 & 7

3d62f84c4f36faed44a57dfe3842528859576ca8 authored over 9 years ago
Updated changelog

c53e32e28b5eb739227b340ca02426e2fdd02fce authored over 9 years ago
Make JUnit pact test failures more meaningful #40

c23c37f6880f13e1252fc8840e4702f9004b6e70 authored over 9 years ago
PactRule must not swallow exceptions #140

1f16820eac384c0693d660ba79f2c348a4af6463 authored over 9 years ago
put the scala compiler memory settings back as travis build is hanging

fc6650e03fbf38a739ee19e22b3c2997b9c53fa0 authored over 9 years ago
add info flag back to travis build

cd4bd4c5130af9eaf87192b9b3c5e3a7c6e9394d authored over 9 years ago
use travis containers for travis build

This reverts commit 4d883529eb2e0ccedb8e3686502ca5d74203460a.

bff7efa46aaea54cfec26e996d16785f485f66dd authored over 9 years ago
try default memory for travis build

57eb2b4327734542e71afb19fa53f7bb7cd9cc10 authored over 9 years ago
turn off gradle daemon in travis

139f15fa0d0c298baaae0709005a38d674c85095 authored over 9 years ago
validate example values against the provided matching expressions in the java DSL #138

aef761c05f6cc44ab95987f3b58c5a789acc7bbc authored over 9 years ago
validate example values against the provided matching expressions in the groovy DSL #138

e2bd982d411a81fcd86ebfb6dd18e504b7cae299 authored over 9 years ago
validate example values against the provided matching expressions in the groovy DSL #138

4269a38b86321382ef2ff7dd68fc9bb1866a20f3 authored over 9 years ago
correct the array matchers so the spec tests pass

9e0d4f7361ac8534e1438eca5bd9bb41577af917 authored over 9 years ago
updated pact specification testcases

7639cffd1540fa31f2fab78d0a6e1362f255a011 authored over 9 years ago
cleaned up debug code and update doco #86

1d7b186e47ac2bc40a7ab437e6031dfcb5e1e687 authored over 9 years ago
implemented handler to allow statechange calls to be a closure or gradle task #86

d352a0ce63c5ab1271929f03135219a03fad3252 authored over 9 years ago
bump version

e098927a18ae0a375db9c8cb19fb390bd42cfb80 authored over 9 years ago