-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
address #3064 - mismatch version in JSON error
* The primary change here is to remove the meta.versionId from any resources that are posted with the meta section intact. This provides some improvement to the function. * The next thing I did was to improve the error handling such that a FHIROperationException from the underlying bundle persistence is bubbled up to the end user vs. being wrapped and obscured. * Lastly, I added additional unit and server tests to prove behavior including with the real-world example provided by QA. Signed-off-by: Corey Sanders <[email protected]>
- Loading branch information
1 parent
dacf7ec
commit 2a72d1d
Showing
4 changed files
with
461 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.