From 58094573359c8c0af4ae5bd1e577c1f2e8900df7 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 22 Oct 2019 14:01:21 -0400 Subject: [PATCH] Credit for #1526 --- pom.xml | 4 ++++ src/changes/changes.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index bc6c5696b07..21e70e3c8f3 100755 --- a/pom.xml +++ b/pom.xml @@ -563,6 +563,10 @@ tuomoa Tuomo Ala-Vannesluoma + + jelmerterwal + Jelmer ter Wal + diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94800269bb0..682ead97ffc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -439,6 +439,10 @@ ProcedureRequest?someCustomParameter.BAD_NAME=]]>, the server would ignore this parameter instead of incorrectly returning an error. This has been corrected. + + 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! +