The upgrade to PostgreSQL 14 (https://openlmis.atlassian.net/browse/OLMIS-8156 ) requires updates to the dependencies (Spring Boot: 2.4.13, flyway:8.0.5, …).
The dependency upgrade makes HAPI FHIR 3.7.0 incompatible (runtime errors).
We shall upgrade HAPI FHIR to a version compatible with PostgreSQL 14 dependencies, preferable version that supports PostgreSQL 14 too.
The first step was done in https://github.com/OpenLMIS/openlmis-hapifhir/tree/OLMIS-8156
PostgreSQL compatible dependencies have been set
Small code changes have been applied
HAPI FHIR has been upgraded to 4.1.0 - fails integration tests because of runtime errors
See comment https://openlmis.atlassian.net/browse/OLMIS-8156?focusedCommentId=98165
Not needed.
Intro
The upgrade to PostgreSQL 14 (https://openlmis.atlassian.net/browse/OLMIS-8156 ) requires updates to the dependencies (Spring Boot: 2.4.13, flyway:8.0.5, …).
The dependency upgrade makes HAPI FHIR 3.7.0 incompatible (runtime errors).
Task
We shall upgrade HAPI FHIR to a version compatible with PostgreSQL 14 dependencies, preferable version that supports PostgreSQL 14 too.
The first step was done in https://github.com/OpenLMIS/openlmis-hapifhir/tree/OLMIS-8156
PostgreSQL compatible dependencies have been set
Small code changes have been applied
HAPI FHIR has been upgraded to 4.1.0 - fails integration tests because of runtime errors