You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current master does not enable the web endpoint extensions because the EndpointAutoConfiguration is not explicitly processed beforeManagementContextAutoConfiguration 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.