Skip to content

ManagementContextAutoConfiguration should happen "last" #10140

Closed
@snicoll

Description

@snicoll

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions