PR #1579
Using the final package in the `onChange` block broke some use cases. This restores the old behavior and instead solves the test dependencies in a different way. Fixes #1611 This reverts commit 7c3c64208e.
7c3c64208e
Allows fields of bar to be nullable and omit them from the generated configuration if unset. Fixes #1361 PR #1386