From 8bd0f0b1ad5488ad5225c878e75abc51d8b11b19 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 21 Jun 2023 07:09:07 +0000 Subject: [PATCH 1/2] Release: v6.0.16 ## Validator Changes Post DevDays Release - many significant changes! * Add ```-watch-mode``` parameter (See [doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-Watchmode)) * Start checking constraint expressions defined in profiles and logical models, and update FHIRPath for logical models * Start checking ElementDefinition.mustHaveValue and ElementDefinition.valueAlternatives * Start validating derived questionnaires * Tighten up checking on FHIRPath - enforce use of ```'```, and don't accept ```"``` for string delimiters * Add ```-allow-double-quotes-in-fhirpath``` parameter ([doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-LegacyFHIRPathSetting)) * Fix error when validating profiles that mix canonical() and Reference() types * Fix extension context checking * Fix erroneous FHIRPath expression eld-11 when loading * Fix incomplete support for ```-display-issues-are-warnings``` parameter * Fix broken NullFlavor binding in R4 * Fix various NPE errors doing value set validation (+ logging tx operations) * Minor performance improvements to start up time * Auto-update implied slicing elements when min < slice min ## Other code changes * Add CodeQL to the build process * Various NPE fixes * Add getValueAsString(TemporalPrecisionEnum) method to date/time types * Fix rendering for unresolvable ValueSets * Remove r4b eclipse project files * Upgrade multiple dependency libraries (per CodeQL) * Only record sorting errors when generating snapshots when debug mode is on * Tighten up SSL certificate checking * Partial refactor of CLI parameter handling * Fix path regex (per CodeQL) * Remove erroneous logging from conversion tests * Rendering improvements for various profile related extensions * More work on TxTests operation (lenient wrt extensions) * Fix handling of summary extension (delete duplicate tools summary extension, and don't inherit it) * Reprocess URLs in Markdown extensions on both StructureDefinition and ElementDefinition * Improve URL detection in markdown when reprocessing URLs ***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 46a0e46a0..dece46c08 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 2cf7c7350..7c64936d5 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 996bbc997..96e1dc352 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index aca202d8c..83edf63a3 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 5c6be4f22..0739fb75d 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index bf70f505f..2dd402361 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index 7e68f0ca0..e135ba421 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index d83e25bc7..555d49421 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index 5b78e99ec..e9e66da75 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index d12caa026..b22b84b6b 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 67912e041..1b5fd46c8 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.0.16-SNAPSHOT + 6.0.16 ../pom.xml diff --git a/pom.xml b/pom.xml index 93cf33142..3b38535f1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.0.16-SNAPSHOT + 6.0.16 pom From 67cb3006f26b264f503c862d87025ab32929c14f Mon Sep 17 00:00:00 2001 From: markiantorno Date: Wed, 21 Jun 2023 07:40:48 +0000 Subject: [PATCH 2/2] Updating version to: 6.0.17-SNAPSHOT and incrementing test cases dependency. --- RELEASE_NOTES.md | 36 ++--------------------------- 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 +- 13 files changed, 14 insertions(+), 46 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0b3c55cec..7b06c6ab5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,39 +1,7 @@ ## Validator Changes -Post DevDays Release - many significant changes! - -* Add ```-watch-mode``` parameter (See [doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-Watchmode)) -* Start checking constraint expressions defined in profiles and logical models, and update FHIRPath for logical models -* Start checking ElementDefinition.mustHaveValue and ElementDefinition.valueAlternatives -* Start validating derived questionnaires -* Tighten up checking on FHIRPath - enforce use of ```'```, and don't accept ```"``` for string delimiters -* Add ```-allow-double-quotes-in-fhirpath``` parameter ([doco](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Validator#UsingtheFHIRValidator-LegacyFHIRPathSetting)) -* Fix error when validating profiles that mix canonical() and Reference() types -* Fix extension context checking -* Fix erroneous FHIRPath expression eld-11 when loading -* Fix incomplete support for ```-display-issues-are-warnings``` parameter -* Fix broken NullFlavor binding in R4 -* Fix various NPE errors doing value set validation (+ logging tx operations) -* Minor performance improvements to start up time -* Auto-update implied slicing elements when min < slice min - +* no changes ## Other code changes -* Add CodeQL to the build process -* Various NPE fixes -* Add getValueAsString(TemporalPrecisionEnum) method to date/time types -* Fix rendering for unresolvable ValueSets -* Remove r4b eclipse project files -* Upgrade multiple dependency libraries (per CodeQL) -* Only record sorting errors when generating snapshots when debug mode is on -* Tighten up SSL certificate checking -* Partial refactor of CLI parameter handling -* Fix path regex (per CodeQL) -* Remove erroneous logging from conversion tests -* Rendering improvements for various profile related extensions -* More work on TxTests operation (lenient wrt extensions) -* Fix handling of summary extension (delete duplicate tools summary extension, and don't inherit it) -* Reprocess URLs in Markdown extensions on both StructureDefinition and ElementDefinition -* Improve URL detection in markdown when reprocessing URLs - +* no changes \ No newline at end of file diff --git a/org.hl7.fhir.convertors/pom.xml b/org.hl7.fhir.convertors/pom.xml index dece46c08..bc6e99f4e 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2/pom.xml b/org.hl7.fhir.dstu2/pom.xml index 7c64936d5..293b53112 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu2016may/pom.xml b/org.hl7.fhir.dstu2016may/pom.xml index 96e1dc352..ef644371b 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.dstu3/pom.xml b/org.hl7.fhir.dstu3/pom.xml index 83edf63a3..e6953e9c9 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4/pom.xml b/org.hl7.fhir.r4/pom.xml index 0739fb75d..c4d2a664a 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r4b/pom.xml b/org.hl7.fhir.r4b/pom.xml index 2dd402361..07ab51995 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.r5/pom.xml b/org.hl7.fhir.r5/pom.xml index e135ba421..26580b5aa 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.report/pom.xml b/org.hl7.fhir.report/pom.xml index 555d49421..1fe074ee7 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.utilities/pom.xml b/org.hl7.fhir.utilities/pom.xml index e9e66da75..8debd7599 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation.cli/pom.xml b/org.hl7.fhir.validation.cli/pom.xml index b22b84b6b..4bfb1a435 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/org.hl7.fhir.validation/pom.xml b/org.hl7.fhir.validation/pom.xml index 1b5fd46c8..0e9e3d03f 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.0.16 + 6.0.17-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 3b38535f1..00b149405 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ HAPI FHIR --> org.hl7.fhir.core - 6.0.16 + 6.0.17-SNAPSHOT pom