Commit Graph

2407 Commits

Author SHA1 Message Date
Marcin Grzejszczak
f7ea8f0241 Request param not accepting empty values; fixes gh-886 2019-02-14 14:10:10 +01:00
Olga Maciaszek-Sharma
431dd7aabb Minor refactoring. 2019-02-13 13:16:57 +01:00
konstantinshevchuk
59954d1da0 Default handler for XmlSlurper (#879)
* Default handler for XmlSlurper
2019-02-13 13:02:05 +01:00
Marcin Grzejszczak
d27020bfdf Updated sdkman java version 2019-02-12 10:48:14 +01:00
Marcin Grzejszczak
e8f774f874 Fixed the unnecessary isEmpty generation; fixes gh-727 2019-01-24 17:55:04 +01:00
Marcin Grzejszczak
42329bcacb Updated JDK in Docker images 2019-01-22 08:14:53 +01:00
Marcin Grzejszczak
fb1e081dda Added a test and docs on how to add all stubs from the classpath; fixes gh-591 2019-01-20 20:33:49 +01:00
Marcin Grzejszczak
7f1b14a292 Escaping new lines for json; fixes gh-802 2019-01-20 13:05:08 +01:00
Marcin Grzejszczak
03a4303a10 Not causing an exception when context is broken; fixes gh-833 2019-01-18 16:28:00 +01:00
Marcin Grzejszczak
85e8e869b7 Ensures that we don't try to remove root element from json; fixes gh-844 2019-01-15 15:16:29 +01:00
Marcin Grzejszczak
9d0f859f3d Fixed unnecessary escaping of strings; fixes gh-851 2019-01-15 14:58:55 +01:00
Marcin Grzejszczak
16e5f1bd19 Fixed wrong sub-arrays isEmpty assertion; fixes gh-797 2019-01-07 17:58:44 +01:00
Marcin Grzejszczak
69d990f3a1 Added spring-boot-starter-web for stub runner boot
fixes gh-840
2019-01-04 17:26:19 +01:00
Marcin Grzejszczak
7b2cce7513 Fixed issues with bound ports 2018-12-18 13:20:39 +01:00
Marcin Grzejszczak
d23e0c61bf The DSL generated from RESTDocs for String response is wrong; fixes gh-775 2018-12-17 10:43:22 +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
34f7cd31ed Merge branch '1.2.x' into 2.0.x 2018-11-18 11:03:57 +01:00
Marcin Grzejszczak
91c2d0600f Fixed wrong java version in sdkman 2018-11-18 11:03:48 +01:00
Marcin Grzejszczak
40628f81f7 Fixed wrong java version in sdkman 2018-11-18 11:02:42 +01:00
Marcin Grzejszczak
53890889bd Updated java version 2018-11-18 10:39:39 +01:00
Marcin Grzejszczak
59735638be Merge branch '1.2.x' into 2.0.x 2018-11-15 13:29:42 +01:00
Marcin Grzejszczak
103fa81e06 No cache for Docker 2018-11-15 12:22:07 +01:00
Marcin Grzejszczak
07e662a4ad Making tests less brittle 2018-11-14 14:54:27 +01:00
Marcin Grzejszczak
d82baee855 Added url matching to MockRestServiceServer; fixes gh-740 2018-11-14 12:21:36 +01:00
Marcin Grzejszczak
9c6d625941 Merge branch '1.2.x' into 2.0.x 2018-11-14 12:01:34 +01:00
Marcin Grzejszczak
f0c7d26e8b Allows generating stubs for body containing boolean; fixes gh-708 2018-11-14 12:01:23 +01:00
Marcin Grzejszczak
2d173bcb95 Removes the contracts & mappings folders for the given version before committing and pushing new stubs; fixes gh-790 2018-11-13 19:07:05 +01:00
Marcin Grzejszczak
c884b9cfbd Merge branch '1.2.x' into 2.0.x 2018-11-08 20:04:48 +01:00
Marcin Grzejszczak
14d968a63f Should pick all the properties 2018-11-08 20:04:47 +01:00
Marcin Grzejszczak
525bc4eead Ensures that can parse amqp headers when they are a list; fixes gh-789 2018-11-08 20:04:35 +01:00
Marcin Grzejszczak
ba2e67275a Merge branch '1.2.x' into 2.0.x 2018-11-08 17:21:26 +01:00
Marcin Grzejszczak
182aa430b5 Added fixedDelayMilliseconds in yaml and docs; fixes gh-788 2018-11-08 17:18:20 +01:00
Marcin Grzejszczak
d5c4597193 Merge branch '1.2.x' into 2.0.x 2018-11-08 16:52:18 +01:00
Marcin Grzejszczak
e01af34151 Fixed the issue with round robin of stream / integration flows; fixes gh-787 2018-11-08 16:44:50 +01:00
Marcin Grzejszczak
1d7a86a6a3 Added deleteStubsAfterTests in annotation; fixes gh-779 2018-11-06 16:20:04 +01:00
Marcin Grzejszczak
d3a4b1c611 Merge branch '1.2.x' into 2.0.x 2018-11-06 16:12:28 +01:00
Marcin Grzejszczak
8b869e0c7a Does not return a lowercase channel name; fixes gh-781 2018-11-06 16:12:11 +01:00
Marcin Grzejszczak
c05f19cdb7 Fixed invalid cookie and URL YAML parsing; fixes gh-770 2018-10-26 19:47:42 +02:00
Marcin Grzejszczak
921b0e155b Added URL matchers for YAML; fixes gh-767 2018-10-24 22:45:01 +02:00
Marcin Grzejszczak
898dbcab98 Added query parameter matchers for YAML; fixes gh-766 2018-10-24 22:31:22 +02:00
Marcin Grzejszczak
2d5c2dd931 Fixes missing casting; fixes gh-764 2018-10-23 22:53:23 +02:00
Marcin Grzejszczak
6bbd2dcede Fixed build 2018-10-23 22:16:11 +02:00
Marcin Grzejszczak
edb3d97f3f Fixed invalid cloning of a json; fixes gh-763 2018-10-23 22:13:41 +02:00
buildmaster
15344a159c Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 19:56:38 +00:00
buildmaster
55be026c4a Going back to snapshots 2018-10-23 19:56:36 +00:00
buildmaster
02d5a01025 Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 19:42:37 +00:00
Marcin Grzejszczak
38afb59076 Fixed conversion of GString to String; fixes gh-762 2018-10-23 20:21:44 +02:00
Marcin Grzejszczak
78048826a3 Merge branch '1.2.x' into 2.0.x 2018-10-19 16:14:40 +02:00
Marcin Grzejszczak
34c2ed0330 Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754 2018-10-19 16:14:12 +02:00
Marcin Grzejszczak
6254f9e933 Merge branch '1.2.x' into 2.0.x 2018-10-16 14:53:47 +02:00