Credit for #355
This commit is contained in:
parent
b4d3a7bb74
commit
387c4793f7
4
pom.xml
4
pom.xml
|
@ -220,6 +220,10 @@
|
||||||
<id>joelsch</id>
|
<id>joelsch</id>
|
||||||
<name>joelsch</name>
|
<name>joelsch</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>euvitudo</id>
|
||||||
|
<name>Phillip Warner</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -94,6 +94,10 @@
|
||||||
LoggingInterceptor on server has a new parameter
|
LoggingInterceptor on server has a new parameter
|
||||||
<![CDATA[<code>${requestBodyFhir}</code>]]> which logs the entire request body.
|
<![CDATA[<code>${requestBodyFhir}</code>]]> which logs the entire request body.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="355">
|
||||||
|
JAX-RS server module now supports DSTU3 resources (previously it only supported DSTU2). Thanks
|
||||||
|
to Phillip Warner for implementing this, and providing a pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.5" date="2016-04-20">
|
<release version="1.5" date="2016-04-20">
|
||||||
<action type="fix" issue="339">
|
<action type="fix" issue="339">
|
||||||
|
|
Loading…
Reference in New Issue