spring-framework/spring-web
Brian Clozel fcbd5ec80a Avoid NPEs in DefaultServerRequestObservationConvention
In some cases, the default response status of a `ServerWebExchange` can
be `null`, especially when the response is not available or the server
implementation does not set a default response status.
This commit ensures that the status code is available when deriving
`KeyValue` information from it, or uses a fallback value for the key
value.

Fixes gh-29359
2022-10-20 14:31:41 +02:00
..
src Avoid NPEs in DefaultServerRequestObservationConvention 2022-10-20 14:31:41 +02:00
spring-web.gradle Support CBOR and Protobuf with Kotlin Serialization 2022-10-06 13:51:50 +02:00