You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/observation/DefaultServerRequestObservationConvention.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/observation/ServerHttpObservationDocumentation.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/observation/ServerRequestObservationConvention.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/reactive/observation/DefaultServerRequestObservationConvention.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerHttpObservationDocumentation.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerRequestObservationContext.java
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/http/server/reactive/observation/ServerRequestObservationConvention.java
* Interface for an {@link ObservationConvention} for {@link ServerHttpObservationDocumentation#HTTP_REACTIVE_SERVER_EXCHANGES reactive HTTP exchanges}.
23
+
* Interface for an {@link ObservationConvention} for {@link ServerHttpObservationDocumentation#HTTP_REACTIVE_SERVER_REQUESTS reactive HTTP requests}.
0 commit comments