spring-boot/spring-boot-project
Brian Clozel 72afdc676d Reorder WebMvcConfigurer from auto-configuration
Prior to this commit, all `WebMvcConfigurer` instances provided by user
configuration were processed *before* the one provided by the
`WebMvcAutoConfiguration`.

For many options this has no consequence, but for some, like the
`ContentNegotiationConfigurer`, settings were overriden by the
auto-configuration even if developers provided an opinion.

This commit orders the `WebMvcConfigurer` provided by the
auto-configuration at `0`, so that custom configurers (unordered, at
`Ordered.LOWEST_PRECEDENCE`) are processed *after*.

This still gives room to developers for configuring things *before* the
auto-configuration - they can still order their own configuration
accordingly.

Fixes gh-12389
2018-03-07 17:50:41 +01:00
..
spring-boot Properly identify accessor methods 2018-03-07 15:14:07 +01:00
spring-boot-actuator Polish 2018-03-03 12:25:41 +01:00
spring-boot-actuator-autoconfigure Make ApplicationContextRequestMatcher and subclasses thread-safe 2018-03-07 11:37:01 +00:00
spring-boot-autoconfigure Reorder WebMvcConfigurer from auto-configuration 2018-03-07 17:50:41 +01:00
spring-boot-cli Polish 2018-03-02 10:39:28 +01:00
spring-boot-dependencies Merge branch '1.5.x' 2018-03-07 13:14:40 +00:00
spring-boot-devtools Polish 2018-02-26 10:26:02 -08:00
spring-boot-docs Add support for ConnectionNameStrategy 2018-03-07 11:15:50 +01:00
spring-boot-parent Avoid problems with Failsafe when building with JDK 10 2018-03-03 17:52:41 +00:00
spring-boot-properties-migrator Rationalize multi-document config file handling 2018-02-26 23:30:09 -08:00
spring-boot-starters Polish 2018-03-07 14:23:49 +01:00
spring-boot-test Polish 2018-02-25 10:59:02 +01:00
spring-boot-test-autoconfigure Polish "Fix typo in TestDatabaseAutoConfiguration" 2018-03-05 13:13:07 -08:00
spring-boot-tools Merge branch '1.5.x' 2018-03-05 11:55:18 +00:00
pom.xml