Current master does not enable the web endpoint extensions because the EndpointAutoConfiguration is not explicitly processed before ManagementContextAutoConfiguration that is responsible to process @ManagementContextConfiguration classes.
We need to make sure that @ManagementContextConfiguration happens last. And the @ConditionalOnBean should not have a search strategy.
We also need some kind of test for this. The status HTTP mapping is effectively broken and no test did.
Current
masterdoes not enable the web endpoint extensions because theEndpointAutoConfigurationis not explicitly processed beforeManagementContextAutoConfigurationthat is responsible to process@ManagementContextConfigurationclasses.We need to make sure that
@ManagementContextConfigurationhappens last. And the@ConditionalOnBeanshould not have a search strategy.We also need some kind of test for this. The status HTTP mapping is effectively broken and no test did.