spring-framework/spring-web
Brian Clozel 1ad7cc3702 Reorganize server observability packages
Prior to this commit, the server observability support would create a
cycle in Java packages.

This commit refactors the current arrangement to solve this by:

* "flattening" the reactive HTTP instrumentation; this removes the
  dependency to the `ServerWebExchange` and `PathPattern` types
* moving the `observation` package under
  `org.springframework.http.server` and
  `org.springframework.http.server.reactive`

See gh-29477
2022-11-14 12:59:45 +01:00
..
src Reorganize server observability packages 2022-11-14 12:59:45 +01:00
spring-web.gradle Upgrade to Reactor 2022.0.0 2022-11-10 18:55:00 +01:00