Preston Lee

Results 64 comments of Preston Lee

Could this please be merged in? The current release version is completely broken without it. :(

For context, I'd made the request on behalf of the NIH-funded "SHARES" grant program at Arizona State University, on which I'm a co-investigator. We have a number of deidentified patient...

Also reported via Zulip, here: https://chat.fhir.org/#narrow/stream/179167-hapi/topic/R5.20Docker.20Crashing/near/395149283

Hi @jkiddo, Thank you for working on this! Any chance we could get a new build? I'm happy to test it. :) Unfortunately this bug means that there are no...

Understood.. Who can validate and authorize this? I'd like to politely request a patch release.

Thank you @KevinDougan-SmileCDR ! Do the "latest" Docker Hub images get built automatically by CI? ..or is that a separate request?

I definitely could be building it wrong, but on a Ubuntu x64 machine: `docker build -t p3000/hapi-fhir-jpaserver-starter:latest .` `docker run -it --rm -p 8080:8080 -e hapi.fhir.fhir_version=R5 p3000/hapi-fhir-jpaserver-starter:latest` Throws the following...

@jkiddo Nope. Clean checkout of `master`. Build and run with the exact commands and throws the runtime exception about /app/target every time. Docker version 24.0.5, build 24.0.5-0ubuntu1~23.04.1

> @preston can you verify that the rest of it works by running `docker run -it --rm -p 8080:8080 -e hapi.fhir.fhir_version=R5 -e spring.datasource.url=jdbc:h2:mem:test_mem p3000/hapi-fhir-jpaserver-starter:latest` @jkiddo Similar runtime exception having to...