From ceae417d350267451f636403505955328607de0b Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 4 May 2020 05:42:32 -0400 Subject: [PATCH] Credit for #1710 --- .../changelog/4_3_0/1710-baseorlistparam-visibility.yaml | 5 +++++ pom.xml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml new file mode 100644 index 00000000000..a3e9d956f85 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/4_3_0/1710-baseorlistparam-visibility.yaml @@ -0,0 +1,5 @@ +--- +type: add +issue: 1710 +title: The classes BaseOrListParam and BaseParam now have public visibility in order to make it easier to + create more generic APIs. Thanks to GitHub user @ibacher for the pull request! diff --git a/pom.xml b/pom.xml index 2744019eb29..3c612f9982a 100644 --- a/pom.xml +++ b/pom.xml @@ -629,6 +629,10 @@ gematik-fue gematik FuE + + ibacher + Ian +