From 3673c135b10f2e9eb3f4937780b93cab50e5ed81 Mon Sep 17 00:00:00 2001 From: Brenin Rhodes Date: Fri, 26 Sep 2025 09:27:13 -0600 Subject: [PATCH] Update to 3.27.0 release --- pom.xml | 2 +- src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ec33f13..ae371cb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 17 2 - 3.27.0-SNAPSHOT + 3.27.0 diff --git a/src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java b/src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java index fa76c0f..f790bd5 100644 --- a/src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java +++ b/src/main/java/ca/uhn/fhir/jpa/starter/cr/CrProperties.java @@ -11,7 +11,7 @@ public class CrProperties { private CareGapsProperties careGaps = new CareGapsProperties(); private CqlProperties cql = new CqlProperties(); - private TerminologyServerClientSettings terminologyServerClientSettings = new TerminologyServerClientSettings(); + private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault(); public Boolean getEnabled() { return enabled;