| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | ClientHttpObservationContext(org.springframework.http.client.ClientHttpRequest) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | java.lang.String | getUriTemplate()
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | setUriTemplate(java.lang.String) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ClientRequestObservationContext(org.springframework.http.client.ClientHttpRequest) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | java.lang.String | getUriTemplate()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | void | setUriTemplate(java.lang.String) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. | n.a. |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.http.client.observation.ClientHttpObservationConvention |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | DefaultClientHttpObservationConvention(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | public | DefaultClientHttpObservationConvention() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | java.lang.String | getContextualName(org.springframework.http.client.observation.ClientHttpObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.http.client.observation.ClientHttpObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.http.client.observation.ClientHttpObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | getName() | n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.client.observation.ClientRequestObservationConvention | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | DefaultClientRequestObservationConvention(java.lang.String) | n.a. | n.a. |
|
||||
| NEW | public | DefaultClientRequestObservationConvention() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | java.lang.String | getContextualName(org.springframework.http.client.observation.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.http.client.observation.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.http.client.observation.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | java.lang.String | getName() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| MODIFIED (!) | public not_abstract (<- abstract ) | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.http.client.reactive.ClientHttpResponse | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED | public | int | getRawStatusCode()
Annotations:
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.http.HttpRequest | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED | public | java.lang.String | getMethodValue()
Annotations:
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | java.util.List | getDecodableMimeTypes(org.springframework.core.ResolvableType) | n.a. |
|
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -5796594342814420393 | -70133475680645360 |
| New | true | -5796594342814420393 | -70133475680645360 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| UNCHANGED | static public | org.springframework.http.HttpMethod | resolve(java.lang.String)
Annotations:
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| MODIFIED (!) | public not_abstract (<- abstract ) | java.lang.String | getMethodValue()
Annotations:
| n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.observation.ServerRequestObservationConvention | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | DefaultServerRequestObservationConvention(java.lang.String) | n.a. | n.a. |
|
||||
| NEW | public | DefaultServerRequestObservationConvention() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | java.lang.String | getContextualName(org.springframework.http.observation.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.http.observation.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.http.observation.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | java.lang.String | getName() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | java.io.Serializable |
|
||
| REMOVED (!) | java.lang.Comparable |
|
||
| REMOVED (!) | java.lang.constant.Constable |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -9137583089671941063 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| CLIENT_ERROR | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| INFORMATIONAL | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| REDIRECTION | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| SERVER_ERROR | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| SUCCESS | ||
| REMOVED (!) | public static final | org.springframework.http.observation.HttpOutcome (!) |
| UNKNOWN |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | io.micrometer.common.KeyValue | asKeyValue() | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.http.observation.HttpOutcome | forStatus(org.springframework.http.HttpStatusCode) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.http.observation.HttpOutcome | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.http.observation.HttpOutcome[] | values() | n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.observation.reactive.ServerRequestObservationConvention | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | DefaultServerRequestObservationConvention() | n.a. | n.a. |
|
||||
| NEW | public | DefaultServerRequestObservationConvention(java.lang.String) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | java.lang.String | getContextualName(org.springframework.http.observation.reactive.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.http.observation.reactive.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.http.observation.reactive.ServerRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | java.lang.String | getName() | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 2850284895870143478 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation | n.a. | HTTP_REQUESTS |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation[] | values() | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -7540645120566155618 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$HighCardinalityKeyNames | n.a. | HTTP_URL |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$HighCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$HighCardinalityKeyNames[] | values() | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -1972917723024719472 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | EXCEPTION |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | METHOD |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | OUTCOME |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | STATUS |
| NEW | public static final | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | URI |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.reactive.ServerHttpObservationDocumentation$LowCardinalityKeyNames[] | values() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServerRequestObservationContext(org.springframework.web.server.ServerWebExchange) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | org.springframework.web.util.pattern.PathPattern | getPathPattern()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | org.springframework.web.server.ServerWebExchange | getServerWebExchange() | n.a. |
|
|
||||||||||||
| NEW | public | boolean | isConnectionAborted() | n.a. |
|
|
||||||||||||
| NEW | public | void | setConnectionAborted(boolean) | n.a. |
|
|
||||||||||||
| NEW | public | void | setPathPattern(org.springframework.web.util.pattern.PathPattern) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -6316041043426686508 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation | n.a. | HTTP_REQUESTS |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation[] | values() | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | 6525530516741222994 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$HighCardinalityKeyNames | n.a. | HTTP_URL |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation$HighCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation$HighCardinalityKeyNames[] | values() | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | java.lang.Enum | n.a. |
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | false | n.a. | n.a. |
| New | true | -1201184913162088657 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | EXCEPTION |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | METHOD |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | OUTCOME |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | STATUS |
| NEW | public static final | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | URI |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.http.observation.ServerHttpObservationDocumentation$LowCardinalityKeyNames[] | values() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServerRequestObservationContext(jakarta.servlet.http.HttpServletRequest,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | java.lang.String | getPathPattern()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | void | setPathPattern(java.lang.String) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.http.HttpRequest | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED | public | java.lang.String | getMethodValue()
Annotations:
| n.a. | n.a. |
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.http.HttpRequest | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED | public | java.lang.String | getMethodValue()
Annotations:
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | void | setObservationConvention(org.springframework.http.client.observation.ClientHttpObservationConvention) | n.a. |
|
|
||||||
| NEW | public | void | setObservationConvention(org.springframework.http.client.observation.ClientRequestObservationConvention) | n.a. |
|
|
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.server.WebFilter | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | n.a. | CURRENT_OBSERVATION_CONTEXT_ATTRIBUTE |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry) | n.a. | n.a. |
|
||||
| NEW | public | ServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | filter(org.springframework.web.server.ServerWebExchange,
| n.a. |
|
|
||||||
| NEW | static public | java.util.Optional | findObservationContext(org.springframework.web.server.ServerWebExchange) | n.a. |
|
|
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.web.filter.OncePerRequestFilter | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | n.a. | CURRENT_OBSERVATION_CONTEXT_ATTRIBUTE |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry) | n.a. | n.a. |
|
||||
| NEW | public | ServerHttpObservationFilter(io.micrometer.observation.ObservationRegistry,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | java.util.Optional | findObservationContext(jakarta.servlet.http.HttpServletRequest) | n.a. |
|
|
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.http.HttpRequest | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.observation.HttpRequestsObservationConvention |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | DefaultHttpRequestsObservationConvention() | n.a. |
|
|
||||||
| REMOVED (!) | public | DefaultHttpRequestsObservationConvention(java.lang.String) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | java.lang.String | getContextualName(org.springframework.web.observation.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.web.observation.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.web.observation.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | getName() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | HttpRequestsObservationContext(jakarta.servlet.http.HttpServletRequest,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | java.lang.String | getPathPattern()
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | setPathPattern(java.lang.String) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 8320094161068833811 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation (!) |
| HTTP_REQUESTS |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 2086760334185329717 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$HighCardinalityKeyNames (!) |
| HTTP_URL |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation$HighCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation$HighCardinalityKeyNames[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -2517037464913243397 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| EXCEPTION | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| METHOD | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| OUTCOME | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| STATUS | ||
| REMOVED (!) | public static final | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| URI |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.HttpRequestsObservationDocumentation$LowCardinalityKeyNames[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.filter.OncePerRequestFilter |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | java.lang.String (!) |
| CURRENT_OBSERVATION_CONTEXT_ATTRIBUTE |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | HttpRequestsObservationFilter(io.micrometer.observation.ObservationRegistry,
| n.a. |
|
|
||||||
| REMOVED (!) | public | HttpRequestsObservationFilter(io.micrometer.observation.ObservationRegistry) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | java.util.Optional | findObservationContext(jakarta.servlet.http.HttpServletRequest) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.observation.reactive.HttpRequestsObservationConvention |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | DefaultHttpRequestsObservationConvention() | n.a. |
|
|
||||||
| REMOVED (!) | public | DefaultHttpRequestsObservationConvention(java.lang.String) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | java.lang.String | getContextualName(org.springframework.web.observation.reactive.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.web.observation.reactive.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.web.observation.reactive.HttpRequestsObservationContext) | n.a. |
|
|
||||||
| REMOVED (!) | public | java.lang.String | getName() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | HttpRequestsObservationContext(org.springframework.web.server.ServerWebExchange) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | org.springframework.web.util.pattern.PathPattern | getPathPattern()
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | boolean | isConnectionAborted() | n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | setPathPattern(org.springframework.web.util.pattern.PathPattern) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | boolean | supportsContext(io.micrometer.observation.Observation$Context) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -2569458930693343167 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation (!) |
| HTTP_REQUESTS |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 7685383275304556645 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$HighCardinalityKeyNames (!) |
| HTTP_URL |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$HighCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$HighCardinalityKeyNames[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | java.lang.Enum |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -3353216377083763894 | n.a. |
| New | false | n.a. | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| EXCEPTION | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| METHOD | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| OUTCOME | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| STATUS | ||
| REMOVED (!) | public static final | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames (!) |
| URI |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| REMOVED (!) | static public | org.springframework.web.observation.reactive.HttpRequestsObservationDocumentation$LowCardinalityKeyNames[] | values() | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.server.WebFilter |
|
| Status | Modifier | Type | Field | Compatibility Changes: | ||
| REMOVED (!) | public static final | java.lang.String (!) |
| CURRENT_OBSERVATION_CONTEXT_ATTRIBUTE |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | HttpRequestsObservationWebFilter(io.micrometer.observation.ObservationRegistry,
| n.a. |
|
|
||||||
| REMOVED (!) | public | HttpRequestsObservationWebFilter(io.micrometer.observation.ObservationRegistry) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED | public | reactor.core.publisher.Mono | filter(org.springframework.web.server.ServerWebExchange,
| n.a. | n.a. |
|
||||||
| REMOVED (!) | static public | java.util.Optional | findObservationContext(org.springframework.web.server.ServerWebExchange) | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| UNCHANGED | public | HttpServiceProxyFactory(org.springframework.web.service.invoker.HttpClientAdapter)
Annotations:
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| UNCHANGED | public | void | addCustomArgumentResolver(org.springframework.web.service.invoker.HttpServiceArgumentResolver)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | afterPropertiesSet()
Annotations:
|
|
|
|
||||||||||||||||||||||||
| NEW | static public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | builder(org.springframework.web.service.invoker.HttpClientAdapter) | n.a. |
|
|
||||||||||||||||||||||||
| NEW | static public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | builder() | n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | setBlockTimeout(java.time.Duration)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | setConversionService(org.springframework.core.convert.ConversionService)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | setCustomArgumentResolvers(java.util.List)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | setEmbeddedValueResolver(org.springframework.util.StringValueResolver)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | void | setReactiveAdapterRegistry(org.springframework.core.ReactiveAdapterRegistry)
Annotations:
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | blockTimeout(java.time.Duration) | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory | build() | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | clientAdapter(org.springframework.web.service.invoker.HttpClientAdapter) | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | conversionService(org.springframework.core.convert.ConversionService) | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | customArgumentResolver(org.springframework.web.service.invoker.HttpServiceArgumentResolver) | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | embeddedValueResolver(org.springframework.util.StringValueResolver) | n.a. |
|
|
||||||
| NEW | public | org.springframework.web.service.invoker.HttpServiceProxyFactory$Builder | reactiveAdapterRegistry(org.springframework.core.ReactiveAdapterRegistry) | n.a. |
|
|