Convert Contract Definitions to YAML (#827)

without this change, if you're using some external libraries and you reference them in your DSL, those libraries need to also be used on the consumer side.

with this change, you can set the contractsToYaml property of the plugin, that will convert the contract definitions into YAML, and then generate tests and stubs. We will store the original contract definitions under the originals folder.

fixes #744
This commit is contained in:
Marcin Grzejszczak
2018-12-27 11:14:31 +01:00
committed by GitHub
parent 6901fe03f5
commit 59e5f8b1eb
434 changed files with 948 additions and 530 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2013-2017 the original author or authors.
* Copyright 2013-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.