hapi-fhir
hapi-fhir copied to clipboard
JaxRsRequest is missing support for R4B
See snippet below, there is no support for R4B here. Ran into this when trying to execute methods on providers in an R4B context, but I think it's also an issue in the default BundleProvider?
https://github.com/hapifhir/hapi-fhir/blob/024d84869046ac79e1c5c445b0c2973a95b35eb5/hapi-fhir-jaxrsserver-base/src/main/java/ca/uhn/fhir/jaxrs/server/util/JaxRsRequest.java#L227-L307