On Tue, Dec 6, 2016 at 12:44 AM, James Dumay <[email protected]> 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 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3oq5M-F1sE7R8cOoJEM6aPA9ni7QFe3ycQw4Uf2k%2Bkpw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
