Marcin Grzejszczak
65ee88aa23
Merge branch '1.2.x'
2018-01-19 01:18:33 +01:00
Marcin Grzejszczak
b745d9a7e3
YAML contracts ( #522 )
...
with this change we allow the users to use YAML to define contracts
fixes gh-300 gh-508
helps with #501
2018-01-19 00:27:15 +01:00
buildmaster
b2428c5f13
Bumping versions to 1.2.3.BUILD-SNAPSHOT after release
2018-01-16 17:20:16 +00:00
buildmaster
f5561d3f9b
Going back to snapshots
2018-01-16 17:20:15 +00:00
buildmaster
19deb01269
Update SNAPSHOT to 1.2.2.RELEASE
2018-01-16 17:09:51 +00:00
Tom Hombergs
833a7114ab
matcher now correctly matches response instead of request 511 ( #517 )
2018-01-12 22:51:59 +01:00
Marcin Grzejszczak
bea0d4f78d
Added pact evaluation of $.body type matcher
...
fixes #511
2018-01-12 15:24:15 +01:00
Marcin Grzejszczak
709df3e291
Unescaping any json body entries
...
without this change we're escaping the json body response and then wiremock is escaping it again
with this change we're unescaping the first json body escaping so that wiremock applies it only once
fixes gh-515
2018-01-12 12:56:09 +01:00
Marcin Grzejszczak
748e512f4d
Introduces explicit mode of stub downloading ( #503 )
...
* Introduces explicit mode of stub downloading
you have to explicitly provide the mode [CLASSPATH, REMOTE, LOCAL] of how you want to fetch and register stubs
fixes gh-287
2018-01-03 08:25:29 +01:00
Marcin Grzejszczak
80f0e66292
Revert "Revert "Merge branch 'master' into 2.0.x""
...
This reverts commit 822dd4b732 .
2017-12-20 16:37:38 +01:00
Marcin Grzejszczak
822dd4b732
Revert "Merge branch 'master' into 2.0.x"
...
This reverts commit 63a1981f54 , reversing
changes made to 0cca942e86 .
2017-12-20 16:31:52 +01:00
Marcin Grzejszczak
d9790a4b17
Added option to disable adding custom publication; fixes #482
2017-12-08 15:03:59 -08:00
Marcin Grzejszczak
c06e671292
Merge branch '1.2.x'
2017-12-08 14:22:50 -08:00
chengpohi
bff685eb46
when contract is ignored, should not generate empty json, since it's invalid format for json
2017-12-08 14:13:40 -08:00
Marcin Grzejszczak
8be95a0a2e
bumping wiremock to 2.12.0
...
; fixes #477
2017-12-08 11:01:37 -08:00
Marcin Grzejszczak
1ea834bc19
bumping Boot o 1.5.9
2017-12-03 15:45:42 -05:00
buildmaster
2981b54b82
Going back to snapshots
2017-12-02 04:40:23 +00:00
buildmaster
9e5ac9020b
Update SNAPSHOT to 2.0.0.M5
2017-12-02 04:37:52 +00:00
Marcin Grzejszczak
1aa422e485
Merge branch '1.2.x'
2017-11-28 11:40:52 +01:00
JohannesDorn
9dca045197
Update DslToWireMockClientConverterSpec.groovy
2017-11-28 09:49:52 +01:00
JohannesDorn
475ab6af4b
Update DslToWireMockClientConverterSpec.groovy
2017-11-28 08:33:45 +01:00
Marcin Grzejszczak
6323ec4acb
Fixed bumping libs
2017-11-24 13:16:54 +01:00
Marcin Grzejszczak
10bec3e94a
Bumping versions to 1.2.2.BUILD-SNAPSHOT after release
2017-11-24 11:25:31 +01:00
Marcin Grzejszczak
118aba3f43
Going back to snapshots
2017-11-24 11:19:18 +01:00
Marcin Grzejszczak
23f7cf2fe0
Update SNAPSHOT to 1.2.1.RELEASE
2017-11-24 11:13:12 +01:00
Marcin Grzejszczak
8af7fb25c1
Merge branch 'master' into 2.0.x
2017-11-23 17:47:40 +01:00
Marcin Grzejszczak
786d504312
You can pass username & password explicitly to maven plugin
...
updated docs
fixes #462 #467
2017-11-23 17:47:31 +01:00
Marcin Grzejszczak
a792a48620
Merge branch 'master' into 2.0.x
2017-11-23 11:53:40 +01:00
Marcin Grzejszczak
4c073c8a52
Fixing the way StubRunnerBuilder options are built
...
without this change we're completely ignoring the option of using system properties to set the stub runner builder options
with this change we set it up with defaults from system properties and then we override it with the user's code
fixes #462
2017-11-23 11:53:15 +01:00
Marcin Grzejszczak
816d628da3
Fixed the bumping of libs
2017-11-22 15:04:25 +01:00
buildmaster
cb9b99baf9
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
2017-11-22 13:32:51 +00:00
buildmaster
4aa3b42fbc
Going back to snapshots
2017-11-22 13:32:50 +00:00
buildmaster
c62155e265
Update SNAPSHOT to 1.2.0.RELEASE
2017-11-22 13:26:43 +00:00
Marcin Grzejszczak
1cee74932d
Merge branch 'master' into 2.0.x
2017-11-21 16:35:31 +01:00
Marcin Grzejszczak
c354bffafb
Lower the logging level where password can be printed; fixes #463
2017-11-21 16:35:22 +01:00
buildmaster
5b2cc6f258
Going back to snapshots
2017-11-16 18:20:37 +00:00
buildmaster
f9908cefd2
Update SNAPSHOT to 2.0.0.M4
2017-11-16 18:17:31 +00:00
Marcin Grzejszczak
c09f8ca730
Merge branch 'master' into 2.0.x
2017-11-13 10:18:37 +01:00
Marcin Grzejszczak
1460606ba5
Bumped WireMock to 2.11.0; fixes #454
2017-11-13 10:18:24 +01:00
Marcin Grzejszczak
506470523b
should fix log4j problems
2017-11-02 14:38:54 +01:00
buildmaster
4cdd7462cc
Going back to snapshots
2017-10-28 07:25:37 +00:00
buildmaster
02d6c3e185
Update SNAPSHOT to 2.0.0.M3
2017-10-28 07:23:12 +00:00
buildmaster
2c78b99f5a
Going back to snapshots
2017-10-24 16:48:01 +00:00
buildmaster
cdfddc91d6
Update SNAPSHOT to 1.2.0.RC1
2017-10-24 16:45:05 +00:00
Marcin Grzejszczak
b73ba74910
Merge branch 'master' into 2.0.x
2017-10-24 18:33:42 +02:00
Marcin Grzejszczak
d7bda71cf6
Merge branch '1.1.x'
2017-10-24 18:30:34 +02:00
Marcin Grzejszczak
2f8eccc582
Fixing the inheritance issue
2017-10-24 18:28:54 +02:00
Marcin Grzejszczak
a893c0c93f
Merge branch 'master' into 2.0.x
2017-10-23 12:59:05 +02:00
Marcin Grzejszczak
3930a0450a
Bumped WireMock to 2.10.0; fixes #444
2017-10-23 12:58:57 +02:00
Marcin Grzejszczak
68de9d8d19
Merge branch 'master' into 2.0.x
2017-10-18 08:57:34 +02:00