Marcin Grzejszczak
f11d5a1153
Merge branch 'master' into 2.0.x
2017-07-17 23:11:10 +02:00
Marcin Grzejszczak
395107b3e8
Merge branch '1.1.x'
2017-07-17 23:10:54 +02:00
Marcin Grzejszczak
db51f1339e
Lowering memory usage for circleci
2017-07-17 23:10:32 +02:00
Felipe Adorno
421b669361
Tests fail to compile when the contract contains a long value ( #358 )
...
without this change when a contract contains a long value inside the body, then the code fails to compile since the provided number is assumed to be an integer.
with this change we're appending an L literal to that value for the compiler to assume that it's a long value.
2017-07-17 22:35:37 +02:00
Marcin Grzejszczak
376ee50e83
Removing old files from output mappings folder; Related to #355
2017-07-13 19:22:43 +02:00
Marcin Grzejszczak
0ea6d366aa
Merge branch 'master' into 2.0.x
2017-07-13 19:14:04 +02:00
Marcin Grzejszczak
ff03b25cb3
Merge branch '1.1.x'
2017-07-13 19:13:04 +02:00
Marcin Grzejszczak
28abd6fdce
Added username and password for Gradle contract downloading
...
without this change you can't generate tests when working with Gradle that is to download contracts from an external repo
fixes #333
2017-07-13 18:59:20 +02:00
Marcin Grzejszczak
135a832056
Merge branch 'master' into 2.0.x
2017-07-13 15:54:16 +02:00
Marcin Grzejszczak
66d38f83a5
Added documentation on migrating from 1.0.x to 1.1.x
...
fixes #350
2017-07-13 15:53:15 +02:00
Marcin Grzejszczak
7328012989
Merge branch 'master' into 2.0.x
2017-07-13 15:30:50 +02:00
Marcin Grzejszczak
0c234e089c
Adding option to dump mappings to files ( #356 )
...
without this feature we're missing an option to print all mappings registered for servers
with this feature it will be much easier to debug what was registered in which http server stub. The mappings will be dumped to files with name artifactName_registeredPort
fixes #355
2017-07-13 15:30:34 +02:00
Marcin Grzejszczak
e28e346f77
Merge branch 'master' into 2.0.x
2017-07-13 12:22:21 +02:00
Marcin Grzejszczak
654127302e
Merge branch '1.1.x'
2017-07-13 12:10:32 +02:00
Marcin Grzejszczak
0f91efffd3
Fixed the way we treat headers and matching strategies
...
fixes #353
2017-07-13 12:09:27 +02:00
Marcin Grzejszczak
81f72b371e
Merge branch 'master' into 2.0.x
2017-07-05 12:48:31 +02:00
Marcin Grzejszczak
528e41d6c6
Merge branch '1.1.x'
2017-07-05 12:48:17 +02:00
Marcin Grzejszczak
f6d5ee1baa
Not using File.separator in ant path pattern
...
should fix issues for Windows
fixes #349
2017-07-05 12:47:51 +02:00
Marcin Grzejszczak
baed8898e1
Merge branch 'master' into 2.0.x
2017-07-04 13:19:57 +02:00
Marcin Grzejszczak
da85b3f252
Merge branch '1.1.x'
2017-07-04 13:19:47 +02:00
Dmitri Karpovich
f0f6a26d04
fixed wrong path of the contracts in documentation
2017-07-04 13:19:39 +02:00
Marcin Grzejszczak
801a25801a
Merge branch 'master' into 2.0.x
2017-07-04 13:17:33 +02:00
Marcin Grzejszczak
6b71bb95fb
Merge branch '1.1.x'
2017-07-04 13:17:10 +02:00
Dmitri Karpovich
06a3a5ff2d
fixed typo
2017-07-04 13:12:36 +02:00
Marcin Grzejszczak
959d8b958b
Added missing cookies method
2017-07-03 13:07:55 +02:00
Marcin Grzejszczak
935171c13a
Merge branch 'master' into 2.0.x
2017-07-03 13:03:45 +02:00
Marcin Grzejszczak
476baa1c63
Merge branch '1.1.x'
2017-07-03 13:03:31 +02:00
Marcin Grzejszczak
8c96a21abf
Fixed caching of downloaded contracts in Gradle
...
without this change when using a daemon, for snapshot versions of downloaded contracts allways the same folder is returned
with this change we cache only non snapshot artifacts; also there's a switch you can set to disable caching at all
fixes #343
2017-07-03 12:52:48 +02:00
Marcin Grzejszczak
2f510ec7d2
Merge branch 'master' into 2.0.x
2017-07-03 11:11:06 +02:00
Marcin Grzejszczak
c496722838
Merge branch '1.1.x'
2017-07-03 11:10:20 +02:00
Marcin Grzejszczak
b54c36ce8b
Polish
2017-07-03 11:10:02 +02:00
Tomasz Kopczynski
9d0075f586
gh-342: Rest Docs stubs with no body
2017-07-02 22:59:38 +02:00
Marcin Grzejszczak
8e41a682fb
Merge branch 'master' into 2.0.x
2017-07-02 14:18:15 +02:00
Marcin Grzejszczak
c574c0dc77
Merge branch '1.1.x'
2017-07-02 14:17:57 +02:00
Marcin Grzejszczak
0fbefbaf24
Trying to make the stub runner logic work with changes in sc-common
2017-07-02 14:05:27 +02:00
Marcin Grzejszczak
2d7055560f
Going back to snapshots
2017-06-29 08:34:29 +02:00
Marcin Grzejszczak
76e47bfdec
Update SNAPSHOT to 2.0.0.M1
2017-06-29 08:24:17 +02:00
Marcin Grzejszczak
4501b29a74
Bumped libs
2017-06-29 07:27:59 +02:00
Marcin Grzejszczak
6816b08e0c
Merge branch 'master' into 2.0.x
2017-06-28 15:04:28 +02:00
Marcin Grzejszczak
7890e75328
Merge branch '1.1.x'
2017-06-28 15:04:18 +02:00
Marcin Grzejszczak
99deaad17e
Contracts path cannot be overriden
...
without this change there's no way to change the default path of the path to the contracts when trying to execute the convert / generateTests task for another project
with this change we're setting properly the `spring.cloud.contract.verifier.contractsDirectory` for both tasks
fixes #338
2017-06-28 14:45:33 +02:00
Marcin Grzejszczak
0789875608
Merge branch 'master' into 2.0.x
2017-06-28 12:47:36 +02:00
Marcin Grzejszczak
828590b476
Merge branch '1.1.x'
2017-06-28 12:47:27 +02:00
Marcin Grzejszczak
aa68196b27
Added tests for #336
...
fixes #336
2017-06-28 12:46:56 +02:00
Marcin Grzejszczak
5a17a3157b
Readme
2017-06-28 12:33:05 +02:00
Marcin Grzejszczak
2a98158335
Merge branch 'master' into 2.0.x
2017-06-28 12:17:20 +02:00
Marcin Grzejszczak
9295f6b554
Merge branch '1.1.x'
2017-06-28 12:08:28 +02:00
Marcin Grzejszczak
39be73ac13
Fixed checkstyle
2017-06-28 12:08:20 +02:00
Marcin Grzejszczak
e96234d7c0
Merge branch 'master' into 2.0.x
2017-06-28 11:47:15 +02:00
Marcin Grzejszczak
4611a49ed9
Merge branch '1.1.x'
2017-06-28 11:47:01 +02:00