buildmaster
be3dd56cd8
Update SNAPSHOT to 2.1.1.RELEASE
2019-03-05 20:21:45 +00:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
buildmaster
6597c6eec2
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 20:46:19 +00:00
buildmaster
1314163825
Going back to snapshots
2019-01-22 20:46:18 +00:00
buildmaster
cd239d8c39
Update SNAPSHOT to 2.1.0.RELEASE
2019-01-22 20:39:11 +00:00
Marcin Grzejszczak
281bd653ae
Bumped Boot to 2.1.2.RELEASE
2019-01-21 13:34:49 +01:00
Marcin Grzejszczak
4a127e7785
Removed unnecessary duplicated call to rest doc's document method; fixes gh-816
2019-01-15 17:36:25 +01:00
Marcin Grzejszczak
66f7e9329e
Updated docs; fixes gh-846
2019-01-10 16:50:48 +01:00
Marcin Grzejszczak
56fbc11f62
Allows passing of regex type ( #832 )
...
without this change if one does $(regex("[0-9]")) we have no knowledge of whether the result should be text or a number. What we do ATM is we always generate a String
with this change once can pass the type of regular expression and we will generate the concrete value of that given type
fixes gh-768
2018-12-28 16:29:32 +01:00
Marcin Grzejszczak
59e5f8b1eb
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
2018-12-27 11:14:31 +01:00
buildmaster
e6640350bc
Going back to snapshots
2018-12-20 21:43:00 +00:00
buildmaster
f47d0d3406
Update SNAPSHOT to 2.1.0.RC3
2018-12-20 21:37:41 +00:00
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
31eab3e107
Bumping versions
2018-10-31 09:42:44 +01:00
Marcin Grzejszczak
51e6c73938
Asserts that contracts are valid; fixes gh-769
2018-10-26 21:08:01 +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
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
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
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
8da2e4ee57
Checkstyle and jdk11 fix with spock
2018-10-05 10:44:28 +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
58f3f429eb
Upgraded to Greenwhich
2018-08-27 18:33:10 +02:00
Marcin Grzejszczak
87c18a5625
Merge branch '2.0.x'
2018-08-08 21:58:13 +02:00