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>
|
||||
<name>joelsch</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>euvitudo</id>
|
||||
<name>Phillip Warner</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -94,6 +94,10 @@
|
|||
LoggingInterceptor on server has a new parameter
|
||||
<![CDATA[<code>${requestBodyFhir}</code>]]> which logs the entire request body.
|
||||
</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 version="1.5" date="2016-04-20">
|
||||
<action type="fix" issue="339">
|
||||
|
|
Loading…
Reference in New Issue