Stream: hapi
Topic: hapi-fhir-jpaserver-starter: supported_resource_types
Hannes Ulrich (Nov 26 2019 at 12:42):
Hi all!
For the starter, I have to specify all supported resources within the hapi.properties in the line supported_resource_types. Is there a more comfortable way to support all resources like supported_resource_types=ALL ?
Thanks
Patrick Werner (Nov 26 2019 at 12:45):
Just comment the line out, then all resources are supported.
James Agnew (Nov 26 2019 at 12:53):
Fyi @Hannes Ulrich there was a regression for the last 2 days due to a PR with a bug that slipped past the CI process. You did need to explicitly specify the full list of your resources as a result.
That has now been fixed on the latest master, you can go back to commenting out the line completely to support all resources.
Hannes Ulrich (Nov 26 2019 at 12:55):
That sounds amazing and thank you for the quick response!
Patrick Werner (Nov 26 2019 at 12:56):
@James Agnew just fyi: can't see a fixing commit yet.
James Agnew (Nov 26 2019 at 13:15):
This is the commit: https://github.com/hapifhir/hapi-fhir-jpaserver-starter/commit/dd299100bfdcfee4704ccf33df8a4cd697e7ef2b
Patrick Werner (Nov 26 2019 at 13:17):
ah! was looking at the hapi-fhir project. Thanks!
Last updated: Apr 12 2022 at 19:14 UTC