Stream: implementers
Topic: Fhir Server upgrade to v 3.8.0
Sridhar Vellore (Aug 20 2019 at 05:05):
I have taken the sample project given at https://github.com/dermatologist/fhirql and upgraded the POM to version 3.8.0 and I am running into below exception at the time of launch. Caused by: java.lang.ClassNotFoundException: org.springframework.boot.task.TaskExecutorBuilder
I wanted to switch to using R4 with 3.8.0 version. Can you please guide how to set the right version in the parent
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>3.8.0</version>
</parent>
Lloyd McKenzie (Aug 20 2019 at 17:05):
@James Agnew
Sridhar Vellore (Aug 26 2019 at 12:22):
@James Agnew What is the recent version of R4 I can configure, with v3.4.0 Code works fine, Will it not work with 3.8.0?
James Agnew (Aug 26 2019 at 12:33):
It's worth noting that the latest version is now 4.0.0 (we released this new version last week)- but FHIR R4 is fully supported in that version. See this link for a table of supported FHIR versions: http://hapifhir.io/download.html
That said, I don't maintain the repo you linked to so I can't speak to what version it supports. This repo is our reference JPA server implementation (not that the other repo isn't good- I'm sure it is, we just don't maintain it): https://github.com/hapifhir/hapi-fhir-jpaserver-starter
Last updated: Apr 12 2022 at 19:14 UTC