Skip to content

Commit f18fa4a

Browse files
committed
Update HAPI + match config changes
1 parent 58ebb98 commit f18fa4a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
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.7.7-SNAPSHOT</version>
17+
<version>7.7.9-SNAPSHOT</version>
1818
</parent>
1919

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

src/main/java/ca/uhn/fhir/jpa/starter/common/StarterJpaConfig.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import ca.uhn.fhir.jpa.binary.provider.BinaryAccessProvider;
2222
import ca.uhn.fhir.jpa.config.util.HapiEntityManagerFactoryUtil;
2323
import ca.uhn.fhir.jpa.config.util.ResourceCountCacheUtil;
24-
import ca.uhn.fhir.jpa.config.util.ValidationSupportConfigUtil;
24+
2525
import ca.uhn.fhir.jpa.dao.FulltextSearchSvcImpl;
2626
import ca.uhn.fhir.jpa.dao.IFulltextSearchSvc;
2727
import ca.uhn.fhir.jpa.dao.search.HSearchSortHelperImpl;
@@ -103,12 +103,6 @@ public IStaleSearchDeletingSvc staleSearchDeletingSvc() {
103103
return new StaleSearchDeletingSvcImpl();
104104
}
105105

106-
@Primary
107-
@Bean
108-
public CachingValidationSupport validationSupportChain(JpaValidationSupportChain theJpaValidationSupportChain) {
109-
return ValidationSupportConfigUtil.newCachingValidationSupport(theJpaValidationSupportChain);
110-
}
111-
112106
@Autowired
113107
private ConfigurableEnvironment configurableEnvironment;
114108

0 commit comments

Comments
 (0)