From c92ee550c0ec27550cd09aac51abb757263a3b0e Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 27 Aug 2024 16:42:13 +0000 Subject: [PATCH] Release: v6.3.21 ## Validator Changes * Security Fix: Move all instantiation of transformerFactory to XMLUtils and set ACCESS_EXTERNAL flags automatically (slightly improvement to output message, but closes possible attack vector) * Handle 308 redirects when fetching packages * Fix NPE in ValueSetValidator * Fix for NPE in IGLoader * fix version conversion problem for ConceptMap (4<->5): relationship comment getting lost for noMap entries * Add check for multiple WG extensions (HL7 context) ## Other code changes * Suppress spurious logging statement * Add Australian CDA name prefix & uri to mapping transform code * Add new messages for tx.fhir.org * Remove narrative from snapshot tests * Improve complex extension rendering when rendering by profile * Rewrite processing of map statements when generating snapshots to fix known bugs * Updates to Capability Statement rendering (and minor Operation Definition rendering improvement) * Fix wrong reference to CDA classes for unscoped class names * fix rendering issue for R4 relationship codes in ConceptMap * rework decimal lowBoundary() and highBoundary() after discussion on Zulip, and add extensive testing * Fix existing test case for fixed up boundary handling in FHIRPath * Add CodeSystem fetching for selected code systems for VSAC import * Drop to saxon 11.6 for now * fix issue with json unicode whitespace enscaping * get Java generator running again (though no code regenerated) * don't escape unicode whitespace in json files * Fix NPE in questionnaire renderer * Hack workaround for R4 issue with ProcessPriority * Rewrite concurrency management for file system package cache ***NO_CI*** --- org.hl7.fhir.convertors/pom.xml | 2 +- org.hl7.fhir.dstu2/pom.xml | 2 +- org.hl7.fhir.dstu2016may/pom.xml | 2 +- org.hl7.fhir.dstu3/pom.xml | 2 +- org.hl7.fhir.r4/pom.xml | 2 +- org.hl7.fhir.r4b/pom.xml | 2 +- org.hl7.fhir.r5/pom.xml | 2 +- org.hl7.fhir.report/pom.xml | 2 +- org.hl7.fhir.utilities/pom.xml | 2 +- org.hl7.fhir.validation.cli/pom.xml | 2 +- org.hl7.fhir.validation/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index 723c5772f..d7740ca7c 100644 --- a/org.hl7.fhir.convertors/pom.xml +++ b/org.hl7.fhir.convertors/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 253c29c91..32327eb1d 100644 --- a/org.hl7.fhir.dstu2/pom.xml +++ b/org.hl7.fhir.dstu2/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 482c70381..99a87b869 100644 --- a/org.hl7.fhir.dstu2016may/pom.xml +++ b/org.hl7.fhir.dstu2016may/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index ecd7048fa..501d34f25 100644 --- a/org.hl7.fhir.dstu3/pom.xml +++ b/org.hl7.fhir.dstu3/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 6bf991ee8..41817cb4f 100644 --- a/org.hl7.fhir.r4/pom.xml +++ b/org.hl7.fhir.r4/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index d2c800dfc..87f2ac1fd 100644 --- a/org.hl7.fhir.r4b/pom.xml +++ b/org.hl7.fhir.r4b/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index e6064cc73..40ed78939 100644 --- a/org.hl7.fhir.r5/pom.xml +++ b/org.hl7.fhir.r5/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 8396f3fee..ce28ed179 100644 --- a/org.hl7.fhir.report/pom.xml +++ b/org.hl7.fhir.report/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index a4fdde285..57fdd9df8 100644 --- a/org.hl7.fhir.utilities/pom.xml +++ b/org.hl7.fhir.utilities/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index f03ca9659..7d69447b7 100644 --- a/org.hl7.fhir.validation.cli/pom.xml +++ b/org.hl7.fhir.validation.cli/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 364122db4..12750ca8d 100644 --- a/org.hl7.fhir.validation/pom.xml +++ b/org.hl7.fhir.validation/pom.xml @@ -5,7 +5,7 @@ ca.uhn.hapi.fhir org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 ../pom.xml diff --git a/pom.xml b/pom.xml index 7f25494b8..fc3f311fd 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.3.21-SNAPSHOT + 6.3.21 pom