Commit Graph

3786 Commits

Author SHA1 Message Date
Marcin Grzejszczak
3f9ee94043 Bumps WireMock to 2.28.1; fixes gh-1659 2021-06-08 11:20:41 +02:00
Marcin Grzejszczak
2683a022d5 Bumps jsonassert to 0.6.1 (bumps jsonpath to 2.6.0); fixes gh-1670 2021-06-07 16:14:36 +02:00
buildmaster
7197eea228 Bumping versions 2021-06-01 10:26:47 +00:00
Shannon Pamperl
eff72be212 Add explicit dependency to generateContractTests task for processContractTestResources (#1665)
With Gradle 7.0, a new warning is being logged indicating that Gradle is using a fallback mode to ensure task correctness.
2021-05-31 10:13:47 +02:00
buildmaster
1c8f743aa6 Bumping versions 2021-05-28 10:29:46 +00:00
buildmaster
d22f54c915 Going back to snapshots 2021-05-28 07:26:02 +00:00
buildmaster
ddc05a9c00 Update SNAPSHOT to 3.0.3 2021-05-28 07:08:54 +00:00
buildmaster
2ffab7b954 Bumping versions to 3.0.4-SNAPSHOT after release 2021-05-27 10:14:43 +00:00
buildmaster
13b3406698 Going back to snapshots 2021-05-27 10:14:42 +00:00
buildmaster
11f0c07ac7 Update SNAPSHOT to 3.0.3 2021-05-27 09:54:00 +00:00
Marcin Grzejszczak
3494bc374c Fixed wrong include link; fixes gh-1658 2021-05-24 10:24:43 +02:00
cselagea
2eea2152ca Fix request headers occurring after absent header not being added to generated test method. Fixes gh-1647 (#1663) 2021-05-22 10:42:52 +02:00
Marcin Grzejszczak
bfb5e0240b Making the tests less brittle 2021-05-13 14:03:19 +02:00
Marcin Grzejszczak
1e4de4f7fe Overriding restlet 2021-05-10 09:30:19 +02:00
Marcin Grzejszczak
e5b103e28b Bumped roaster 2021-05-10 09:30:19 +02:00
Marcin Grzejszczak
e40593ae22 Updated gmaven plugin 2021-05-10 08:31:06 +02:00
buildmaster
d761139b7b Bumping versions 2021-05-05 10:27:49 +00:00
Marcin Grzejszczak
75e90b02f9 Moved wiremock samples to spring cloud contract samples 2021-05-05 10:38:33 +02:00
GodwinMaravai
fab8b99b3a #1633 - Random https port in annotation AutoConfigureWireMock is broken issue - fix (#1653)
Co-authored-by: Godwin Ruswelt Xavier <godwin.ruswelt@kbc.be>
2021-04-29 14:33:41 +02:00
Marcin Grzejszczak
6cf4252820 Version bumps (#1650)
plexus-archiver -> 4.2.5
groovy.version -> 2.5.14
guice.version -> 5.0.0
guava.version -> 30.0-jre
plexus-utils -> 3.3.0
maven.plugin.plugin -> 3.6.1
maven-plugin-annotations -> 3.6.1
maven-archiver -> 3.5.1
plexus-archiver -> 4.2.5
moco-runner -> 1.2.0
2021-04-28 12:09:36 +02:00
Marcin Grzejszczak
1e9415b705 Version bumps
plexus-archiver -> 4.2.5
        groovy.version -> 2.5.14
        guice.version -> 5.0.0
        guava.version -> 30.0-jre
        plexus-utils -> 3.3.0
        maven.plugin.plugin -> 3.6.1
        maven-plugin-annotations -> 3.6.1
        maven-archiver -> 3.5.1
        plexus-archiver -> 4.2.5
        moco-runner -> 1.2.0
2021-04-27 18:27:09 +02:00
Marcin Grzejszczak
f9937c9fa5 Master to main 2021-04-26 19:06:43 +02:00
mariuszdb
e73d6526bf Parse ExecutionProperty in queryParameters (#1646)
Fixes gh-854
2021-04-26 09:04:25 +02:00
buildmaster
c323e3e105 Bumping versions 2021-04-24 00:21:43 +00:00
akotynski
006768c1e5 Support for jsonBody and base64Body Fixes gh-1644 (#1645) 2021-04-22 10:04:23 +02:00
Plamen Totev
e4b7f65561 Fix Docker base image version (#1640)
As part of 4d7110 Docker base images were updated to ubuntu:21.04.
According to #gh-1579 the intention is to update to Ubuntu LTS version.
21.04 is not LTS version and as a matter of fact it is not yet released
version.

Change the docker base image to the the intended version 20.04 LTS.
2021-04-19 09:31:12 +02:00
buildmaster
91cd2055a3 Bumping versions 2021-04-14 00:22:09 +00:00
Marcin Grzejszczak
3abc10ea61 Merge branch '2.2.x' 2021-04-13 16:34:36 +02:00
Marcin Grzejszczak
d3dbda8009 Bumped jsonassert to 0.6.0; fixes gh-1638 2021-04-13 16:33:44 +02:00
Stessy Delcroix
a5b3f6b919 Rewrite spring-cloud-contract-verifier module: ContractToYaml and Reg… (#1534)
* Rewrite spring-cloud-contract-verifier module: ContractToYaml and RegexpBuilders

* Rewrite MapConverter and SpringCloudContractAssertions

* Fix build failure

* Rewrite YamlToContract and BaseWireMockStubStrategy

* Fix problems avec merge

* Rewrite WireMockRequestStubStrategy

* Rewrite ContractVerifierDslConverter

* Rewrite ContractFileScanner

* Rewrite ContractFileScannerBuilder
2021-04-13 09:12:22 +02:00
Shannon Pamperl
789b34cdb7 Remove <at>Internal annotation (#1637)
Fixes gh-1636
2021-04-13 08:53:44 +02:00
buildmaster
cdc0d5be71 Bumping versions 2021-04-09 00:22:32 +00:00
buildmaster
38e5353e69 Bumping versions 2021-03-30 00:22:09 +00:00
Plamen Totev
8ab3e970b3 Fix Clone on Windows instructions (#1631)
The suggested command

git clone -c core.longPaths true https://github.com/spring-cloud/spring-cloud-contract.git

fails because Git recognizes `true` as the repo to be cloned.

Add equal sign (`=`) to fix this issue.
This way Git will properly recognize `true` as the value for `core.longPaths`
2021-03-29 08:13:47 +02:00
bono007
5d0154e5db Handle null kafka header values (#1629)
Fixes gh-1628
2021-03-29 08:13:07 +02:00
Ahmed Yarub Hani Al Nuaimi
6a01e29ce5 Spelling and grammar fixes (#1624)
* Spelling and grammar fixes

* Undo some changes
2021-03-29 08:12:24 +02:00
buildmaster
1ee80a75ae Bumping versions 2021-03-27 00:23:00 +00:00
spencergibb
e523cb4ec6 Revert "Revert "Update spring-cloud-stream version in stream sample""
This reverts commit 15ae4836
2021-03-26 13:40:14 -04:00
spencergibb
5fc90ed3f3 Revert "Removes stream version references"
This reverts commit 62597cbc
2021-03-26 13:40:11 -04:00
spencergibb
62597cbc17 Removes stream version references 2021-03-26 11:27:01 -04:00
spencergibb
15ae483619 Revert "Update spring-cloud-stream version in stream sample"
This reverts commit a854cb73
2021-03-26 11:25:52 -04:00
Oleg Zhurakousky
a854cb7353 Update spring-cloud-stream version in stream sample 2021-03-26 15:31:33 +01:00
Oleg Zhurakousky
fa54b42fea Update versions of spring-cloud-stream 2021-03-26 08:23:18 +01:00
Ryan Baxter
b77e99b3d1 Aligning contract docs with the rest of spring cloud 2021-03-18 16:28:28 -04:00
spencergibb
02e2f04bab Ignores plugin and test milestone versions in releaser.
Fixes gh-1625
2021-03-18 12:08:00 -04:00
spencergibb
f141261c15 Revert "Comment out milestone versions and related tests."
This reverts commit 8a5b8975
2021-03-18 11:58:32 -04:00
spencergibb
0e11abead3 Revert "Changes milestone plugin version to release"
This reverts commit e1debdfb
2021-03-18 11:58:28 -04:00
spencergibb
04f9fe8fb7 Revert "Ignores tests failing in releaser"
This reverts commit 6cc2e176
2021-03-18 11:58:25 -04:00
spencergibb
0a7bb9b8e2 Revert "Ignores tests failing in releaser"
This reverts commit 5fa5f320
2021-03-18 11:58:23 -04:00
spencergibb
9c05e43b13 Revert "Ignores tests failing in releaser"
This reverts commit e294ac14
2021-03-18 11:58:19 -04:00