| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| UNCHANGED | public | org.springframework.web.reactive.config.PathMatchConfigurer | setUseTrailingSlashMatch(java.lang.Boolean)
Annotations:
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | reactor.core.publisher.Mono | handleError(org.springframework.web.server.ServerWebExchange,
| 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 | -8124912932555194126 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation | n.a. | HTTP_REACTIVE_CLIENT_EXCHANGES |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation[] | 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 | -127780910539467740 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$HighCardinalityKeyNames | n.a. | CLIENT_NAME |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$HighCardinalityKeyNames | n.a. | HTTP_URL |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$HighCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$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 | -8236662803493672508 | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | EXCEPTION |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | METHOD |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | OUTCOME |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | STATUS |
| NEW | public static final | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | n.a. | URI |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames | valueOf(java.lang.String) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.web.reactive.function.client.ClientHttpObservationDocumentation$LowCardinalityKeyNames[] | values() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ClientRequestObservationContext() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | org.springframework.web.reactive.function.client.ClientRequest | getRequest()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.String | getUriTemplate()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | boolean | isAborted() | n.a. |
|
|
||||||||||||
| NEW | public | void | setRequest(org.springframework.web.reactive.function.client.ClientRequest) | 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. |
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | |||||||||||||||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus) | n.a. |
|
|
|||||||||||||||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus,
| n.a. |
|
|
|||||||||||||||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatus,
| n.a. |
|
|
|||||||||||||||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode) | n.a. |
|
|
|||||||||||||||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
|||||||||||||||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.client.ClientResponse$Builder | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
|||||||||||||||||||||||||
| NEW (*) | public abstract | reactor.core.publisher.Mono | createError() | n.a. |
|
|
|||||||||||||||||||||||||
| MODIFIED (!) | public not_abstract (<- abstract ) | int | rawStatusCode()
Annotations:
| n.a. |
|
|
|||||||||||||||||||||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.client.ClientResponse$Builder | statusCode(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.client.ClientResponse$Builder | statusCode(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.function.client.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.web.reactive.function.client.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getHighCardinalityKeyValues(org.springframework.web.reactive.function.client.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | io.micrometer.common.KeyValues | getLowCardinalityKeyValues(org.springframework.web.reactive.function.client.ClientRequestObservationContext) | n.a. |
|
|
||||||
| NEW | public | java.lang.String | getName() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Field | Compatibility Changes: | ||||||||
| MODIFIED (!) | private (<- public ) static final | java.lang.String (!) |
| BASIC_AUTHENTICATION_CREDENTIALS_ATTRIBUTE
Annotations:
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.web.reactive.function.client.ClientResponse | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | createError() | n.a. |
|
|
||||||
| REMOVED | public | int | rawStatusCode() | n.a. | n.a. |
|
||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | static public | org.springframework.web.reactive.function.client.support.WebClientAdapter | forClient(org.springframework.web.reactive.function.client.WebClient) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToBodilessEntity(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToBody(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Flux | requestToBodyFlux(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToEntity(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToEntityFlux(org.springframework.web.service.invoker.HttpRequestValues,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToHeaders(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | requestToVoid(org.springframework.web.service.invoker.HttpRequestValues) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | UnknownHttpStatusCodeException(org.springframework.http.HttpStatusCode,
| n.a. | n.a. |
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.client.WebClient$Builder | defaultStatusHandler(java.util.function.Predicate,
| n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.client.WebClient$Builder | observationConvention(org.springframework.web.reactive.function.client.ClientRequestObservationConvention) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.client.WebClient$Builder | observationRegistry(io.micrometer.observation.ObservationRegistry) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | WebClientResponseException(java.lang.String,
| n.a. | n.a. |
|
||||
| NEW | public | WebClientResponseException(org.springframework.http.HttpStatusCode,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | static public | org.springframework.web.reactive.function.client.WebClientResponseException | create(org.springframework.http.HttpStatusCode,
| n.a. |
|
|
||||||||||||||||||||
| UNCHANGED | public | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| NEW | public | java.lang.Object | getResponseBodyAs(java.lang.Class)
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| NEW | public | java.lang.Object | getResponseBodyAs(org.springframework.core.ParameterizedTypeReference)
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
||||||||||||||||||||
| NEW | public | void | setBodyDecodeFunction(java.util.function.Function) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.server.EntityResponse$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.server.EntityResponse$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.function.server.RenderingResponse$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.function.server.RenderingResponse$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| MODIFIED (!) | public abstract (<- not_abstract ) | org.springframework.http.HttpMethod | method()
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| UNCHANGED | public abstract | java.lang.String | methodName()
Annotations:
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW (!) | static public | reactor.core.publisher.Mono | from(org.springframework.web.ErrorResponse) | n.a. |
|
|
||||||||||||||||||||
| UNCHANGED | public abstract | int | rawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| REMOVED (!) | static public | org.springframework.web.reactive.function.server.ServerResponse$BodyBuilder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||||||||||||||||
| NEW (!) | static public | org.springframework.web.reactive.function.server.ServerResponse$BodyBuilder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
||||||||||||||||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | statusCode() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.web.reactive.function.server.ServerRequest | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | java.lang.String | methodName()
Annotations:
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| UNCHANGED | public | void | setUseTrailingSlashMatch(boolean)
Annotations:
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||||||
| UNCHANGED | public | reactor.core.publisher.Mono | applyExceptionHandler(java.lang.Throwable)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| NEW | public | org.springframework.web.reactive.DispatchExceptionHandler | getExceptionHandler()
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | boolean | hasExceptionHandler()
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| UNCHANGED | public | org.springframework.web.reactive.HandlerResult | setExceptionHandler(java.util.function.Function)
Annotations:
| n.a. |
|
|
||||||||||||||||||||||||
| NEW | public | org.springframework.web.reactive.HandlerResult | setExceptionHandler(org.springframework.web.reactive.DispatchExceptionHandler) | n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.reactive.resource.ResourceTransformerSupport |
|
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.reactive.resource.ResourceTransformer |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | AppCacheManifestTransformer() | n.a. |
|
|
||||||
| REMOVED (!) | public | AppCacheManifestTransformer(java.lang.String) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| REMOVED | public | reactor.core.publisher.Mono | transform(org.springframework.web.server.ServerWebExchange,
| n.a. | n.a. |
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | java.lang.Deprecated | n.a. |
| Change |
| CLASS_REMOVED |
| Status | Superclass | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.reactive.resource.AbstractResourceResolver |
|
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.reactive.resource.ResourceResolver |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | GzipResourceResolver() | n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | java.lang.Deprecated | n.a. |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | handleError(org.springframework.web.server.ServerWebExchange,
| n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ResponseEntityExceptionHandler() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||||||
| NEW | final public | reactor.core.publisher.Mono | handleException(java.lang.Exception,
Annotations:
| n.a. |
|
|
||||||||||||||||||||
| NEW | public | void | setMessageSource(org.springframework.context.MessageSource) | n.a. |
|
|
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | RedirectView(java.lang.String,
| n.a. |
|
|
||||||
| NEW | public | RedirectView(java.lang.String,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| REMOVED | public | void | afterPropertiesSet() |
| n.a. |
|
||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
||||||||
| REMOVED (!) | public | void | setStatusCode(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||||
| NEW | public | void | setStatusCode(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| MODIFIED (!) | public abstract | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | status() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public abstract | org.springframework.web.reactive.result.view.Rendering$Builder | status(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW (*) | public abstract | org.springframework.web.reactive.result.view.Rendering$Builder | status(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | AbstractListenerWebSocketSession(java.lang.Object,
Annotations:
| n.a. |
|
|
| Change |
| CLASS_REMOVED |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | Jetty10WebSocketHandlerAdapter(org.springframework.web.reactive.socket.WebSocketHandler,
| n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | void | onWebSocketBinary(byte[],
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | onWebSocketClose(int,
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | onWebSocketConnect(org.eclipse.jetty.websocket.api.Session)
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | onWebSocketError(java.lang.Throwable)
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | onWebSocketText(java.lang.String)
Annotations:
| n.a. |
|
|
| Status: | Fully Qualified Name: | Elements: |
| REMOVED | org.eclipse.jetty.websocket.api.annotations.WebSocket | n.a. |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | void | onWebSocketFrame(org.eclipse.jetty.websocket.api.extensions.Frame)
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | void | onWebSocketFrame(org.eclipse.jetty.websocket.api.Frame)
Annotations:
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | JettyWebSocketSession(org.eclipse.jetty.websocket.api.Session,
Annotations:
| n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession | n.a. |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.WebSocketSession | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | int | n.a. | DEFAULT_FRAME_MAX_SIZE |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | org.springframework.core.io.buffer.Netty5DataBufferFactory | bufferFactory() | n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.adapter.Netty5WebSocketSessionSupport | n.a. |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.WebSocketSession | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ReactorNetty2WebSocketSession(reactor.netty5.http.websocket.WebsocketInbound,
| n.a. | n.a. |
|
||||
| NEW | public | ReactorNetty2WebSocketSession(reactor.netty5.http.websocket.WebsocketInbound,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | close(org.springframework.web.reactive.socket.CloseStatus) | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | closeStatus() | n.a. |
|
|
||||||
| NEW | public | io.netty5.channel.ChannelId | getChannelId() | n.a. |
|
|
||||||
| NEW | public | boolean | isOpen() | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Flux | receive() | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | send(org.reactivestreams.Publisher) | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ReactorNetty2WebSocketSession$WebSocketConnection(reactor.netty5.http.websocket.WebsocketInbound,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.netty5.http.websocket.WebsocketInbound | getInbound() | n.a. |
|
|
||||||
| NEW | public | reactor.netty5.http.websocket.WebsocketOutbound | getOutbound() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | void | onClose(javax.websocket.Session,
| n.a. |
|
|
||||||
| NEW | public | void | onClose(jakarta.websocket.Session,
| n.a. |
|
|
||||||
| REMOVED (!) | public | void | onError(javax.websocket.Session,
| n.a. |
|
|
||||||
| NEW | public | void | onError(jakarta.websocket.Session,
| n.a. |
|
|
||||||
| REMOVED (!) | public | void | onOpen(javax.websocket.Session,
| n.a. |
|
|
||||||
| NEW | public | void | onOpen(jakarta.websocket.Session,
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | StandardWebSocketSession(javax.websocket.Session,
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | StandardWebSocketSession(javax.websocket.Session,
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | StandardWebSocketSession(javax.websocket.Session,
| n.a. |
|
|
||||||||||||
| NEW | public | StandardWebSocketSession(jakarta.websocket.Session,
| n.a. | n.a. |
|
||||||||||||
| NEW | public | StandardWebSocketSession(jakarta.websocket.Session,
| n.a. | n.a. |
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | TomcatWebSocketSession(javax.websocket.Session,
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | TomcatWebSocketSession(javax.websocket.Session,
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | TomcatWebSocketSession(javax.websocket.Session,
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | TomcatWebSocketSession(jakarta.websocket.Session,
| n.a. | n.a. |
|
||||||||||||
| NEW | public | TomcatWebSocketSession(jakarta.websocket.Session,
| n.a. | n.a. |
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | UndertowWebSocketSession(io.undertow.websockets.core.WebSocketChannel,
Annotations:
| n.a. |
|
|
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.client.WebSocketClient | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ReactorNetty2WebSocketClient(reactor.netty5.http.client.HttpClient) | n.a. | n.a. |
|
||||
| NEW | public | ReactorNetty2WebSocketClient(reactor.netty5.http.client.HttpClient,
| n.a. | n.a. |
|
||||
| NEW | public | ReactorNetty2WebSocketClient() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.core.publisher.Mono | execute(java.net.URI,
| n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | execute(java.net.URI,
| n.a. |
|
|
||||||
| NEW | public | reactor.netty5.http.client.HttpClient | getHttpClient() | n.a. |
|
|
||||||
| NEW | public | reactor.netty5.http.client.WebsocketClientSpec | getWebsocketClientSpec() | n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | StandardWebSocketClient(javax.websocket.WebSocketContainer) | n.a. |
|
|
||||||
| NEW | public | StandardWebSocketClient(jakarta.websocket.WebSocketContainer) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| MODIFIED (!) | public | jakarta.websocket.WebSocketContainer (<- javax.websocket.WebSocketContainer) | getWebSocketContainer() | n.a. |
|
|
| Change |
| METHOD_REMOVED_IN_SUPERCLASS |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | TomcatWebSocketClient(javax.websocket.WebSocketContainer) | n.a. |
|
|
||||||
| NEW | public | TomcatWebSocketClient(jakarta.websocket.WebSocketContainer) | n.a. | n.a. |
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public abstract (<- not_abstract ) | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
| n.a. |
|
|
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status: | Fully Qualified Name: | Elements: | ||||||||
| NEW | org.springframework.context.annotation.ImportRuntimeHints |
|
| Change |
| CLASS_REMOVED |
| Status | Interface | Compatibility Changes: | ||
| REMOVED (!) | org.springframework.web.reactive.socket.server.RequestUpgradeStrategy |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | Jetty10RequestUpgradeStrategy() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| REMOVED | public | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
| n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.server.RequestUpgradeStrategy | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| REMOVED (!) | public | org.eclipse.jetty.websocket.api.WebSocketPolicy | getWebSocketPolicy()
Annotations:
| n.a. |
|
|
||||||||||||
| REMOVED (!) | public | boolean | isRunning() | n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | setWebSocketPolicy(org.eclipse.jetty.websocket.api.WebSocketPolicy) | n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | start() | n.a. |
|
|
||||||||||||
| REMOVED (!) | public | void | stop() | n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.server.RequestUpgradeStrategy | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ReactorNetty2RequestUpgradeStrategy() | n.a. | n.a. |
|
||||
| NEW | public | ReactorNetty2RequestUpgradeStrategy(java.util.function.Supplier) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW | public | reactor.netty5.http.server.WebsocketServerSpec | getWebsocketServerSpec() | n.a. |
|
|
||||||
| NEW | public | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
| n.a. |
|
|
| Change |
| INTERFACE_ADDED |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.web.reactive.socket.server.RequestUpgradeStrategy | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | StandardWebSocketUpgradeStrategy() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | java.lang.Long | getAsyncSendTimeout()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.Integer | getMaxBinaryMessageBufferSize()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.Long | getMaxSessionIdleTimeout()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | java.lang.Integer | getMaxTextMessageBufferSize()
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | void | setAsyncSendTimeout(java.lang.Long) | n.a. |
|
|
||||||||||||
| NEW | public | void | setMaxBinaryMessageBufferSize(java.lang.Integer) | n.a. |
|
|
||||||||||||
| NEW | public | void | setMaxSessionIdleTimeout(java.lang.Long) | n.a. |
|
|
||||||||||||
| NEW | public | void | setMaxTextMessageBufferSize(java.lang.Integer) | n.a. |
|
|
||||||||||||
| NEW | public | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
| n.a. |
|
|
| Change |
| METHOD_ABSTRACT_ADDED_IN_IMPLEMENTED_INTERFACE |
| Status | Old Version | New Version |
| MODIFIED | 52.0 | 61.0 |
| Status | Superclass | Compatibility Changes: | ||
| MODIFIED | org.springframework.web.reactive.socket.server.upgrade.StandardWebSocketUpgradeStrategy(<- java.lang.Object) |
|
| Status | Interface | Compatibility Changes: |
| UNCHANGED (!) | org.springframework.web.reactive.socket.server.RequestUpgradeStrategy | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| REMOVED | public | java.lang.Long | getAsyncSendTimeout()
Annotations:
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | java.lang.Integer | getMaxBinaryMessageBufferSize()
Annotations:
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | java.lang.Long | getMaxSessionIdleTimeout()
Annotations:
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | java.lang.Integer | getMaxTextMessageBufferSize()
Annotations:
| n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setAsyncSendTimeout(java.lang.Long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setMaxBinaryMessageBufferSize(java.lang.Integer) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setMaxSessionIdleTimeout(java.lang.Long) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | void | setMaxTextMessageBufferSize(java.lang.Integer) | n.a. | n.a. |
|
||||||||||
| REMOVED | public | reactor.core.publisher.Mono | upgrade(org.springframework.web.server.ServerWebExchange,
| n.a. | n.a. |
|