Commit Graph

3290 Commits

Author SHA1 Message Date
Marcin Grzejszczak
836a8b9a6a Merge branch '2.0.x' 2018-11-06 16:23:30 +01:00
Marcin Grzejszczak
1d7a86a6a3 Added deleteStubsAfterTests in annotation; fixes gh-779 2018-11-06 16:20:04 +01:00
Marcin Grzejszczak
96a60e75f6 Does not return a lowercase channel name; fixes gh-781 2018-11-06 16:12:48 +01:00
Marcin Grzejszczak
d3a4b1c611 Merge branch '1.2.x' into 2.0.x 2018-11-06 16:12:28 +01:00
Marcin Grzejszczak
8b869e0c7a Does not return a lowercase channel name; fixes gh-781 2018-11-06 16:12:11 +01:00
Ivan Golovko
4ebfb3c537 Improved spring-cloud-wiremock documentation (#780)
Sometimes people want to use methods like `addMockServiceRequestListener`, which are not static. But there is no any notes about  `WireMockServer` in spring-cloud-wiremock documentation. 

I saw how the developers did not know about it and made a mistake. 
They mixed junit4 and junit5 even for new services, because `WireMockRule` inherits from `WireMockServer` and  provides non static methods.

This situation may seem funny, but many can get into it.
2018-11-06 13:51:51 +01:00
Marcin Grzejszczak
31eab3e107 Bumping versions 2018-10-31 09:42:44 +01:00
Marcin Grzejszczak
67b537ae0a Added .mvn and .gradle to excluded build folders; fixes gh-772 2018-10-28 15:09:52 +01:00
Marcin Grzejszczak
23c46e7372 Disabled setting the default value of the package name for groovy plugin; fixes gh-771 2018-10-28 14:46:20 +01:00
Marcin Grzejszczak
49f574f1fa Merge branch '2.0.x' 2018-10-26 21:09:28 +02:00
Marcin Grzejszczak
51e6c73938 Asserts that contracts are valid; fixes gh-769 2018-10-26 21:08:01 +02:00
Marcin Grzejszczak
a2e4dd1459 Fixed invalid cookie and URL YAML parsing; fixes gh-770 2018-10-26 19:48:15 +02:00
Marcin Grzejszczak
c05f19cdb7 Fixed invalid cookie and URL YAML parsing; fixes gh-770 2018-10-26 19:47:42 +02:00
Marcin Grzejszczak
d963e0f159 Updated Boot to RC 2018-10-25 16:23:55 +02:00
Marcin Grzejszczak
57bafa6f68 Set boot to RC1 2018-10-25 14:03:30 +02:00
Marcin Grzejszczak
4735b55a3e Merge branch '2.0.x' 2018-10-24 22:45:15 +02:00
Marcin Grzejszczak
921b0e155b Added URL matchers for YAML; fixes gh-767 2018-10-24 22:45:01 +02:00
Marcin Grzejszczak
c42b4a6fd9 Merge branch '2.0.x' 2018-10-24 22:31:35 +02:00
Marcin Grzejszczak
898dbcab98 Added query parameter matchers for YAML; fixes gh-766 2018-10-24 22:31:22 +02:00
Marcin Grzejszczak
254864b21c Merge branch '2.0.x' 2018-10-23 22:56:12 +02:00
Marcin Grzejszczak
2d5c2dd931 Fixes missing casting; fixes gh-764 2018-10-23 22:53:23 +02:00
Marcin Grzejszczak
45fd30262a Merge branch '2.0.x' 2018-10-23 22:16:48 +02:00
Marcin Grzejszczak
6bbd2dcede Fixed build 2018-10-23 22:16:11 +02:00
Marcin Grzejszczak
edb3d97f3f Fixed invalid cloning of a json; fixes gh-763 2018-10-23 22:13:41 +02:00
buildmaster
15344a159c Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 19:56:38 +00:00
buildmaster
55be026c4a Going back to snapshots 2018-10-23 19:56:36 +00:00
buildmaster
02d5a01025 Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 19:42:37 +00:00
Marcin Grzejszczak
fc12375b76 Merge branch '2.0.x' 2018-10-23 20:25:27 +02:00
Marcin Grzejszczak
38afb59076 Fixed conversion of GString to String; fixes gh-762 2018-10-23 20:21:44 +02:00
OlgaMaciaszek
53d7827495 Fix readme. 2018-10-22 21:31:31 +02:00
Olga Maciaszek-Sharma
cf21f18938 Webtestclient support (#757)
* Fix incorrect spring cloud dependencies versioning.
* Test fix and minor refactoring.
* Add docs.
* Fixes after code review.

fixes gh-422
2018-10-22 14:34:03 +02:00
Stessy Delcroix
fea5c743ce Update verifier_faq.adoc (#747)
Small hiccup in the FAQ.
2018-10-22 13:41:31 +02:00
Marcin Grzejszczak
193c27447b Merge branch '2.0.x' 2018-10-19 16:16:56 +02:00
Marcin Grzejszczak
78048826a3 Merge branch '1.2.x' into 2.0.x 2018-10-19 16:14:40 +02:00
Marcin Grzejszczak
34c2ed0330 Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754 2018-10-19 16:14:12 +02:00
Olga Maciaszek-Sharma
dbf1b660de Add failIfNoTests to samples' build setup. 2018-10-19 13:50:05 +02:00
Olga Maciaszek-Sharma
64d1372fd6 Set jupiter dependencies as optional. Remove boot plugin dependency from
wiremock standalone sample.
2018-10-18 18:24:26 +02:00
Marcin Grzejszczak
bd4783eefd Moving an ignored test to samples
since the releaser ignores the modules that do not get deployed, then it's safe to bring back this test

fixes gh-626
2018-10-18 08:21:17 +02:00
Marcin Grzejszczak
50d62b6ee8 Using boot snaps for samples 2018-10-16 14:55:24 +02:00
Marcin Grzejszczak
62bc1140a9 Merge branch '2.0.x' 2018-10-16 14:54:00 +02:00
Marcin Grzejszczak
6254f9e933 Merge branch '1.2.x' into 2.0.x 2018-10-16 14:53:47 +02:00
Marcin Grzejszczak
1ccb884cf8 Fixed the build 2018-10-16 14:52:26 +02:00
Olga Maciaszek-Sharma
099911e056 Fix incorrect spring cloud dependencies versioning. 2018-10-16 14:10:52 +02:00
buildmaster
c20ecc91ed Bumping versions to 1.2.7.BUILD-SNAPSHOT after release 2018-10-16 00:27:32 +00:00
buildmaster
697b5ac37f Going back to snapshots 2018-10-16 00:27:30 +00:00
buildmaster
621c99fba8 Update SNAPSHOT to Edgware.SR5 2018-10-16 00:08:01 +00:00
Olga Maciaszek-Sharma
32d0964d06 Merge branch '2.0.x'
# Conflicts:
#	samples/standalone/dsl/http-client/build.gradle
#	samples/standalone/dsl/http-server/build.gradle
#	samples/standalone/messaging/stream-sink/build.gradle
#	samples/standalone/messaging/stream-source/build.gradle
#	samples/standalone/pact/pact-http-client/build.gradle
#	samples/standalone/pact/pact-http-server/build.gradle
#	samples/standalone/restdocs/http-client/build.gradle
#	samples/standalone/restdocs/http-server/build.gradle
#	samples/standalone/webclient/http-client/build.gradle
#	samples/standalone/webclient/http-server/build.gradle
#	samples/standalone/yml/http-client/build.gradle
#	samples/standalone/yml/http-server/build.gradle
2018-10-15 17:41:27 +02:00
Olga Maciaszek-Sharma
eaf244e892 Merge branch '1.2.x' into 2.0.x.
Upgrade boot version in samples.

# Conflicts:
#	pom.xml
#	spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/CamelStubMessages.java
#	spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/ContractVerifierCamelMessageBuilder.java
2018-10-15 17:31:13 +02:00
Olga Maciaszek-Sharma
d976c18c3e Merge branch '1.2.x' into 2.0.x
# Conflicts:
#	pom.xml
#	spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/CamelStubMessages.java
#	spring-cloud-contract-verifier/src/main/java/org/springframework/cloud/contract/verifier/messaging/camel/ContractVerifierCamelMessageBuilder.java
2018-10-15 16:45:08 +02:00
Olga Maciaszek-Sharma
8b50edb340 Merge pull request #750 from spring-cloud/gh-667
Remove duplicated backslashes. Fixes gh-667
2018-10-15 16:38:51 +02:00