-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add support for a configurable "fail fast" validation feature #2582
Comments
JohnTimm
added a commit
that referenced
this issue
Jul 8, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Jul 8, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Jul 8, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Jul 8, 2021
* Issue #2582 - add support for fail-fast validation Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #2582 - minor tweak Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Update fhir-validation/src/main/java/com/ibm/fhir/validation/FHIRValidator.java Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> Co-authored-by: Lee Surprenant <lmsurpre@us.ibm.com> * Issue #2582 - updates per PR comments Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> Co-authored-by: Lee Surprenant <lmsurpre@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Jul 12, 2021
JohnTimm
added a commit
that referenced
this issue
Jul 12, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Jul 12, 2021
JohnTimm
added a commit
that referenced
this issue
Jul 12, 2021
JohnTimm
added a commit
that referenced
this issue
Jul 12, 2021
Created an Observation without issues
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In production, it makes sense to fail fast when the
FHIRValidator
encounters an issue with an ERROR severity. A configurable "fail fast" validation feature would allow for development with standard behavior and production with a more performant option.The text was updated successfully, but these errors were encountered: