On Tue, Dec 6, 2016 at 12:44 AM, James Dumay <
jdu...@cloudbees.com> wrote:
> We need to make some modifications to Stapler to fix a class of
> serialization issues which involve plugins and result in Blue Ocean pages
> not loading correctly.
>
> If a plugin’s Action fails to serialize it fails the serialization of the
> rest response.
This class of robustness issue was fixed years ago in Stapler, but
apparently limited to handling `NotExportableException`; see
`skipIfFail`. The proposed changes sound way of proportion to the
problem, which I have offered a simple fix for:
https://github.com/stapler/stapler/pull/89