Ryan Baxter
41be5a6d60
Bumping to boot RC2 for M7 release
2018-02-26 19:46:25 -05:00
Marcin Grzejszczak
813460bbcf
Fixed broken RestAssured 3.0, rest docs tests
2018-02-21 13:49:20 +01:00
Marcin Grzejszczak
3127bfdee0
Merge branch '1.2.x'
2018-02-19 15:57:31 +01:00
Marcin Grzejszczak
e2b61cd125
Added Stub Runner entry in the readme
...
fixes gh-530
2018-02-19 15:56:47 +01:00
Marcin Grzejszczak
36e5e6e976
Merge branch '1.2.x'
2018-02-19 14:46:24 +01:00
Marcin Grzejszczak
7a724c88f7
REmoved stub runner boot readme; fixes gh-530
2018-02-19 14:46:05 +01:00
Oleksandr Nikytchuk
e69e43d8f4
[ #500 ] Messaging contracts per topic ( #536 )
2018-02-19 14:21:39 +01:00
Marcin Grzejszczak
96825e2d1c
Merge branch '1.2.x'
2018-02-19 10:52:40 +01:00
Marcin Grzejszczak
f05aa45704
Fixed a test; fixes gh-542
2018-02-19 10:52:00 +01:00
Axel Hodler
82fb1cdac3
Avoid quoting of floating point numbers
2018-02-19 10:15:51 +01:00
Marcin Grzejszczak
62007fb41f
Merge branch '1.2.x'
2018-02-16 21:45:50 +01:00
Marcin Grzejszczak
91d686cd52
Explicitly added starter-web for stub runner starter
2018-02-16 21:45:34 +01:00
Marcin Grzejszczak
f6b6b43c9f
Merge branch '1.2.x'
...
also accidentally fixed gh-507
2018-02-16 16:05:54 +01:00
Marcin Grzejszczak
c8ec61c1c2
Changed the snapshot skip test property
2018-02-16 14:06:33 +01:00
Marcin Grzejszczak
a2d866dd39
Bumped versions
2018-02-16 13:37:11 +01:00
Marcin Grzejszczak
d87e669a23
Adding a mechanism to disable the local vs remote stub location
...
When fetching stubs / contracts in a CI, shared environment, what might happen is that
both the producer and the consumer reuse the same local Maven repository. Due to this,
the framework, responsible for downloading a stub JAR from remote location,
can't decide which JAR should be picked, local or remote one. That caused
the `"The artifact was found in the local repository but you have explicitly
stated that it should be downloaded from a remote one"` exception
and failed the build.
For such cases we're introducing the property mechanism:
- via `stubrunner.snapshot-check.skip` system property
- via `STUBRUNNER_SNAPSHOT_CHECK_SKIP` environment variable
if either of these values is set to `true`, then the stub downloader will not
verify the origin of the downloaded JAR.
fixes gh-545
2018-02-16 13:35:56 +01:00
Marcin Grzejszczak
c4ab192c8d
Fixed messaging tests. Sth's wrong with metrics
2018-02-15 10:01:43 +01:00
Marcin Grzejszczak
f44c73fc6d
Merge branch '1.2.x'
2018-02-12 17:09:31 +01:00
Marcin Grzejszczak
5de9959561
Bumped to WireMock 2.15.0; fixes gh-548
2018-02-12 17:09:21 +01:00
Marcin Grzejszczak
e8e855501a
Merge branch '1.2.x'
2018-02-12 15:08:04 +01:00
Marcin Grzejszczak
215aa4e473
Added poms downloading; fixes gh-547
2018-02-12 15:07:45 +01:00
Marcin Grzejszczak
4c627f8e61
Revert "Bumped the Boot plugin to RC1"
...
This reverts commit e0bda0f8aa .
2018-02-11 22:29:53 +01:00
Marcin Grzejszczak
e0bda0f8aa
Bumped the Boot plugin to RC1
2018-02-10 08:54:23 +01:00
Marcin Grzejszczak
d668f416b1
Merge branch 'master' of github.com:spring-cloud/spring-cloud-contract
2018-02-10 08:45:19 +01:00
Marcin Grzejszczak
ca7827dce4
Merge branch '1.2.x'
2018-02-10 08:42:58 +01:00
Spencer Gibb
0c0eac845d
Revert "Update boot to 2.0.0.RC1"
...
This reverts commit 74e4649
2018-02-09 20:08:28 -05:00
buildmaster
9a1565b99c
Going back to snapshots
2018-02-10 01:05:34 +00:00
buildmaster
b77090ee09
Update SNAPSHOT to 2.0.0.M6
2018-02-10 01:00:21 +00:00
Spencer Gibb
74e4649c4a
Update boot to 2.0.0.RC1
2018-02-09 19:45:27 -05:00
Spencer Gibb
69c63d6e0c
Update spring-rabbit to 2.0.0.RC2
2018-02-09 19:13:52 -05:00
Marcin Grzejszczak
0fe931b3e8
Allows execute property in multipart; fixes gh-541
2018-02-09 17:10:58 +01:00
buildmaster
a8e3b64fe6
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
2018-02-09 16:08:54 +00:00
buildmaster
ab660f8944
Going back to snapshots
2018-02-09 16:08:53 +00:00
buildmaster
c510a555b7
Update SNAPSHOT to 1.2.3.RELEASE
2018-02-09 15:54:44 +00:00
Marcin Grzejszczak
8b0240ac6b
Fixed invalid field reference in docs; fixes gh-539
2018-02-09 15:13:50 +01:00
Marcin Grzejszczak
38d9790401
Merge branch '1.2.x'
2018-02-09 15:03:55 +01:00
Marcin Grzejszczak
3b8a091dfc
Fixed asm versions
2018-02-09 15:03:48 +01:00
Marcin Grzejszczak
4177c359ae
Merge branch '1.2.x'
2018-02-09 10:05:36 +01:00
Marcin Grzejszczak
14c0600f8b
Contract converters shouldn't require java 8
2018-02-09 10:04:26 +01:00
Ryan Baxter
1598f97575
using latest spring-cloud-dependencies-parent
2018-02-07 16:34:38 -05:00
Ryan Baxter
2bef31d7a5
using latest spring-cloud-build
2018-02-07 16:33:20 -05:00
Ryan Baxter
137af28a7e
fixing links
2018-02-07 14:47:36 -05:00
Dave Syer
8dd4796d07
Tidy up sample dependencies
2018-02-05 14:22:08 +00:00
Marcin Grzejszczak
7361cf7434
Merge branch '1.2.x'
2018-02-05 14:49:52 +01:00
Marcin Grzejszczak
83e304008e
Bumped jsonassert to 0.4.11
...
fixes gh-538, gh-537
2018-02-05 14:48:04 +01:00
Dave Syer
9bc48e1969
Merge branch '1.2.x'
2018-01-30 11:17:12 +00:00
Dave Syer
3ee5c4c308
Revert "Remove unnecessary placeholder resolution"
...
This reverts commit 2d9c505715 .
2018-01-30 11:16:45 +00:00
Marcin Grzejszczak
af463792ca
Updated the docs
2018-01-29 15:19:06 +01:00
Dave Syer
dde4c950a5
Merge branch '1.2.x'
2018-01-29 13:52:44 +00:00
Dave Syer
15ac841360
Put jsonPaths into request matchers (not response)
...
The correct WireMock JSON stubs should be available after this change.
Otherwise the json paths that were applied to the request in the
RESTdocs test were being translated into response matchers in the
contract (which doesn't even do anything in WireMock).
2018-01-29 13:52:11 +00:00