Commit Graph

39 Commits

Author SHA1 Message Date
Dave Syer
3a85b60408 Convert stub-runner base to Java 2016-07-15 17:10:48 +01:00
Marcin Grzejszczak
bc22227fe3 Added missing docs for #32 2016-07-15 14:27:17 +02:00
Marcin Grzejszczak
66bc04a6da Generating values if only one regex is passed
with this change if in the DSL the regex is not in the valid place - an exception will be thrown
if the regex is passed properly but there is no other value (client / server) - it will get generated

fixes #32
2016-07-15 00:27:14 +02:00
Dave Syer
0522cbb4d6 Introduce @AutoConfigureContractVerifierMessaging
as a new autoconfig switch for test cases (instead of relying on
plain autoconfiguration).

Fixes gh-33
2016-07-14 13:38:16 +01:00
Marcin Grzejszczak
04f9b75181 Changing group id
to org.springframework.cloud from org.springframework.cloud.contract

also stopped running an http server if the contract doesn't support it
added back stub runner modules
2016-07-13 19:24:42 +02:00
Dave Syer
5df2f5eb68 Remove .empty files (not needed in STS any more) 2016-07-13 14:20:34 +01:00
Marcin Grzejszczak
ebf8dd4b67 Bumping WireMock to 2.1.7 (#27)
* Bumping WireMock to 2.1.7
* Added samples to the project
* Updated docs

fixes #26, #7
2016-07-12 13:06:42 +02:00
Dave Syer
dd1410b5f9 Convert samples to Java 2016-07-12 10:45:03 +01:00
Dave Syer
25f18db8fb Stop managing slf4j explicitly 2016-07-11 12:04:59 +01:00
Marcin Grzejszczak
8523c49d6a Added global unroll dep 2016-07-11 12:10:50 +02:00
Dave Syer
6c287a09ec Wrangle tests to pass 2016-07-11 10:43:34 +01:00
Dave Syer
809e71f1d9 Remove groovy plugin where it isn't needed 2016-07-11 09:12:12 +01:00
Marcin Grzejszczak
d4dac7e705 Fixed Gradle project build 2016-07-10 10:47:39 +02:00
Dave Syer
a7720c3915 Fix parent poms 2016-07-09 11:51:14 +01:00
Dave Syer
432f952d3d Flatten hierarchy 2016-07-09 10:34:49 +01:00
Dave Syer
9736fa91b0 Remove gradle build 2016-07-09 10:07:30 +01:00
Dave Syer
36b97533c7 Add Maven build 2016-07-09 10:07:18 +01:00
Dave Syer
5b96800b4a Extract gradle plugin into its own build 2016-07-09 10:05:21 +01:00
Marcin Grzejszczak
bab3dd63cb Polish + travis 2016-07-08 17:09:41 +02:00
Marcin Grzejszczak
37bd94ffc0 Merge branch 'master' of github.com:spring-cloud/spring-cloud-contract into fork_with_history 2016-07-08 16:45:09 +02:00
Marcin Grzejszczak
52352d5a46 Merge branch 'fork_with_history' of github.com:Codearte/accurest into fork_with_history 2016-07-08 16:44:21 +02:00
marcin
4ee555cc32 Moved code a bit 2016-07-08 16:43:02 +02:00
marcin
6e397a6e5e Moved code a bit 2016-07-08 16:14:13 +02:00
Marcin Grzejszczak
f8a46f966c Added missing target 2016-07-08 13:23:20 +02:00
Marcin Grzejszczak
9a8c40f9e0 Added missing jars 2016-07-08 13:20:15 +02:00
Marcin Grzejszczak
84f8305123 Added missing jars 2016-07-08 13:07:59 +02:00
Marcin Grzejszczak
bd3c38d097 Initial commit of Spring Cloud Contract Verifier 2016-07-08 12:51:00 +02:00
Marcin Grzejszczak
da801e52c7 Added property to skip array size assertion (#295)
with this fix you can pass set the Contract Verifier property 'assertJsonSize' to true / false in order to check / not check the array size of a JSON

workaround to #293
2016-07-06 15:38:20 +02:00
Marcin Grzejszczak
24fc9e1351 Fixed wrong gradle plugin setup 2016-06-30 00:30:17 +02:00
Marcin Grzejszczak
8540e75cfd Added missing tasks
Added default Gradle tasks
2016-06-29 23:27:30 +02:00
Marcin Grzejszczak
2f3887753e Fixed funcTest 2016-06-29 19:18:11 +02:00
Marcin Grzejszczak
8f37b1823d Big refactoring
moved the contract to the spec modules
    changed the package of the contract
    fixed a couple of bugs related to stream messaging
    fixed a bug related to not copying of contracts via Gradle
2016-06-29 18:59:44 +02:00
Marcin Grzejszczak
68559b2577 Fixed the bug with bad sent msgs 2016-06-28 22:57:45 +02:00
Marcin Grzejszczak
845002bc78 Polish 2016-06-28 22:38:36 +02:00
Marcin Grzejszczak
b38372011c Fixed the bug with regex in GString in messaging 2016-06-21 20:24:20 +02:00
Marcin Grzejszczak
33a57dd147 Added tests for messaging 2016-06-21 10:37:15 +02:00
Marcin Grzejszczak
76edee5019 Updated the docs 2016-06-20 13:45:52 +02:00
Marcin Grzejszczak
26130232dc Updated the docs 2016-06-20 13:43:05 +02:00
Marcin Grzejszczak
817c232d3f Rebranding (#287) 2016-06-19 23:55:09 +02:00