Previously, the web server was stopped in the last smart lifecycle phase with graceful shutdown having begun in the previous phase. This lack of space between the two phases and after the stop phase made it hard to for other smart lifecycles to be part of the graceful shutdown process. This commit moves stop to 1024 phases before the final phase and graceful shutdown a further 1024 phases before that, allowing other smart lifecycles to run between graceful shutdown and stop and also after stop. Closes gh-31714 |
||
---|---|---|
.. | ||
src | ||
build.gradle |