Commit Graph

436 Commits

Author SHA1 Message Date
Marcin Grzejszczak
239cc36f0e Added a json schema definition and added it to the docs
fixes gh-1250
2019-10-22 10:59:04 +02:00
Marcin Grzejszczak
43450de578 Bumped rest assured to 4.1.1 2019-10-01 18:36:08 +02:00
Marcin Grzejszczak
526a387ab1 Added documentation updates on static matchers; fixes gh-891 2019-09-26 12:44:45 +02:00
Marcin Grzejszczak
48ecf30f65 Updated docs with the new plugins api for Gradle
fixes gh-1217
2019-09-26 12:18:58 +02:00
Marcin Grzejszczak
6d5846463a Added an option to provide a custom source set for Gradle plugin
fixes gh-1158
2019-09-25 20:43:11 +02:00
Sylvain Guillope
7d854adf16 Fix links to http-server and http-client samples (#1220)
The links to the http-server and http-client samples were pointing to a url
with an unresolved `{branch}` attribute.

Replace the links by instead using the attributes `{samples_code}` and
`{standalone_samples_path}`.
2019-09-25 13:48:09 +02:00
Marcin Grzejszczak
2b764e75ef Fixed docs 2019-09-24 13:45:01 +02:00
buildmaster
775af906fd Bumping versions 2019-09-17 00:23:09 +00:00
Marcin Grzejszczak
4d45bdf31d Added support for Spring Kafka
fixes gh-877
2019-09-16 22:39:36 +02:00
Marcin Grzejszczak
c7b4f0125b Added integration for JMS
fixes gh-1141
2019-09-09 14:22:02 +02:00
Marcin Grzejszczak
5ef72577b4 Added the missing configuration properties table 2019-09-06 14:28:28 +02:00
Marcin Grzejszczak
609b9e3b7d Requires kotlin to be explicitly provided; fixes gh-1189 2019-08-30 10:53:53 +02:00
Marcin Grzejszczak
2098e81ece Removed a handful of samples 2019-08-28 15:13:06 +02:00
Olga Maciaszek-Sharma
a336f6b38f Merge branch '2.1.x'
# Conflicts:
#	docs/src/main/asciidoc/verifier_contract.adoc
2019-08-19 16:35:46 +02:00
Olga Maciaszek-Sharma
da107bc27c Fixes gh-1174. 2019-08-19 16:32:50 +02:00
Marcin Grzejszczak
ba5fbff9d7 Fixed sagan entries 2019-08-18 15:38:25 +02:00
Marcin Grzejszczak
6933633129 Fixed the docs of sagan and the links in overview 2019-08-18 13:22:30 +02:00
Marcin Grzejszczak
ebc524c87d Merge branch 'master' into feature/kotlin-contract-support 2019-08-14 10:49:35 +02:00
Marcin Grzejszczak
dc0e6e61bc Fixed the docs 2019-08-14 10:49:13 +02:00
Tim Ysewyn
c5d7936a7c Updated docs 2019-08-13 14:34:06 +02:00
Marcin Grzejszczak
aa48f4ce55 Fixed the build 2019-08-12 16:57:05 +02:00
Marcin Grzejszczak
740915a45e Merge branch '2.1.x' 2019-08-12 16:13:23 +02:00
Marcin Grzejszczak
835b23a2bc Fixed the typo for Gradle; fixes gh-1164 2019-08-12 16:11:48 +02:00
Marcin Grzejszczak
706044bfe5 Added support for writing contracts in Java
fixes gh-1161
2019-08-12 13:40:58 +02:00
Jay Bryant
e26eff962e Added some missing bits to the tutorial part of the Getting Started chapter (#1162)
I added how to use start.spring.io to make getting started easier, a data class, a controller class, and some more description to link it all together. It's a little more friendly to a true novice (like me) now.
2019-08-10 08:08:28 +02:00
Marcin Grzejszczak
909930a6f4 Added failOnInProgress
with this change your plugin can fail the build if you have any in progress contracts

fixes gh-1156
2019-08-08 14:15:24 +02:00
Marcin Grzejszczak
8b5fef00b7 Renamed the adoc file 2019-08-07 23:51:40 +02:00
Marcin Grzejszczak
9e3c565c5b Fixing the setup 2019-08-07 23:50:59 +02:00
Marcin Grzejszczak
a7e1af162b Added link to maven docs 2019-08-07 23:42:46 +02:00
Marcin Grzejszczak
238aa9e3af Updated the fail on no contracts option 2019-08-07 23:08:38 +02:00
Marcin Grzejszczak
197864e4e0 Added info about the run maven goal; fixes gh-340 2019-08-07 22:06:21 +02:00
Marcin Grzejszczak
39a4718957 Added info about the new plugin portal; fixes gh-1054 2019-08-07 22:03:51 +02:00
Marcin Grzejszczak
7b60206c77 Added the generateStubs docs 2019-08-07 21:54:24 +02:00
Marcin Grzejszczak
48cdd556f7 Updated the docs for the stubs protocol 2019-08-07 21:38:14 +02:00
Marcin Grzejszczak
24f8930237 Merge branch 'Buzzardo-new_docs'
fixes gh-1140
fixes gh-1157
2019-08-07 10:59:06 +02:00
Marcin Grzejszczak
21318efa8d Polish 2019-08-07 10:45:32 +02:00
Jay Bryant
6eea97a4a0 Merge branch 'new_docs' of https://github.com/spring-cloud/spring-cloud-contract into new_docs 2019-08-06 15:17:09 -05:00
Jay Bryant
da3a09669c Editing pass for the new docs layout
I did a full editing pass on all the asciidoc files.
2019-08-06 14:37:41 -05:00
Marcin Grzejszczak
dbb1af8d98 Generate stubs at runtime (#1152)
* Generate stubs at runtime

without this change the producer side must publish the stubs for the consumer side to use them
with this change the consumer can toggle a switch so that the stubs get generated at runtime. This might of course lead to false positivies but we assume that the users know what they're doing

fixes gh-881
2019-08-05 10:44:35 +02:00
Marcin Grzejszczak
531fa8ff86 Merge branch 'master' into new_docs 2019-07-31 23:28:12 +02:00
Marcin Grzejszczak
70bd589f13 Simplified the readme 2019-07-30 11:40:30 +02:00
Marcin Grzejszczak
53eede4c3d Fixing docs 2019-07-30 11:37:40 +02:00
Marcin Grzejszczak
709801c4de Added symbolic link of index.adoc 2019-07-29 14:45:39 +02:00
Marcin Grzejszczak
3cf051fc1d Added symbolic link of index.adoc 2019-07-29 14:45:32 +02:00
Olga Maciaszek-Sharma
371c32d5eb Review and add fixes. 2019-07-26 14:38:14 +02:00
Marcin Grzejszczak
e9d467877c Polish 2019-07-25 18:03:52 +02:00
Marcin Grzejszczak
bffe539f4b Working docs 2019-07-25 14:42:04 +02:00
Marcin Grzejszczak
3d89adcf88 Working docs 2019-07-25 14:40:21 +02:00
Marcin Grzejszczak
66a71e72a4 WIP: 2019-07-24 13:58:20 +02:00
Marcin Grzejszczak
48ea06b66a Added flows 2019-07-24 13:16:29 +02:00