Commit Graph

2332 Commits

Author SHA1 Message Date
Marcin Grzejszczak
74b97648ee Polish 2018-08-29 15:37:09 +02:00
Marcin Grzejszczak
814dd06cea Fixed broken links; fixes gh-710 2018-08-22 16:16:16 +02:00
Marcin Grzejszczak
6f1d88c9b4 Merge branch '1.2.x' into 2.0.x 2018-08-10 14:36:00 +02:00
Marcin Grzejszczak
d2f0f6322e Added comments related to the workaround with Java HTTP client; thanks to @tomakehurst 2018-08-10 14:35:52 +02:00
Marcin Grzejszczak
ff2621d78a Merge branch '1.2.x' into 2.0.x 2018-08-09 15:51:44 +02:00
Marcin Grzejszczak
6d630482ea Using / for relative paths; should fix gh-697 2018-08-09 15:51:28 +02:00
Marcin Grzejszczak
8388757a40 Merge branch '1.2.x' into 2.0.x 2018-08-09 15:45:14 +02:00
Marcin Grzejszczak
e60eb56f2b Removed unnecessary file separator from classpath stub provider 2018-08-09 15:45:02 +02:00
Marcin Grzejszczak
0be329f6ac Merge branch '1.2.x' into 2.0.x 2018-08-09 15:04:54 +02:00
Marcin Grzejszczak
0b79a5b360 Moar debug 2018-08-09 15:04:46 +02:00
Marcin Grzejszczak
1603627ed3 Added debug info for stubs per consumer 2018-08-09 14:12:25 +02:00
Marcin Grzejszczak
e0afcd523b Added debug info for stubs per consumer 2018-08-09 14:11:59 +02:00
Marcin Grzejszczak
cb31ca7bf1 Removed DirtiesContext 2018-08-08 21:58:04 +02:00
Marcin Grzejszczak
ac2b89d68c Fixed checkstyle issues 2018-08-08 18:10:30 +02:00
Marcin Grzejszczak
52ed19d194 Merge branch '1.2.x' into 2.0.x 2018-08-08 18:09:49 +02:00
Marcin Grzejszczak
e5b0a9dabc Added better exception for null collection elements; fixes gh-703 2018-08-08 18:09:27 +02:00
Marcin Grzejszczak
951443552f Merge branch '1.2.x' into 2.0.x 2018-08-08 18:04:28 +02:00
Marcin Grzejszczak
6d1cb05a77 Removed missing DirtiesContext 2018-08-08 18:04:20 +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
01c056e938 Merge branch '1.2.x' into 2.0.x 2018-08-06 11:53:57 +02:00
Marcin Grzejszczak
7046690842 Fixed the way body is parsed for stub generation
without this fixed some bodies were treated as XML where they should be treated as text

fixes gh-493
2018-08-06 11:48:40 +02:00
Marcin Grzejszczak
ec7ed5e87f Maybe now 2018-08-01 17:15:26 +02:00
Marcin Grzejszczak
562271bb24 Fixing the build 2018-08-01 17:12:12 +02:00
Marcin Grzejszczak
4a6162cb5a Migrated to 2.0.4.BS of build 2018-08-01 17:10:07 +02:00
Marcin Grzejszczak
d9c7d8f5e1 Fixing the build 2018-08-01 14:49:34 +02:00
Marcin Grzejszczak
0d33b3644e Fixed the build after release 2018-08-01 13:07:09 +02:00
Marcin Grzejszczak
c2ecd2cd17 Merge branch '1.2.x' into 2.0.x 2018-08-01 13:02:30 +02:00
Marcin Grzejszczak
e65aa5d6d5 Ensures that the proper channel will be picked for the same destination
fixes gh-694
2018-08-01 12:54:47 +02:00
Marcin Grzejszczak
46963e3da5 Fixed invalid contract package string
without this change we were matching the package for contracts with _REPLACEME_ text in it
with this change we're checking it against the package for contracts in a proper way

fixes gh-701
2018-08-01 12:12:37 +02:00
Marcin Grzejszczak
85406875e1 When referencing from request a number adds "L" for longs
fixes gh-702
2018-08-01 11:43:46 +02:00
buildmaster
5375cf51ff Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 20:10:10 +00:00
buildmaster
2e92b65169 Going back to snapshots 2018-07-31 20:10:09 +00:00
buildmaster
c9758f5d4c Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:50:29 +00:00
Marcin Grzejszczak
7b710a0fd9 Trying to fix the doc 2018-07-24 21:51:03 +02:00
Marcin Grzejszczak
036e3bf117 Fixed invalid docs 2018-07-19 08:40:21 +02:00
Marcin Grzejszczak
cb5d1a1465 Added documentation on how to set up webflux; fixes gh-688 2018-07-17 12:44:17 +02:00
Marcin Grzejszczak
a8447cf6b8 Merge branch '1.2.x' 2018-07-13 11:02:02 -04:00
Marcin Grzejszczak
58ce759ce6 Bumped jsonassert to 0.4.13; fixes gh-689 2018-07-13 10:59:46 -04:00
SvenBayer
4aab1da0f7 Move YamlContractConverter after available contract converters for producers (#687)
* Move YamlContractConverter list of available contract converters.

* Move available contract converters before YamlContractConverter
2018-07-11 20:40:17 +02:00
SvenBayer
0a28d0848d Move YamlContractConverter list of available contract converters. (#684)
Great pointer and great pull request. Thanks a lot!
2018-07-09 08:52:19 +02:00
Marcin Grzejszczak
37c7878759 Fixing the lack of picking of creds from the GIT plugins; fixes gh-678 2018-07-03 08:34:35 +02:00
Marcin Grzejszczak
302347f399 Fixed the invalid mockito verification that ignored null; fixes gh-676 2018-07-02 16:06:18 +02:00
Marcin Grzejszczak
adcdf30be5 Updated the docs with proper links; fixes gh-672 2018-07-02 14:19:10 +02:00
Marcin Grzejszczak
a4f9b600fb Merge branch '1.2.x' 2018-07-02 14:07:55 +02:00
Marcin Grzejszczak
18c34f745f Fixed wrong sc-deps update after the release 2018-07-02 14:05:02 +02:00
Marcin Grzejszczak
a66a381d34 Merge branch '1.2.x' 2018-07-02 09:56:01 +02:00
Axel Hodler
58baf76fac Improve docs on contract priority (#675) 2018-06-30 07:28:09 +02:00
buildmaster
63418e0400 Bumping versions to 1.2.6.BUILD-SNAPSHOT after release 2018-06-29 20:38:49 +00:00
buildmaster
983b363512 Going back to snapshots 2018-06-29 20:38:47 +00:00