File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
src/main/java/ca/uhn/fhir/jpa/starter/common Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >ca.uhn.hapi.fhir</groupId >
16
16
<artifactId >hapi-fhir</artifactId >
17
- <version >7.7.7 -SNAPSHOT</version >
17
+ <version >7.7.9 -SNAPSHOT</version >
18
18
</parent >
19
19
20
20
<artifactId >hapi-fhir-jpaserver-starter</artifactId >
Original file line number Diff line number Diff line change 21
21
import ca .uhn .fhir .jpa .binary .provider .BinaryAccessProvider ;
22
22
import ca .uhn .fhir .jpa .config .util .HapiEntityManagerFactoryUtil ;
23
23
import ca .uhn .fhir .jpa .config .util .ResourceCountCacheUtil ;
24
- import ca . uhn . fhir . jpa . config . util . ValidationSupportConfigUtil ;
24
+
25
25
import ca .uhn .fhir .jpa .dao .FulltextSearchSvcImpl ;
26
26
import ca .uhn .fhir .jpa .dao .IFulltextSearchSvc ;
27
27
import ca .uhn .fhir .jpa .dao .search .HSearchSortHelperImpl ;
@@ -103,12 +103,6 @@ public IStaleSearchDeletingSvc staleSearchDeletingSvc() {
103
103
return new StaleSearchDeletingSvcImpl ();
104
104
}
105
105
106
- @ Primary
107
- @ Bean
108
- public CachingValidationSupport validationSupportChain (JpaValidationSupportChain theJpaValidationSupportChain ) {
109
- return ValidationSupportConfigUtil .newCachingValidationSupport (theJpaValidationSupportChain );
110
- }
111
-
112
106
@ Autowired
113
107
private ConfigurableEnvironment configurableEnvironment ;
114
108
You can’t perform that action at this time.
0 commit comments