Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure FhirContext loads custom resources in the list of resource names #5073

Merged
merged 13 commits into from
Jul 12, 2023

Conversation

lukedegruchy
Copy link
Collaborator

@lukedegruchy lukedegruchy commented Jul 10, 2023

  • Ensure FhirContext loads custom resources in the list of resource names

Closes #5075

…e custom resources that will be used to validate the Bundle resources.
…logic in ValidationDataInitializerSvcImpl to ensure there is no Exception when parsing a custom resource type.
@lukedegruchy lukedegruchy changed the title Fix bug by maintaining a separate list of resource types including th… Ensure FhirContext loads custom resources in the list of resource names Jul 10, 2023
@lukedegruchy lukedegruchy marked this pull request as ready for review July 11, 2023 12:19
@StevenXLi
Copy link
Contributor

Suggestion: You should add some tests on the hapi side as well to test the changes to make sure getResourceTypes() returns the correct information.

@lukedegruchy lukedegruchy enabled auto-merge (squash) July 12, 2023 13:04
@github-actions
Copy link

github-actions bot commented Jul 12, 2023

Formatting check succeeded!

@lukedegruchy lukedegruchy enabled auto-merge (squash) July 12, 2023 13:48
@lukedegruchy lukedegruchy merged commit 43694f3 into master Jul 12, 2023
62 of 63 checks passed
@lukedegruchy lukedegruchy deleted the ld-20230710-custom-resource-in-bundle-invalid-url branch July 12, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POSTing a Bundle with a Custom Resource with request type PUT fails with HAPI-2006
3 participants