spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure
Phillip Webb 49a21ded7a Create endpoint beans as late as possible
Update `EndpointDiscoverer` so that `@Endpoint` and `@EndpointExtension`
beans are created as late as possible.

Prior to this commit, endpoint beans and extension beans would be
created during the discovery phase which could cause early bean
initialization. The problem was especially nasty when using an embedded
servlet container since `ServletEndpointRegistrar` is loaded as the
container is initialized. This would trigger discovery and load all
endpoint beans, including the health endpoint, and all health indicator
beans.

Fixes gh-20714
2020-05-13 19:10:54 -07:00
..
src Create endpoint beans as late as possible 2020-05-13 19:10:54 -07:00
pom.xml Fix link to Spring Integration Graph documentation 2020-02-03 17:30:37 +01:00