Ben

Results 22 comments of Ben

I created a list of assumptions/questions I have here: https://bitbucket.org/atlassian/pact-json-schema/issues/4/get-pact-community-to-validate-v1-schema

Sorry @mefellows I screwed up the permissions. Should be fixed now.

@uglyog @bethesque feel free to throw inline comments here, which you should have permission to do after logging in: https://bitbucket.org/atlassian/pact-json-schema/commits/a07b4776913aec3d1eb146f78c14e72361aee4ec?at=master#chg-schemas/v1.0.0/schema.json

We'll be sharing some details during Atlassian Summit 2016 so come join us if you can! https://www.atlassian.com/summit/sessions?tab=build-%26-deploy&sessionid=54094

@Fitzoh here is the recording - https://www.youtube.com/watch?v=-6x6XBDf9sQ

@zouroto what would you expect the validator to do when comparing the pact to the example in the openapi file? The only thing I can think of is it could...

In my organisation we have thousands of micro services and hundreds of teams involved in operating them. We ran into a number of problems when trying to use the full...

@dwang7 yes we use the swagger mock validator on the provider side as well. We take the newly generated swagger file and validate it against all the consumer pact files...

@dwang7 yes we also use a seperate tool we’ve written called openapi-diff that can detect when breaking changes have been made to a swagger/openapi file: https://bitbucket.org/atlassian/openapi-diff/src/master/

I could have given the example in terms of an additive change and the issue of the consumer going first still arises. Explicitly having the consumer specify that a property...