Open JervenBolleman opened 1 year ago
If you got the project built, might be worth it to add a pull request to update the doc noting the need for docker, looks like docs are found here: https://github.com/hapifhir/hapi-fhir/blob/master/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/contributing/hacking_guide.md
on a clean git checkout from github on a fedora 37 with java 17 as the default JDK. I get a
java.lang.ExceptionInInitializerError at ca.uhn.fhir.jpa.embedded.HapiSchemaMigrationTest.(HapiSchemaMigrationTest.java:38) in the HAPI FHIR JPA Server Test Utilities project.
I just did
git clone mvn install
Which seems to say I need to have a docker install to be able to run the unit tests. But that is not obvious from the documentation.