metaschema-framework / metaschema-java

https://metaschema-java.metaschema.dev/
Other
0 stars 3 forks source link

Improve exception reporting for null values on optional field values #205

Open aj-stein-gsa opened 3 days ago

aj-stein-gsa commented 3 days ago

User Story

As a developer using this library and related tooling, when encountering an optional field value, I would like a more precise error message and controlled error behavior when such a null value is visited. I do not want a null pointer exception.

NOTE: This is a fix in the core library that is the root cause of the bug reported in https://github.com/GSA/fedramp-automation/issues/787.

Goals

Dependencies

N/A

Acceptance Criteria

Revisions

No response

aj-stein-gsa commented 3 days ago

@david-waltermire do we need to wrap this into the upcoming release? I do not know if we are planning that for the next day or two or we have some wiggle room. Let me know, thanks.