buildmaster
4ef94718c2
Bumping versions
2020-02-01 00:23:04 +00:00
Marcin Grzejszczak
9e02b7c902
Updated Copyrights
2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
7058543fe6
Merge branch '2.2.x'
2020-01-21 10:22:23 +01:00
Marcin Grzejszczak
59759df5a3
Fixed the docker link
2020-01-21 10:22:06 +01:00
Marcin Grzejszczak
ad00a39d17
Bumped versions
2020-01-20 11:22:18 +01:00
Marcin Grzejszczak
ba9f219bd7
Fixed wrong branch resolution
2019-12-24 11:27:22 +01:00
Marcin Grzejszczak
408644630a
Revert "Corrected links to use samples_branch rather than branch in documentation. ( #1293 )" ( #1295 )
...
This reverts commit 4e5505269e .
2019-12-24 00:04:58 +01:00
Stephen Souness
4e5505269e
Corrected links to use samples_branch rather than branch in documentation. ( #1293 )
2019-12-23 08:57:25 +01:00
buildmaster
d451d5fd8e
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 14:31:45 +00:00
buildmaster
a4d6a67f0b
Going back to snapshots
2019-12-20 14:31:45 +00:00
buildmaster
c97e6e82d0
Update SNAPSHOT to 2.2.1.RELEASE
2019-12-20 14:17:56 +00:00
Dominik Labuda
454e5b45a8
Local stub publishing reimplemented ( #1291 )
...
While the previous approach did publish the contracts to local .m2 repository, it did not create the maven-metadata-local.xml file indicating a local release. It instead created maven-metadata.xml, which indicates a remote release. This wasn't issue when the stubs were retrieved by Gradle directly (in our flow we pre-check availability of these stubs by Gradle), it did however cause problems when they were being resolved by AetherStubDownloader used in SCC Stub Runner.
In addition, this newer implementation allows to enable any publish (remote or local) independently of each other, which wasn't the case previously.
Fixes #1283 - again
2019-12-19 01:56:52 +01:00
buildmaster
cb2393678d
Bumping versions
2019-12-12 00:20:28 +00:00
Kamil Kuzdak
a98544b216
Fixed typo in docs ( #1287 )
2019-12-11 16:51:30 +01:00
Marcin Grzejszczak
67119e62f6
Adds a flag to disable stubs after each test excution; fixes gh-1286
2019-12-11 13:13:37 +01:00
Dominik Labuda
1ec86207c5
Verifier Docker image PUBLISH_ARTIFACTS_OFFLINE option ( #1284 )
...
New option for publishing stubs just into local .m2 added.
2019-12-10 14:15:47 +01:00
buildmaster
3fb03b2b80
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:08:31 +00:00
buildmaster
330cfa42ed
Going back to snapshots
2019-11-26 12:08:31 +00:00
buildmaster
00d9e52c47
Update SNAPSHOT to 2.2.0.RELEASE
2019-11-26 11:58:40 +00:00
Marcin Grzejszczak
f084007014
Added adoc files that are included in the ones with bizarre extension
2019-11-12 14:44:52 +01:00
buildmaster
50a1da1058
Going back to snapshots
2019-11-10 00:44:33 +00:00
buildmaster
a2d343d542
Update SNAPSHOT to 2.2.0.RC2
2019-11-10 00:37:32 +00:00
Marcin Grzejszczak
54ba67c449
Added doc entry about manual sources adding to the pom.xml; fixes gh-1079
2019-11-05 17:53:15 +01:00
Marcin Grzejszczak
954f3244bd
Merge branch '2.1.x'
2019-11-05 14:54:52 +01:00
Marcin Grzejszczak
380d2535bd
WireMock RestDocs stub() method is a no-op
...
deprecating the method and going towards document()
fix by @dsyer
fixes gh-1092
2019-11-05 14:03:22 +01:00
buildmaster
b3228306ba
Going back to snapshots
2019-10-24 21:38:41 +00:00
buildmaster
bc042bd0e3
Update SNAPSHOT to 2.2.0.RC1
2019-10-24 21:30:13 +00:00
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
buildmaster
2e3b77c3db
Going back to snapshots
2019-10-03 20:48:30 +00:00
buildmaster
90c2d88b81
Update SNAPSHOT to 2.2.0.M3
2019-10-03 20:40:02 +00: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
84e259fe13
Updated docs with the new plugins api for Gradle
...
fixes gh-1217
2019-09-26 12:23:03 +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
buildmaster
de94a14a9a
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
2019-09-10 18:47:36 +00:00
buildmaster
882cee887d
Going back to snapshots
2019-09-10 18:47:35 +00:00
buildmaster
4750b4e60e
Update SNAPSHOT to 2.1.3.RELEASE
2019-09-10 18:38:17 +00: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