Conversation
|
@crystalcd Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@crystalcd Thank you for signing the Contributor License Agreement! |
|
Thanks for the proposal. Unfortunately, ignoring the exception isn't the right thing to do. The intention is that a restart that fails due to an application context refresh failure will be retried once the user has made a change to the application. This retry is triggered by |
If the main class throws an exception,When RestartLauncher run it will throw a InvocationTargetException,So I'm going to ignore it.
Fixes #26894