Update to 3.27.0 release

This commit is contained in:
Brenin Rhodes
2025-09-26 09:27:13 -06:00
parent be7b5b321c
commit 3673c135b1
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<properties> <properties>
<java.version>17</java.version> <java.version>17</java.version>
<hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision> <hapi.fhir.jpa.server.starter.revision>2</hapi.fhir.jpa.server.starter.revision>
<clinical-reasoning.version>3.27.0-SNAPSHOT</clinical-reasoning.version> <clinical-reasoning.version>3.27.0</clinical-reasoning.version>
</properties> </properties>
<!-- one-liner to take you to the cloud with settings form the application.yaml file: --> <!-- one-liner to take you to the cloud with settings form the application.yaml file: -->

View File

@@ -11,7 +11,7 @@ public class CrProperties {
private CareGapsProperties careGaps = new CareGapsProperties(); private CareGapsProperties careGaps = new CareGapsProperties();
private CqlProperties cql = new CqlProperties(); private CqlProperties cql = new CqlProperties();
private TerminologyServerClientSettings terminologyServerClientSettings = new TerminologyServerClientSettings(); private TerminologyServerClientSettings terminologyServerClientSettings = TerminologyServerClientSettings.getDefault();
public Boolean getEnabled() { public Boolean getEnabled() {
return enabled; return enabled;