Commit Graph

396 Commits

Author SHA1 Message Date
Marcin Grzejszczak
9c7c896115 Assert size of collections on the request side; fixes gh-824 2018-12-20 14:53:38 +01:00
Marcin Grzejszczak
1973c28550 Merge branch '2.0.x' 2018-12-16 14:08:23 +01:00
Marcin Grzejszczak
51f7ef6f67 web dependency is optional, StubRunner listener conditional
without this change we always include `spring-boot-starter-web` to Stub Runner. With this change the dependency is optional. Thanks to this reactive applications will be able to work fine with contract on the classpath.

without this change we always run Stub Runner test execution listener, even if the test class is not annotated. With this change we run the listener only, if the test class was annotated with `@AutoConfigureStubRunner`.

Also we add information about the `java.net.SocketException: Unexpected end of file from server` exception to the docs and how to override that issue.

Fixes gh-798, gh-809, gh-799
2018-12-16 13:44:00 +01:00
Marcin Grzejszczak
0058b987ae Adds support for binary payloads (#818)
with this change we're adding support for binary payloads both for HTTP and messaging.

fixes #664
2018-12-15 14:06:17 +01:00
Marcin Grzejszczak
928b32ecce BUmped boot 2018-12-15 09:19:35 +01:00
buildmaster
ba02983ff6 Going back to snapshots 2018-12-11 22:34:06 +00:00
buildmaster
eae5866fba Update SNAPSHOT to 2.1.0.RC2 2018-12-11 22:28:39 +00:00
buildmaster
cb401b9cc2 Going back to snapshots 2018-12-11 19:03:21 +00:00
buildmaster
ca9bd89614 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 18:57:39 +00:00
Marcin Grzejszczak
708af5d746 Added missing this. 2018-11-18 14:39:51 +01:00
Marcin Grzejszczak
8c77386816 Deprecated targetFramework in Gradle; fixes gh-725 2018-11-06 17:31:07 +01:00
Marcin Grzejszczak
1b1d4049d4 Bumped
- cglib to 3.2.9
- commons-text to 1.6
- handlebars to 4.1.2
- jgit to 5.1.3.201810200350-r
- gmaven to 1.6.2
- boot to 2.1.0
- aether to 1.1.0
2018-11-06 17:06:43 +01: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
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
Olga Maciaszek-Sharma
dbf1b660de Add failIfNoTests to samples' build setup. 2018-10-19 13:50:05 +02:00
Marcin Grzejszczak
50d62b6ee8 Using boot snaps for samples 2018-10-16 14:55:24 +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
Marcin Grzejszczak
42b775f76e Bump boot to 2.1.0.M4 2018-10-08 16:11:35 +02:00
Marcin Grzejszczak
c3c251fada Bumped boot to 2.1.0.M1 2018-10-08 15:11:32 +02:00
Marcin Grzejszczak
107ed195f1 Bumped to work with jdk11 2018-10-05 18:27:18 +02:00
Marcin Grzejszczak
27652ade37 Bumped Gradle and Boot 2018-10-03 14:48:09 +02:00
Marcin Grzejszczak
c3984f0c3a Fixed YAML Dsl conversion issues
fixes gh-738
2018-09-28 10:22:51 -04:00
Marcin Grzejszczak
aa6a515922 Fixed YAML Dsl conversion issues
fixes gh-738
2018-09-28 09:30:14 -04:00
buildmaster
1d275c346a Going back to snapshots 2018-09-21 23:48:07 +00:00
buildmaster
19fca03627 Update SNAPSHOT to Greenwich.M1 2018-09-21 23:41:27 +00:00
Olga Maciaszek-Sharma
034b38f565 Upgrade boot to 2.1.0.M3. 2018-09-13 16:57:49 +02:00
Marcin Grzejszczak
cac0ce3e27 Removed the web starter 2018-08-29 15:06:15 +02:00
Marcin Grzejszczak
096790e04d Upgraded to Greenwhich 2018-08-29 14:04:28 +02:00
Marcin Grzejszczak
87c18a5625 Merge branch '2.0.x' 2018-08-08 21:58:13 +02:00
Marcin Grzejszczak
cb31ca7bf1 Removed DirtiesContext 2018-08-08 21:58:04 +02:00
Marcin Grzejszczak
884a53fd2d Merge branch '2.0.x' 2018-08-08 18:04:38 +02:00
Marcin Grzejszczak
951443552f Merge branch '1.2.x' into 2.0.x 2018-08-08 18:04:28 +02:00
Marcin Grzejszczak
6d1cb05a77 Removed missing DirtiesContext 2018-08-08 18:04:20 +02:00
Marcin Grzejszczak
f8b142ddea Merge branch '2.0.x' 2018-08-08 18:03:18 +02:00
Marcin Grzejszczak
8bb61176ea Removed dirties context on any tests 2018-08-08 18:00:58 +02:00
Marcin Grzejszczak
c9228969de Closing and restarting WireMock stub after and before each test (#707)
fixes gh-665
2018-08-08 17:52:28 +02:00
Marcin Grzejszczak
e98b7a92b5 Fixes broken merge 2018-08-02 11:27:50 +02:00
Marcin Grzejszczak
ec7ed5e87f Maybe now 2018-08-01 17:15:26 +02:00
Marcin Grzejszczak
6340bd0eaa Merge branch '2.0.x' 2018-08-01 17:14:10 +02:00
Marcin Grzejszczak
562271bb24 Fixing the build 2018-08-01 17:12:12 +02:00
Marcin Grzejszczak
ce6c882fb9 Merge branch '2.0.x' 2018-08-01 14:49:46 +02:00
Marcin Grzejszczak
d9c7d8f5e1 Fixing the build 2018-08-01 14:49:34 +02:00
Marcin Grzejszczak
2950d81f1e Merge branch '2.0.x' 2018-08-01 13:07:56 +02:00
Marcin Grzejszczak
0d33b3644e Fixed the build after release 2018-08-01 13:07:09 +02:00
Marcin Grzejszczak
983e0e4d0f Merge branch '2.0.x' 2018-08-01 13:05:56 +02:00
buildmaster
5375cf51ff Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 20:10:10 +00:00
buildmaster
2e92b65169 Going back to snapshots 2018-07-31 20:10:09 +00:00