Add credit for #404
This commit is contained in:
parent
8f7a374a25
commit
4177994ad8
4
pom.xml
4
pom.xml
|
@ -232,6 +232,10 @@
|
|||
<id>subhrajyotim</id>
|
||||
<name>Subhro</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>mion00</id>
|
||||
<name>Carlo Mion</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -68,6 +68,16 @@
|
|||
disabled and will not attempt to use it. This
|
||||
prevents a crash for some operations.
|
||||
</action>
|
||||
<action type="add">
|
||||
A new server interceptor "BanUnsupprtedHttpMethodsInterceptor" has been added
|
||||
which causes the server to return an HTTP 405 if an unsupported HTTP
|
||||
verb is received from the client
|
||||
</action>
|
||||
<action type="fix" issue="404">
|
||||
Fix an issue where resource IDs were not correctly set when using
|
||||
DSTU2 HL7org structures with the JAX-RS module. Thanks to Carlo Mion
|
||||
for the pull request!
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.6" date="2016-07-07">
|
||||
<action type="fix">
|
||||
|
|
Loading…
Reference in New Issue