Credit for #769
This commit is contained in:
parent
ffc67248c4
commit
d77c0b9590
|
@ -225,6 +225,12 @@
|
||||||
JAX-RS server module was not able to generate server CapabilityStatement for
|
JAX-RS server module was not able to generate server CapabilityStatement for
|
||||||
some versions of FHIR (DSTU2_HL7ORG, DSTU2_1, or R4). Thanks to Clayton Bodendein for the Pull Request!
|
some versions of FHIR (DSTU2_HL7ORG, DSTU2_1, or R4). Thanks to Clayton Bodendein for the Pull Request!
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="769">
|
||||||
|
When a server method throws a DataFormatException, the error will now be converted into
|
||||||
|
an HTTP 400 instead of an HTTP 500 when returned to the client (and a stack
|
||||||
|
trace will now be returned to the client for JAX-RS server if configured to
|
||||||
|
do so). Thanks to Clayton Bodendein for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="3.0.0" date="2017-09-27">
|
<release version="3.0.0" date="2017-09-27">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue