spring-boot/spring-boot-project/spring-boot-docs
Brian Clozel 28f9f20d39 Declare order for ServerHttpObservationFilter WebFilter
This commit declares an `@Order` for the `ServerHttpObservationFilter`
bean declaration in the Observation WebFlux auto-configuration.

This allows developers to consistently order other `WebFilter` instances
relatively to this one. Here, `@Order(Ordered.HIGHEST_PRECEDENCE + 1)`
has been chosen to align with the order of its MVC counterpart.

Fixes gh-33444
2022-12-19 18:24:36 +01:00
..
src Declare order for ServerHttpObservationFilter WebFilter 2022-12-19 18:24:36 +01:00
build.gradle Fix versions in documentation links 2022-10-20 14:59:14 -05:00