This commit is contained in:
jamesagnew 2016-05-05 06:59:50 -04:00
parent b4d3a7bb74
commit 387c4793f7
2 changed files with 8 additions and 0 deletions

View File

@ -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>

View File

@ -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">