spring-boot/spring-boot-project
Andy Wilkinson 458dde63a8 Explicitly order AbstractTestExecutionListener subclasses
By default, AbstractTestExecutionListeners have an order of lowest
precedence. This means that it is impossible to write a listener with
lower precedence that any listener that's using the default order.

This commit updates Boot's 6 AbstractTestExecutionListeners to order
them explicitly. MockitoTestExecutionListener performs injection of
Mockito mocks and spies into the test instance. It now has an order of
2050 giving it slightly lower precedence than the dependency injection
test execution listener (2000).

The remaining 5 listeners have all been ordered with lowest precedence
- 100. This leaves them near their current lowest precedence position
while creating some room for any listeners that require lower
precedence.

Closes gh-11796
2018-02-01 14:28:25 +00:00
..
spring-boot Suppress debug log output during Logback initialization 2018-02-01 12:48:59 +00:00
spring-boot-actuator Polish 2018-02-01 08:35:42 +01:00
spring-boot-actuator-autoconfigure Fix CompositeMeterRegistryPostProcessor autowire 2018-01-30 20:27:22 -08:00
spring-boot-autoconfigure Remove obsolete comment 2018-02-01 09:00:32 +01:00
spring-boot-cli Merge branch '1.5.x' 2018-01-30 12:47:30 -08:00
spring-boot-dependencies Upgrade to Jackson 2.9.4 2018-02-01 11:40:43 +00:00
spring-boot-devtools Use InvocationOnMock.getArgument() where possible 2018-01-29 08:06:00 +01:00
spring-boot-docs Polish 2018-02-01 08:35:42 +01:00
spring-boot-parent Upgrade to Maven Checkstyle Plugin 3.0.0 2018-01-25 21:16:35 +01:00
spring-boot-properties-migrator Restore "Reason: " prefix 2018-01-30 15:14:49 +01:00
spring-boot-starters Exclude tomcat-annotations-api and use javax.annotations-api instead 2018-01-04 10:25:39 +00:00
spring-boot-test Explicitly order AbstractTestExecutionListener subclasses 2018-02-01 14:28:25 +00:00
spring-boot-test-autoconfigure Explicitly order AbstractTestExecutionListener subclasses 2018-02-01 14:28:25 +00:00
spring-boot-tools Ensure that TestJarFile uses insertion order for jar's entries 2018-02-01 13:07:50 +00:00
pom.xml Rename spring-boot-deprecated-properties-support 2018-01-24 11:15:17 +01:00