From e06fee93c2fd6f9769eea07da9e8a81a60a4f3f3 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 21 Oct 2023 06:44:08 +1100 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 13 +++++++++++-- .../tests/LocalTerminologyServiceTests.java | 3 +++ pom.xml | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b06c6ab5f..3d178e66ab 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,16 @@ ## Validator Changes -* no changes +* Validation by templateId for CDA +* Fix NPE validating concept maps +* Update ViewDefinition validator for change (alias -> name) +* Fix for NPE validating sql-on-fhir ViewDefinition +* Fix for index out of bounds error when extension uses itself ## Other code changes -* no changes \ No newline at end of file +* Add package use tracking to FHIR cache for validator.fhir.org +* Support for instance-name and instance-description in IG publisher +* Element.removeExtension (support for instance-name and instance-description extensions in IG publisher) +* Split terminology service tests +* Hack for wrong URLs in subscriptions backport +* Remove dependencies for unused UI experiment diff --git a/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/terminology/tests/LocalTerminologyServiceTests.java b/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/terminology/tests/LocalTerminologyServiceTests.java index d6777e75c9..91db02a4c6 100644 --- a/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/terminology/tests/LocalTerminologyServiceTests.java +++ b/org.hl7.fhir.validation/src/test/java/org/hl7/fhir/terminology/tests/LocalTerminologyServiceTests.java @@ -29,6 +29,7 @@ import org.hl7.fhir.validation.special.TxTester.ITxTesterLoader; import org.junit.Test; import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.condition.EnabledIf; import org.junit.runner.RunWith; @@ -39,6 +40,7 @@ @RunWith(Parameterized.class) @EnabledIf("localTxRunning") +@Disabled public class LocalTerminologyServiceTests implements ITxTesterLoader { public static class JsonObjectPair { @@ -99,6 +101,7 @@ public LocalTerminologyServiceTests(String name, JsonObjectPair setup) { @SuppressWarnings("deprecation") @Test @Tag("excludedInSurefire") + @Disabled public void test() throws Exception { if (SERVER != null) { if (tester == null) { diff --git a/pom.xml b/pom.xml index c939ec634a..23266c8404 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 32.0.1-jre 6.4.1 - 1.4.12-SNAPSHOT + 1.4.12 2.15.2 5.9.2 1.8.2