Files
spring-cloud-commons/spring-cloud-context
spencergibb d0f6d2b2e9 Uses a custom event to share the SpringApplication.
Rather than RestartListener republishing the ApplicationPreparedEvent, a new event, ContextRefreshedWithApplicationEvent, is published with the data from the original event. Listeners were refactored to listen to the new event instead.

Fixes gh-1248
2023-06-21 13:57:07 -04:00
..
2019-02-01 14:41:18 +01:00
2023-05-26 13:16:27 +00:00

Spring Cloud Context

Utilities and special services for the ApplicationContext of a Spring Cloud application (bootstrap context, encryption, refresh scope and environment endpoints).