You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project
Andy Wilkinson 2a2daae14e Allow user's WebFluxConfigurers to be ordered after auto-config's
Previously, WebFluxAutoConfiguration's WebFluxConfigurer was unordered.
This mean that it had lowest precedence so it was not possible for a
user to provide their own configurer that was guaranteed to run after
the auto-configuration's configurer.

This commit updates the auto-configuration to order its configurer at
0. Any unordered user-defined configurer will now run after the
auto-configuration's configurer.

Closes gh-25302
4 years ago
..
spring-boot Update copyright year of changed files 4 years ago
spring-boot-actuator Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension 4 years ago
spring-boot-actuator-autoconfigure Update copyright year of changed files 4 years ago
spring-boot-autoconfigure Allow user's WebFluxConfigurers to be ordered after auto-config's 4 years ago
spring-boot-cli Merge branch '2.4.x' 4 years ago
spring-boot-dependencies Upgrade to Spring Kafka 2.7.0-M2 4 years ago
spring-boot-devtools Update copyright year of changed files 4 years ago
spring-boot-docs Polish "Add more customization options for InfluxDB" 4 years ago
spring-boot-parent Upgrade to Groovy 3.0.7 4 years ago
spring-boot-properties-migrator Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-starters Polish "Add reference to Ogham Spring Boot starters" 4 years ago
spring-boot-test Fix handling of UriTemplateRequestEntity in TestRestTemplate 4 years ago
spring-boot-test-autoconfigure Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-tools Correct grouping of custom buildpacks 4 years ago