Closed
Description
@AutoConfigureOrder
allows absolute ordering of auto-configuration classes, but its default value is Ordered.LOWEST_PRECEDENCE
. This means that there's no way to mark an auto-configuration as going after all the others. I think we should change the default to 0.
This change is motivated by #10140.