Commit Graph

23 Commits

Author SHA1 Message Date
Marcin Grzejszczak
012a17871e Merge branch '2.2.x' 2020-03-25 15:11:54 +01:00
Marcin Grzejszczak
bd054e3220 Improved bean restarting and resetting 2020-03-25 14:48:26 +01:00
Marcin Grzejszczak
eeb2d87c14 made junit5 default test generation framework (#1320)
fixes #1249
2020-02-07 13:43:30 +01:00
Marcin Grzejszczak
9e02b7c902 Updated Copyrights 2020-01-28 20:00:13 +01:00
Marcin Grzejszczak
5609450bf2 Fixed the broken build 2019-10-04 13:47:33 +02:00
Marcin Grzejszczak
a607ccf376 Fixed 2019-03-22 15:08:40 +01:00
Marcin Grzejszczak
55a0ae86c5 Fixed https 2019-03-22 11:41:20 +01:00
Marcin Grzejszczak
8ce80e6e7f Applied checkstyle rules 2019-02-08 18:20:59 +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
096790e04d Upgraded to Greenwhich 2018-08-29 14:04:28 +02:00
Marcin Grzejszczak
8bb61176ea Removed dirties context on any tests 2018-08-08 18:00:58 +02:00
Marcin Grzejszczak
c9228969de Closing and restarting WireMock stub after and before each test (#707)
fixes gh-665
2018-08-08 17:52:28 +02:00
Marcin Grzejszczak
17327462ad Added better support for XML in RestDocs; fixes gh-647 2018-05-08 20:44:27 +02:00
Marcin Grzejszczak
7341b570b8 Added better support for XML in RestDocs; fixes gh-647 2018-05-08 20:38:00 +02:00
Marcin Grzejszczak
d80f31b72a Merge branch '1.2.x' 2018-01-25 12:50:49 +01:00
Marcin Grzejszczak
c9538548fd Adds an option to use StubRunner from classpath (#284)
without this change there's no option to use Stub Runner to pick stubs from classpath
with this change we're adding that option. It's enough for the user not to provide neither the `repositoryRoot` nor `workOffline`. If that's the case then Classpath scanning will take place.

fixes #282
2017-04-27 17:13:15 +02:00
Marcin Grzejszczak
e36a6e2b56 Going back to snapshots 2017-01-30 11:47:27 +01:00
Marcin Grzejszczak
dfceed2ce1 Bumping versions before release 2017-01-30 11:41:56 +01:00
Marcin Grzejszczak
42d82dca23 Prepared code for parallel run 2016-11-14 10:30:04 +01:00
Dave Syer
eb691717a2 Add support for automatically registering stubs in @AutoConfigureWireMock 2016-07-26 14:28:43 +01:00
Dave Syer
4305f40fd9 Expose WireMockServer for @Autowired in test class 2016-07-26 14:28:43 +01:00
Dave Syer
1a8c1214c4 Add support for restdocs in a crude way 2016-07-26 14:28:43 +01:00