Upgraded to 5.6.0

Subscription tests fail ...
This commit is contained in:
jkv
2021-11-18 19:48:40 +01:00
parent ea3f10ec86
commit 16559ea17c
9 changed files with 46 additions and 47 deletions

View File

@@ -10,6 +10,8 @@ spring:
# database connection pool size
hikari:
maximum-pool-size: 10
flyway:
check-location: false
jpa:
properties:
hibernate.format_sql: false
@@ -31,9 +33,6 @@ spring:
batch:
job:
enabled: false
main:
# TODO 5.6.0 -> Prevent duplicate bean definitions in the Spring batch config in HAPI: see:
allow-bean-definition-overriding: true
hapi:
fhir:
### This enables the swagger-ui at /fhir/swagger-ui/index.html as well as the /fhir/api-docs (see https://hapifhir.io/hapi-fhir/docs/server_plain/openapi.html)