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

Correct Kotlin lint error

c8adefbff4b53c3802e36340d3ddb19383d927d7 authored over 7 years ago
Added a spring context aware target that can look up instances from the spring context

0d82fabbf753508556fd8a7f1a8b4251fc2fa255 authored over 7 years ago
Update AmqpTarget to default to the test instance to support spring autowired dependencies in the test

16010529e17840f69f98b9ed61310ac1a2d9a21b authored over 7 years ago
Fix for matcher paths with underscores #548

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

8753684ec7857969362b75ba2ee60f9e73e8682e authored over 7 years ago
Http client needs to be optional, as the pact broker client will use its own http client

a5fe88491e6bfe6ebe2200b10e4abed2a068133a authored over 7 years ago
Removed codefresh config file as it is not being used

f4b09927498ce1e1e898284c6e40db0e4786c6c7 authored over 7 years ago
Converted the zero examples warning to an error #546

ea6ba444118349b5e6e9c8d96b57eca02682da1c authored over 7 years ago
Merge pull request #552 from ptornhult/master

Print error when eachLike matcher is used with 0 examples

64622a9f311ec45341aae361f5e18fc6a17d39ff authored over 7 years ago
Moved the unfiltered-netty-server to the provider scala support module

5d7efabf24b7a3fbbcfa857323c317a6d5e13402 authored over 7 years ago
Removed pact-jvm-consumer-sbt as it did not provide any benefit

4921a0c6c1dca712050ddec9903f82440da18ee5 authored over 7 years ago
Moved async-http-client dependency to the scala modules

58300e8a5cb61e3f675ffb90eaff4c2362ca2f24 authored over 7 years ago
Correct the kotlin version

753c31d8da964c7f83137d3aceffd630b0aa2ab0 authored over 7 years ago
Removed http-builder in favour of apache http client

2495e82d5414992c0597c21d42b2217d6d04d531 authored over 7 years ago
Downgrade google guava to the lowest common version

1e1f849e6685ff0a198d395ba8bf57d9000b68c3 authored over 7 years ago
Update readme about turning off verification publishing

6a24713cc7e307339420f589cc1139451f6fd83a authored over 7 years ago
Removed some unused deps

da18346eca5f40cfa0b491fcb94a7b4cff9b7a13 authored over 7 years ago
update changelog for release 3.5.7-jre7.0

c8a2aa2786404703f8175795385bf2cdc2b4daeb authored over 7 years ago
bump version to 3.5.8

3939d1f650d129a43a290fa17b47fa91eac08b91 authored over 7 years ago
update changelog for release 3.5.7

36dd86b87a61641b0dbaf1c52b7503f9824ca3e1 authored over 7 years ago
Added a spring message pact runner

412533d617dc6caaae68138b3fec7c6918bdc3b5 authored over 7 years ago
Update to the latest kotlin version

262320192afcb382f1f7bfc03de493fbf42502ff authored over 7 years ago
Updated the readmes with details on the system property to disable publishing of verification results #540

18195d15fa4e4096d177e38f606f7cc89b7c63ab authored over 7 years ago
Add a system property to disable publishing of verification results #540

4ab1e9f36328dfbac3a5e9312562a3860c09d533 authored over 7 years ago
Add note in the readme about the spring runner

702d4ca815b66ec0581eb4f494420517a0d7a233 authored over 7 years ago
Allow the decimal type matcher to include zero

8afe0ed79b0c6312031522f4712718587f6bb2b1 authored over 7 years ago
Added a Spring runner that correctly setups the spring context

39181d972d03764846663ab6104f58e71fadef1a authored over 7 years ago
Print error when eachLike matcher is used with 0 examples

dadb719a795a2d13186319b9fb44e225d28e0e91 authored over 7 years ago
Default the provider version to the system property

d91a9d3025b8f99c00bed0da7dcf184884d77eca authored over 7 years ago
when publishing pacts, encode the tag names in case they have slashes #356

ae931dde482ec2b4730de888646ab7cb69c6607c authored over 7 years ago
Encode the parameters when uploading a pact, incase the tag has a slash #536

ec92b0e0f4264f4921f24ded0aa28d1889a3f981 authored over 7 years ago
Correct the release script

05f87385b20fffb5a8b2508172b711b7feee3b1c authored over 7 years ago
bump version to 3.5.7

f5c3ad8c149c7ac3fb6d33a798faa1433075dfaa authored over 7 years ago
update changelog for release 3.5.6

0c62ea04cb8f8db1fefb36e21fe387d194a4a618 authored over 7 years ago
docs(pact-jvm-provider-maven readme): Added warning about publishing verifications from local machine

718498fa1dd4a077ca659471e9bb2ef2b72542f8 authored over 7 years ago
Guard against other types of matchers being applied to plain text responses #517

4c5dd51e69851840c36273a6e255f035ed011499 authored over 7 years ago
Correct the JUnit pact runner to not fail when no pacts are found and the IgnoreNoPactsToVerify is present #535

a8ac3ec56235bfd1f1424c991dd622d6d29a5d46 authored over 7 years ago
Update the readme about the Maven pact plugin being able to use the maven server credentials #534

d9fa23cd7272e8c88cd8965f63d49ba9a24b2a30 authored over 7 years ago
Convert all the callbacks in the Verifier to Java functional interfaces to support callbacks from other languages #534

cdc54eb0eb2eef54ce56efccedd5674da4eeac68 authored over 7 years ago
Enhance the Maven pact verify plugin to use the maven server credentials #534

a166b98a15c48c871cdd7eb07697d77f5e7ecef3 authored over 7 years ago
Fix for failing test #534

d799d3f56aa7da7ab90802153baa4b5d77eaa3e4 authored over 7 years ago
Enhance the Maven pact publish plugin to use the maven server credentials #534

8073cead8fadb04e47c5e4b1950b5e10ff2c7ddb authored over 7 years ago
Merge pull request #544 from MattTYXM/master

added the ability to set MessageConvertors on the MockMvcTarget insta…

1e407a3d719b0978bb5c2670b920e74bf008863d authored over 7 years ago
added the ability to set MessageConvertors on the MockMvcTarget instance via constuctor or setter

2fa80e0ea8470b7120fb32bf69fb0c94ae0cc65c authored over 7 years ago
Return the correct data structure when fetching a pact from the pact broker #536

043ee22e237bc4a14307711af4f9fe2c6c442044 authored over 7 years ago
Use the low level Gson json parser for better control over primitives #536

75467f282ee864af79063ae0630eff0f816c0224 authored over 7 years ago
Guard against double encoding url unsafe characters #536

eff6d4be6c19c7ce32170be3225fad0d08195564 authored over 7 years ago
With HAL templated URLs, encode the expanded template values #536

f15f2559bf2c6bafcebf56b86eb81400fa2b3ef0 authored over 7 years ago
Updated readme

b2edaa94b5ae2ac93df8dd31aa5c09a829e424a3 authored over 7 years ago
bump version to 3.5.6

ea18df6e0e241c06e2791997c2e0f28f1e76eebf authored over 7 years ago
update changelog for release 3.5.5

7e0392f231f961f7abbec330bbe2ac793b1446bb authored over 7 years ago
More hack because of Travis

b754b7a272f2e05c3c7a84c39f304427ac389a3d authored over 7 years ago
Add a test for HalClient forAll method #533

0b50a52fc192d7c0024a3d6e1fd6c97794f544dc authored over 7 years ago
Inlined com.github.kittinunf.result as it is not published to maven central #521

486c091658e7587f17f2f1f86f347b6687979fde authored over 7 years ago
Accidential overide of standard Gradle tasks

768765110bc99b1e2c7db75edf42c995a53366a8 authored over 7 years ago
Merged 2.12 into v3.5.x

2ff8b8ea9a78bea378491ad060ff672f68167586 authored over 7 years ago
Merge branch 'v3.5.x' into scala-2.12

631dff3a96dfde78496125383a8f06add0027b56 authored over 7 years ago
Debugging build on travis

9e6dc863b943104dfa5aac3fee3498d8a842882a authored over 7 years ago
execute the non-scala modules in parallel in travis build

b9c6f3b5eae5e73111956162e28d118019a5e1a1 authored over 7 years ago
Split travis build into non-scala and scala

71c489ea767a49459842d43e1a8579509d377595 authored over 7 years ago
Correct the travis build for Scala 2.12

177d37701afa7afe77ad97ce5310b7d16a747b19 authored over 7 years ago
Merge branch 'v3.5.x' into scala-2.12

d8a57073dea22ceabf864361561f8f49c03c2b59 authored over 7 years ago
Update the detekt config

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

efecdcd42fbe2721f67ad48743a2c87e4b5d7b9b authored over 7 years ago
update changelog for release 3.5.4-rc.1

0bda3ec375f0dacd42bc0a3d7818a1e5ca4ab7b7 authored over 7 years ago
Correct the dependencies on pact-jvm-model

36dd3cd890e872d31668422ebbfdacc8673d9c3d authored over 7 years ago
Correct a regression introduced when implementing publishing of verification results the verifier short circuits as soon as an interation fails

91dc9b635c0ef2551e4d3dfd89628ab2f083c874 authored over 7 years ago
Added the URL matching support to the Java DSL #100

6ea6ed3192062051a635b2655a383980e948040f authored over 7 years ago
Update detekt and fix static code analysis errors

fb01446acfa9115b9c3aa851c4a597dd9225d755 authored over 7 years ago
Use a regex to match the path portion of the URL #100

3c147d76ad990790af5f50718f15c1cd98299ee8 authored over 7 years ago
Support absolute URLs in response bodies with a URL matcher #100

a131237253ee4784939dd58bc33a7eb5959cecab authored over 7 years ago
Correct the release script for the 2.12 version

38dc95e67c85fb143de7cb316be0767fb224740f authored over 7 years ago
Add Scala 2.12 version

d9a350abb155e01d77ca036dae56fa339733f2ba authored over 7 years ago
Fix for flacky test on windows

915edd7b44d110a07c8935a4271683bbca2ce667 authored over 7 years ago
bump version to 3.5.4-rc.1

afbaf42d51a7bc54d00f8a72c62ddbaee0505669 authored over 7 years ago
update changelog for release 3.5.4-rc.0

3d30ac8c9c021406d7849062b4d373f78243fd7c authored over 7 years ago
Setup release prep script for RC release

f2c891316773461add9b2e6e38ae0bb0fc4a6dd1 authored over 7 years ago
Set the versions to a RC version

450af8b9d2765b09fada1882a261467340ff9c81 authored over 7 years ago
Scala 2.12 build passing, yay!

87e5708d403cd5d6043e2a4601d095a7e2bb93e0 authored over 7 years ago
Correct typo in readme

99f814adc06caf8f0e87ebc658dbddbfe92ed9a4 authored over 7 years ago
Merge pull request #526 from soundcloud/upgrade-dependencies-for-scala-2.12

Upgrade remaining dependencies for scala 2.12

d2db2ce718c6c407b97fd63a2af11ecb9f918528 authored over 7 years ago
Upgrade dispatch-core from 0.11.3 to 0.12.3

86b67a4a321450ce12e3762dc694d02883b9457b authored over 7 years ago
Upgrade unfiltered-netty-server from 0.8.4 to 0.9.1

This upgrade incorporates the organization name change of the
unfiltered project.

28d70ab3e64616acde5a4cac03c7cc836fdb4bee authored over 7 years ago
Upgrade scalatest from 2.2.6 to 3.0.4

d6792ad530a611995c4827534cc2c91d36cc3357 authored over 7 years ago
Upgrade specs2 from 3.8.4 to 3.8.9

a33b3e32890b386f744c398811a447fca1cb4037 authored over 7 years ago
Don't gitignore gradle.properties

ded0c978dc93216a5094dc7d362b032b88907940 authored over 7 years ago
Merge branch 'prepare-scala-2.12-support' of https://github.com/soundcloud/pact-jvm into scala-2.12

02bb0752b587294d7c0e3a18e1d377faf58d6bae authored over 7 years ago
Updated scala to 2.12.3

881406a282c0ab8b103fb06d3d770cfafb521429 authored over 7 years ago
Merge branch 'upgrade-jsonpath-dependency' of https://github.com/soundcloud/pact-jvm into scala-2.12

78cdb2497f6fd2504731b7e999c1255a919d0f1b authored over 7 years ago
Merge branch 'master' into scala-2.12

89df063fe1414798ec9d9521489520333a4cd56b authored over 7 years ago
Upgrade net.databinder.dispatch:dispatch-core from 0.11.3 to 0.12.3

5093a6348c4c670a2b53ebd6d6dd42ee178d447f authored over 7 years ago
Upgrade scala-logging from 3.4.0 to 3.7.2

1d7d2dbb1d3b71412df245a8dfe3e912f7cc80df authored over 7 years ago
Update io.gatling:jsonpath dependency to 0.6.9

This is one of several necessary version upgrades to be able to
provide Scala 2.12 support.

Sin...

0297506ec8b2c0890119b20b386c61acd3d52e9f authored over 7 years ago
Do not publish verification results if the interactions have been filtered #522

d413338c763773d66a230b486bb734fdb6ef2a86 authored over 7 years ago
Handle timezones in the date and time generators #523

125f2858ed4a7ad530d64bfd49e4fd34e168ffc1 authored over 7 years ago
Upgrade kotlin to 1.1.4

17ee855481669c2d17d49f8e715af31a0c430f30 authored over 7 years ago
when filtering pacts, copy the pact source #522

c42850115e75215da8b942f4e8ba4a7ff08a2627 authored over 7 years ago
Updated versions in README

3e67db3f8f160d8cab10f3f3609834821282785c authored over 7 years ago
Updated V3 spec test cases from specification project

f81c070862cbfc2a472da92cb205c2057135401d authored over 7 years ago
Updated V3 spec test cases from the V2 ones

dc1f444c7cdf0e8916feebff2e5e05ee932b9027 authored over 7 years ago