Skip to content

Commit 46f9495

Browse files
committed
Release: v2.2.7
* General: Update Various Dependencies * General: prevent regex ReDos attacks on FHIRPathEngine * Loader: Suppress adding language when not configured to add language * Loader: Fix parameter type in expansion parameters * Loader: Better error handling regenerating packages * Loader: Add Enable-Native-Access to generated jar (Suppress SQLite java warning) * Terminology: Handle Regex ReDos error in terminology services * Terminology: Handle contained resources in value sets * Terminology: Add support for op = CHILD in value set filters * Terminology: fix bug choosing incorrect server for implied value sets * Terminology: fix bug choosing correct snomed server when value sets are in play * Validator: Suppress message about id for SHC * Validator: Control validation of FHIRPath functions * Validator: Issues are only raised against preferred bindings when they are defined in profiles (or in IG publisher) * Validator: Add ability to suppress errors for missing resource ids * Renderer: fix error generating the wrong file for primary language * Renderer: render type characteristics * Renderer: Fix mapping representation for http urls * Renderer: Fix missing assets and malformed icon URLs in comparison output * QA: Fix NPE in PublicationChecker when publication-request.json is absent * QA: fix withdrawal qa ***NO_CI***
1 parent 02863dc commit 46f9495

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

org.hl7.fhir.publisher.cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
77
<groupId>org.hl7.fhir.publisher</groupId>
8-
<version>2.2.7-SNAPSHOT</version>
8+
<version>2.2.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

org.hl7.fhir.publisher.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hl7.fhir.publisher</groupId>
77
<artifactId>org.hl7.fhir.publisher</artifactId>
8-
<version>2.2.7-SNAPSHOT</version>
8+
<version>2.2.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.hl7.fhir.publisher</groupId>
66
<artifactId>org.hl7.fhir.publisher</artifactId>
7-
<version>2.2.7-SNAPSHOT</version>
7+
<version>2.2.7</version>
88
<packaging>pom</packaging>
99

1010
<properties>

0 commit comments

Comments
 (0)