Skip to content

Commit 79c43b4

Browse files
committed
Bump HAPI version, fix deleted method in Cr properties
1 parent b5e40bc commit 79c43b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>ca.uhn.hapi.fhir</groupId>
1616
<artifactId>hapi-fhir</artifactId>
17-
<version>7.1.6-SNAPSHOT</version>
17+
<version>7.1.8-SNAPSHOT</version>
1818
</parent>
1919

2020
<artifactId>hapi-fhir-jpaserver-starter</artifactId>

src/main/java/ca/uhn/fhir/jpa/starter/cr/StarterCrR4Config.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ public ExecutorService cqlExecutor() {
6868
@Bean
6969
CareGapsProperties careGapsProperties(CrProperties theCrProperties) {
7070
var careGapsProperties = new CareGapsProperties();
71-
careGapsProperties.setThreadedCareGapsEnabled(false);
7271
careGapsProperties.setCareGapsReporter(theCrProperties.getCareGapsReporter());
7372
careGapsProperties.setCareGapsCompositionSectionAuthor(theCrProperties.getCareGapsSectionAuthor());
7473
return careGapsProperties;

0 commit comments

Comments
 (0)