Closed
Description
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.