Use R4-specific fhir-model artifact, drop direct fhir-path dep - #69
Draft
LZRS wants to merge 1 commit into
Draft
Conversation
Depend on dev.ohs.fhir:fhir-model-r4 instead of the fhir-model umbrella, which also pulls in R4B and R5. All app models are dev.ohs.fhir.model.r4.*. Remove the direct fhir-path dependency: no app code uses dev.ohs.fhir.fhirpath, and it still resolves transitively via fhir-engine and fhir-data-capture. It stays on the pre-split 1.0.0-beta03 because those two call FhirPathEngine.Companion.forR4(), which beta04+ moved out of the companion into a fhir-path-r4 extension. Refresh the bundled-libraries table to match, and add the missing fhir-engine row.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depend on dev.ohs.fhir:fhir-model-r4 instead of the fhir-model umbrella, which also pulls in R4B and R5. All app models are dev.ohs.fhir.model.r4.*.
Remove the direct fhir-path dependency: no app code uses dev.ohs.fhir.fhirpath, and it still resolves transitively via fhir-engine and fhir-data-capture. It stays on the pre-split 1.0.0-beta03 because those two call FhirPathEngine.Companion.forR4(), which beta04+ moved out of the companion into a fhir-path-r4 extension.
Refresh the bundled-libraries table to match, and add the missing fhir-engine row.
Fixes #<issue_number_goes_here>