spring-boot/spring-boot-autoconfigure
Andy Wilkinson 8df852bf71 Change default order of AutoConfigureOrder to 0
Previously, AutoConfigureOrder defaulted to Ordered.LOWEST_PRECEDENCE.
This made is impossible for an individual auto-configuration to
indicate that it wanted to go "last", i.e. after any
auto-configuration classes that didn't not specify an order, or
specified an order other than LOWEST_PRECEDENCE.

This commit changes to default to 0, allowing a single
 auto-configuration to easily indicate that it should go last.

 Closes gh-10142
2017-09-01 13:24:58 +01:00
..
src Change default order of AutoConfigureOrder to 0 2017-09-01 13:24:58 +01:00
pom.xml Next development version 2017-07-27 08:00:21 +00:00