Commit Graph

3290 Commits

Author SHA1 Message Date
Jay Bryant
2e9459d740 Proofreading pass (#417)
I proofread the documentation and made it more formal.
2017-09-09 09:09:31 +02:00
Marcin Grzejszczak
f4ec52d4ac Removed Camel support (#387)
until https://issues.apache.org/jira/browse/CAMEL-11430 gets fixed

fixes #386
2017-09-05 15:14:31 +02:00
Marcin Grzejszczak
d06af6544f Merge branch 'master' into 2.0.x 2017-09-05 14:19:30 +02:00
Marcin Grzejszczak
bd2f863fdf Merge branch '1.1.x' 2017-09-05 14:19:19 +02:00
Marcin Grzejszczak
e6b80d619e Fixed missing $.body element in pact matchers; fixes #414 2017-09-05 14:19:12 +02:00
Marcin Grzejszczak
a6b767a19b Merge branch 'master' into 2.0.x 2017-09-04 13:29:36 +02:00
Marcin Grzejszczak
db642f8849 Merge branch '1.1.x' 2017-09-04 13:29:29 +02:00
Marcin Grzejszczak
4adde109fd Trying to make surefire work 2017-09-04 13:29:19 +02:00
Marcin Grzejszczak
22599b4ef9 Merge branch 'master' into 2.0.x 2017-09-04 12:49:11 +02:00
Marcin Grzejszczak
28e8df2ad7 Merge branch '1.1.x' 2017-09-04 12:34:52 +02:00
Marcin Grzejszczak
d92dbf09ee Fixed Non empty and non blank regex patterns
also catching ClassNotFoundError and printing it in trace level

fixes #412
2017-09-04 12:16:33 +02:00
Marcin Grzejszczak
3d327e28d0 Merge branch 'master' into 2.0.x 2017-09-04 11:54:56 +02:00
Marcin Grzejszczak
ec6cd20467 Bumped WireMock to 2.8.0, fixes #410 2017-09-04 11:53:46 +02:00
Marcin Grzejszczak
96b94d8011 Merge branch 'master' into 2.0.x 2017-09-04 11:40:46 +02:00
Marcin Grzejszczak
15cd85540c Updated docs about fromRequest().path() fixes #411 2017-09-04 11:40:33 +02:00
Marcin Grzejszczak
de17fb7638 Merge branch 'master' into 2.0.x 2017-09-04 11:33:14 +02:00
Marcin Grzejszczak
343109af7e Removed escaping unicode chars; fixes #385 2017-09-04 11:27:05 +02:00
Marcin Grzejszczak
94703b0c0f Merge branch 'master' into 2.0.x 2017-09-01 17:22:36 +02:00
Marcin Grzejszczak
5f8fd5058c Added support for fromRequest.path
without this change you can't referrence path of the request in the response
with this change that functionality is added

also Removed lang3 dependency and changed it to commons-text

fixes #388
2017-09-01 17:22:28 +02:00
Marcin Grzejszczak
4c08408e66 DslProperty doesn't get resolved in WireMock stub headers
without this change we're using directly the clientSide value of the DslProperty, whereas it can be nested
with this change we resolve the final value of the DslProperty

fixes #408
2017-09-01 16:46:56 +02:00
Marcin Grzejszczak
029034797a Merge branch 'master' into 2.0.x 2017-09-01 14:39:11 +02:00
Marcin Grzejszczak
38028b5b07 Merge branch '1.1.x' 2017-09-01 14:39:00 +02:00
Marcin Grzejszczak
d9fe4ac307 Adding note in the docs about Stubrunner and messaging; fixes #407 2017-09-01 14:38:51 +02:00
Marcin Grzejszczak
27a481ce25 Inconsistent regex() usage and invalid client stubs after passed server verification
After a short discussion, we came to the conclusion that it's confusing for RegexPatterns to return String. When defining the consumer/producer pair, you can easily create by mistake 2 string values if you forget the regex(...) and then you will only notice the issues on the consumer side due to invalid regular expression.

So the solution would be to change the current return types to Pattern. The regex(String) method will remain but also we need to add regex(Pattern) to maintain the compatibility of current DSLs. regex(Pattern) will return just the Pattern.

After such a change failing fast will be much easier.

fixes #389
2017-09-01 12:25:35 +02:00
Marcin Grzejszczak
ba6d4a5bc6 Merge branch 'master' into 2.0.x 2017-09-01 11:17:41 +02:00
Marcin Grzejszczak
a6f22bc593 Merge branch '1.1.x' 2017-09-01 11:10:31 +02:00
Marcin Grzejszczak
6d321c697d Fixed classcast in sc-WireMock; fixes #399 2017-09-01 11:10:24 +02:00
Marcin Grzejszczak
f833caf901 Merge branch 'master' into 2.0.x 2017-08-31 14:47:49 +02:00
Marcin Grzejszczak
bf0159dbc7 Merge branch '1.1.x' 2017-08-31 14:47:05 +02:00
Marcin Grzejszczak
2043548e4d Added missing links 2017-08-31 14:46:58 +02:00
Marcin Grzejszczak
5337e733f8 Merge branch 'master' into 2.0.x 2017-08-31 14:44:05 +02:00
Marcin Grzejszczak
385a09f456 Merge branch '1.1.x' 2017-08-31 14:42:59 +02:00
Marcin Grzejszczak
fd04b8a370 Referrencing resources from sc-build 2017-08-31 14:42:53 +02:00
Marcin Grzejszczak
b6d3b03aec Merge branch 'master' into 2.0.x 2017-08-30 16:42:04 +02:00
Marcin Grzejszczak
2777b98485 Merge branch '1.1.x' 2017-08-30 16:40:04 +02:00
Marcin Grzejszczak
babd671e32 Rebalanced docs; fixes #403 2017-08-30 16:31:47 +02:00
Marcin Grzejszczak
0759cb2d4a Fixing gradle project versions 2017-08-30 14:21:28 +02:00
Marcin Grzejszczak
de62368f8f Merge branch 'master' into 2.0.x 2017-08-30 13:40:20 +02:00
Marcin Grzejszczak
cd4555d4af Merge branch '1.1.x' 2017-08-30 13:40:08 +02:00
Marcin Grzejszczak
5cbf1836f0 Fixed checkstyole 2017-08-30 13:26:40 +02:00
Marcin Grzejszczak
15021d3bd1 Added the missing .timeout(...) method in the generated RestAssured tests
without this change the `fixedDelayMilliseconds` only works for the stub but doesn't do anything in the generated test
with this change we're adding this functionality for MockMvc based tests

fixes #402
2017-08-30 13:02:21 +02:00
Dave Syer
258d624975 Merge branch 'master' into 2.0.x 2017-08-30 09:31:49 +01:00
Dave Syer
51a35ce6b7 Use wiremock-standalone instead of the ambient server
The standalone jar is in much better shape now, and relocates all the
dependencies, like guava and jetty, so it's safe to use in a Spring
Boot project with Tomcat or a different version of jetty.

Fixes gh-397
2017-08-30 08:29:29 +01:00
Marcin Grzejszczak
0000d408b6 Merge branch 'master' into 2.0.x 2017-08-29 15:40:52 +02:00
Marcin Grzejszczak
5381ef8447 Merge branch '1.1.x' 2017-08-29 15:40:30 +02:00
Marcin Grzejszczak
113d4e2a4d Migrated to new docs 2017-08-29 15:39:55 +02:00
Marcin Grzejszczak
f4e33c4790 Updated docs 2017-08-29 10:06:28 +02:00
Marcin Grzejszczak
e3210ed837 Merge branch 'master' into 2.0.x 2017-08-29 10:03:57 +02:00
Marcin Grzejszczak
d015169382 Merge branch '1.1.x' 2017-08-29 09:59:27 +02:00
Marcin Grzejszczak
587a0c37a0 New docs; fixes #395 2017-08-29 09:53:47 +02:00