teragrep / cfe_31

0 stars 0 forks source link

Remove NullSafeJsonObjectBuilder in favor of Exceptions and reporting #48

Closed MoonBow-1 closed 2 months ago

MoonBow-1 commented 3 months ago

Description

The NullSafeJsonObjectBuilder doesn't deal with the fact null fields shouldn't be sent to CFE_18, so it should be removed, and the Exception thrown from Jakarta JSON JsonObjectBuilder should be caught.

51-code commented 2 months ago

PR reviewed, all good