hapifhir / hapi-fhir-jpaserver-starter

Apache License 2.0
395 stars 1.05k forks source link

Updated FHIR to 7.4.0 #726

Closed madduci closed 2 months ago

madduci commented 3 months ago

The JpaSettings have been changed in the HAPI FHIR library and now the Subscriptions are not anymore configurable through JpaSettings. This leads also to a tests that fails, but i couldn't find any documentation related to it. All i could find is the documentation about the Subscription Debug Log Interceptor.

dotasek commented 3 months ago

Hi @madduci, thank you for opening this PR.

This is a duplicate of https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/684, which has been tracking HAPI SNAPSHOT for some time.

I believe most of the changes in the tracking branch are similar to yours, but I haven't updated the Docker Base image or the OpenTelemetry dependency. Could you take a look at the other PR, and perhaps suggest a merge of those changes to it?

madduci commented 3 months ago

Hi,

Thanks for your review, I've totally missed the other pending PR. I will compare my changes and then craft a PR against the proposed tracking branch.