Added support for fromRequest.path

without this change you can't referrence path of the request in the response
with this change that functionality is added

also Removed lang3 dependency and changed it to commons-text

fixes #388
This commit is contained in:
Marcin Grzejszczak
2017-09-01 17:21:03 +02:00
parent 4c08408e66
commit 5f8fd5058c
19 changed files with 136 additions and 26 deletions

View File

@@ -132,3 +132,11 @@ The flow for setting the generated tests package name will look like this:
Related to
https://github.com/spring-cloud/spring-cloud-contract/issues/260[issue 260].
==== New methods in TemplateProcessor
In order to add support for `fromRequest.path` some methods had to be added to the
`TemplateProcessor` interface.
Related to
https://github.com/spring-cloud/spring-cloud-contract/issues/388[issue 388].