Credit for #547
This commit is contained in:
parent
ea1ebb245e
commit
b0981a8dc5
5
pom.xml
5
pom.xml
|
@ -292,6 +292,11 @@
|
||||||
<id>Robbert1</id>
|
<id>Robbert1</id>
|
||||||
<name>Robbert van Waveren</name>
|
<name>Robbert van Waveren</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>daliboz</id>
|
||||||
|
<name>Jenny Syed</name>
|
||||||
|
<organization>Cerner</organization>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -263,6 +263,12 @@
|
||||||
in creating custom structures. Thanks to Allan Bro Hansen
|
in creating custom structures. Thanks to Allan Bro Hansen
|
||||||
for pointing this out.
|
for pointing this out.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="547">
|
||||||
|
CapturingInterceptor did not buffer the response meaning
|
||||||
|
that in many circumstances it did not actually capture
|
||||||
|
the response. Thanks to Jenny Syed of Cerner for
|
||||||
|
the pull request and contribution!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.1" date="2016-11-11">
|
<release version="2.1" date="2016-11-11">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue