spring-framework/spring-beans
Marten Deinum 74a014743a Call StartupStep.end in finally block
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
2020-08-24 09:48:54 +02:00
..
src Call StartupStep.end in finally block 2020-08-24 09:48:54 +02:00
spring-beans.gradle Update to Gradle 6.2 2020-04-28 15:03:03 +02:00