Credit for #1526
This commit is contained in:
parent
c003047ca9
commit
5809457335
4
pom.xml
4
pom.xml
|
@ -563,6 +563,10 @@
|
||||||
<id>tuomoa</id>
|
<id>tuomoa</id>
|
||||||
<name>Tuomo Ala-Vannesluoma</name>
|
<name>Tuomo Ala-Vannesluoma</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>jelmerterwal</id>
|
||||||
|
<name>Jelmer ter Wal</name>
|
||||||
|
</deveoper>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -439,6 +439,10 @@
|
||||||
<![CDATA[<code>ProcedureRequest?someCustomParameter.BAD_NAME=</code>]]>, the server would ignore this
|
<![CDATA[<code>ProcedureRequest?someCustomParameter.BAD_NAME=</code>]]>, the server would ignore this
|
||||||
parameter instead of incorrectly returning an error. This has been corrected.
|
parameter instead of incorrectly returning an error. This has been corrected.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="1526">
|
||||||
|
Several issues with HAPI FHIR's annotation scanner that prevented use with Kotlin based
|
||||||
|
resource providers have been corrected. Thanks to Jelmer ter Wal for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="4.0.3" date="2019-09-03" description="Igloo (Point Release)">
|
<release version="4.0.3" date="2019-09-03" description="Igloo (Point Release)">
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
|
|
Loading…
Reference in New Issue