Marcin Grzejszczak
6963528a4a
Updated contract docs
2016-12-13 09:52:08 +01:00
Marcin Grzejszczak
faa18a69b1
Made stub downloading pluggable ( #165 )
...
* Added implementation for pluggable stub downloading
* Added docs and test for pluggable sub dowloader
fixes #165
2016-12-13 09:32:32 +01:00
Marcin Grzejszczak
eabb0f6724
Updated docs
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
ff4297dc0b
Added docs about stub runner
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
57bf619471
Polish
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
3e90c1ab9d
Polish
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
d69670db68
Bumped up version and polished
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
a328130418
WireMock done
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
148dc4effc
Added documentation to the new features
2016-12-07 22:24:34 +01:00
Marcin Grzejszczak
d8ff715527
Bumped up version to 1.1.0
2016-12-07 14:34:56 +01:00
Marcin Grzejszczak
545874c951
Issues #110 user pass ( #157 )
...
can now configure username and password authentication and a proxy for accessing stub repository
Fixes #110
2016-12-05 14:56:08 +01:00
Marcin Grzejszczak
7a347da55a
Going back to snapshots
2016-11-24 18:58:50 +01:00
Marcin Grzejszczak
c7883a0d97
Bumping version before release
2016-11-24 18:37:39 +01:00
Andy Wilkinson
72e165e4ae
Use spring-asciidoctor-extensions to provide tabbed code blocks ( #153 )
2016-11-21 17:15:33 +01:00
Dave Syer
475fa2a40b
Fix escaping of __
2016-11-21 13:56:14 +00:00
Marcin Grzejszczak
699c7d2121
Added Gradle / Maven tabs
...
with these changes if someone is not interested with one of those tools one won't see it until it gets clicked
fixes #152
2016-11-21 13:59:42 +01:00
Marcin Grzejszczak
49373eb160
Added docs on extending the DSL
...
with this change we're explaining how you can add your custom methods to the DSL
fixes #23
2016-11-21 11:46:01 +01:00
Dave Syer
e93d951d50
Add support for file root location in @AutoConfigureWireMock
2016-11-11 14:15:11 +00:00
Marcin Grzejszczak
293fa22bf4
Updated contract deps
2016-11-08 17:09:07 +01:00
Marcin Grzejszczak
a34e1973f8
Update introduction.adoc
2016-11-01 14:25:29 +01:00
Marcin Grzejszczak
8a9098c8b7
Updated docs with webinar info
2016-11-01 07:42:25 +01:00
Mathias Düsterhöft
49520d4c3d
Add support for spring-amqp annotated listener endpoints
...
without this change only explicit Spring AMQP support was present
with this change support for spring-amqp annotated listener endpoints was added
fixes #127
2016-10-31 14:23:56 +01:00
Mathias Düsterhöft
2b70b450b9
add spring-amqp/spring-rabbit support for message contracts ( #106 )
2016-10-20 12:43:31 +02:00
Marcin Grzejszczak
f4a6b4f4b1
Going back to snapshots
2016-10-17 12:22:17 +02:00
Marcin Grzejszczak
dd214f83f6
Bumping versions before release
2016-10-17 11:54:52 +02:00
dantwining
4779729ed9
Minor typo in README ( #108 )
2016-10-13 22:27:13 +02:00
Marcin Grzejszczak
b17238ff4e
Fixing missing context-path usage
...
without this change when the user adds context-path it gets ignored and WireMock fails to register stubs
with this change we update the WireMock instance to include the context path
fixes #99
2016-10-11 11:27:24 +02:00
Marcin Grzejszczak
e8031c0a65
Small updates of docs
2016-09-26 14:34:36 +02:00
Marcin Grzejszczak
b598518281
Added ignored to contracts
...
without this change the only way to ignore a contract was to provide it in the plugin's config
with this change you can also set it on the contract itself.
fixes #30
2016-09-26 14:32:01 +02:00
Marcin Grzejszczak
0694d5b6f6
Updated docs
2016-09-23 22:44:01 +02:00
Marcin Grzejszczak
6381362ad6
Going back to Snapshots
2016-09-23 21:04:10 +02:00
Marcin Grzejszczak
8ee2ef4b18
Bumping versions before release
2016-09-23 20:07:58 +02:00
Marcin Grzejszczak
3f6a1601ab
Updated docs
2016-09-23 16:02:27 +02:00
Marcin Grzejszczak
a3e67a1b34
Updated docs
2016-09-23 15:59:55 +02:00
Marcin Grzejszczak
186ac4762f
Updated docs
2016-09-23 15:56:11 +02:00
Marcin Grzejszczak
e8917940ec
Added option of multiple test base classes
...
without this change the user was forced to use a single base class for all of the generated tests. It could become problematic after some time.
With this change we provide a range of options of providing different base classes for different contracts.
fixes #16
2016-09-23 15:52:14 +02:00
Marcin Grzejszczak
f079b8e440
Updated docs
2016-09-23 10:56:52 +02:00
Marcin Grzejszczak
429cab76cc
Updated docs
2016-09-23 10:43:27 +02:00
Marcin Grzejszczak
01f4ad76be
Consumer Contracts ( #83 )
...
With this functionality you can have one centralized repository containing all contracts. This repo will have to produce a JAR containing all contracts. The layout of the repository can be arbitrary but some sensible defaults are assumed. The producer will be able to then download that JAR and produce tests and stubs from it.
fixes #38
2016-09-23 10:16:51 +02:00
Marcin Grzejszczak
0d9a7b54ca
Updated docs
2016-09-20 12:39:04 +02:00
Marcin Grzejszczak
b9eee2b2a7
Added docs about async
...
fixes #80
2016-09-20 12:33:55 +02:00
Marcin Grzejszczak
24b3f80e8c
Going back to SNAPSHOTs
2016-09-08 23:25:23 +02:00
Marcin Grzejszczak
411ca5886b
Bumping versions before RC1 release
2016-09-08 23:25:23 +02:00
Marcin Grzejszczak
f1a2561df3
Removed adoc footer
2016-09-07 18:02:02 +02:00
Marcin Grzejszczak
2b4eb23839
Added a section on how to work with stub jars
...
without this people can be surprised with the transitive dependencies being included in their project from stub jars.
We explain 3 different approaches to solving this issue.
Fixes #55
2016-09-07 10:03:24 +02:00
Marcin Grzejszczak
dbc7c57702
Changed the docs ( #74 )
...
* reorganized the entries (now the Contract details went to the very bottom)
* added FAQ section where versioning and dynamic props are better defined
* added in a couple of places links to Groovy JSON docs
fixes #69
2016-09-06 19:41:34 +02:00
Marcin Grzejszczak
5ceb9f1a8e
Simplified addition of dependencies by using Camden BOM
2016-09-02 11:24:08 +02:00
Marcin Grzejszczak
8dde9f333b
Removed XML entry
...
will readd it once it has been fixed
fixes #67
2016-08-30 11:06:04 +02:00
Marcin Grzejszczak
c59306ce5d
Going back to snapshots
2016-08-27 00:27:55 +02:00
Marcin Grzejszczak
bf60a6b72f
Bumping versions before release
2016-08-26 23:51:33 +02:00