Prior to this commit it was possible that a StartupStep was started but never ended. This was the case when an exception occured during bean initializing. To always call the method regardless of the outcome, the call to StartupStep.end has been moved to a finally block. When an exception occurs the StartupStep is also enriched with the exception class and message for diagnostic purposes. See gh-22776 Closes gh-25572 |
||
---|---|---|
.. | ||
src | ||
spring-beans.gradle |