Skip to content

Commit d629c3f

Browse files
author
Gary
committed
Add backport info
1 parent 1b13ef2 commit d629c3f

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
type: fix
33
issue: 7386
4+
backport: 8.4.2
45
title: "A bug was fixed in Icd10CmLoader where applicable 7th character extensions were not being appended to all child codes."

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/8_8_0/7394-valueset-code-case-sensitivity.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
type: add
33
issue: 7394
4+
backport: 8.4.2
45
title: "A new setting JpaStorageSettings.setAllowDatabaseValidationOverride(boolean) has been added.
56
When enabled, database-stored CodeSystem and ValueSet resources take precedence over built-in
67
default profile validation resources. This allows user-defined terminology resources to override

hapi-fhir-validation/src/main/java/org/hl7/fhir/common/hapi/validation/support/ValidationSupportChain.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import ca.uhn.fhir.util.FhirTerser;
1818
import ca.uhn.fhir.util.Logs;
1919
import ca.uhn.fhir.util.StopWatch;
20-
import ca.uhn.fhir.util.UrlUtil;
2120
import com.google.common.annotations.VisibleForTesting;
2221
import com.google.common.base.Strings;
2322
import jakarta.annotation.Nonnull;

0 commit comments

Comments
 (0)