| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.client.reactive.ClientHttpConnector | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | HttpComponentsClientHttpConnector() | n.a. | n.a. |
|
||||
| NEW | public | HttpComponentsClientHttpConnector(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient) | n.a. | n.a. |
|
||||
| NEW | public | HttpComponentsClientHttpConnector(org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient, | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | reactor.core.publisher.Mono | connect(org.springframework.http.HttpMethod, | n.a. | n.a. |
|
||||
| NEW | public | void | setBufferFactory(org.springframework.core.io.buffer.DataBufferFactory) | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.codec.LoggingCodecSupport | n.a. |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.codec.HttpMessageReader | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | DefaultPartHttpMessageReader() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
| NEW | public | boolean | canRead(org.springframework.core.ResolvableType, | n.a. | n.a. |
|
||||||||
| NEW | public | int | getMaxInMemorySize() | n.a. | n.a. |
|
||||||||
| NEW | public | java.util.List | getReadableMediaTypes() | n.a. | n.a. |
|
||||||||
| NEW | public | reactor.core.publisher.Flux | read(org.springframework.core.ResolvableType, | n.a. | n.a. |
|
||||||||
| NEW | public | reactor.core.publisher.Mono | readMono(org.springframework.core.ResolvableType, | n.a. | n.a. |
|
||||||||
| NEW | public | void | setBlockingOperationScheduler(reactor.core.scheduler.Scheduler) | n.a. | n.a. |
|
||||||||
| NEW | public | void | setFileStorageDirectory(java.nio.file.Path) |
| n.a. |
|
||||||||
| NEW | public | void | setMaxDiskUsagePerPart(long) | n.a. | n.a. |
|
||||||||
| NEW | public | void | setMaxHeadersSize(int) | n.a. | n.a. |
|
||||||||
| NEW | public | void | setMaxInMemorySize(int) | n.a. | n.a. |
|
||||||||
| NEW | public | void | setMaxParts(int) | n.a. | n.a. |
|
||||||||
| NEW | public | void | setStreaming(boolean) | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: | ||
| MODIFIED | org.springframework.http.codec.multipart.MultipartWriterSupport(<- org.springframework.http.codec.LoggingCodecSupport) |
|
| Status | Modifier | Type | Field | Compatibility Changes: |
| REMOVED | public static final | java.nio.charset.Charset | n.a. | DEFAULT_CHARSET |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| REMOVED | public | boolean | canWrite(org.springframework.core.ResolvableType, | n.a. | n.a. |
|
||||
| REMOVED | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||
| REMOVED | public | java.util.List | getWritableMediaTypes() | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.codec.multipart.MultipartParser$Token | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | MultipartParser$BodyToken(org.springframework.core.io.buffer.DataBuffer) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | org.springframework.core.io.buffer.DataBuffer | buffer() | n.a. | n.a. |
|
||||
| NEW | public | org.springframework.http.HttpHeaders | headers() | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.codec.multipart.MultipartParser$Token | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | MultipartParser$HeadersToken(org.springframework.http.HttpHeaders) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | org.springframework.core.io.buffer.DataBuffer | buffer() | n.a. | n.a. |
|
||||
| NEW | public | org.springframework.http.HttpHeaders | headers() | n.a. | n.a. |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | MultipartParser$Token() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public abstract | org.springframework.core.io.buffer.DataBuffer | buffer() | n.a. | n.a. |
|
||||
| NEW | public abstract | org.springframework.http.HttpHeaders | headers() | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.codec.LoggingCodecSupport | n.a. |
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.nio.charset.Charset | n.a. | DEFAULT_CHARSET |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | boolean | canWrite(org.springframework.core.ResolvableType, | n.a. | n.a. |
|
||||
| NEW | public | java.nio.charset.Charset | getCharset() | n.a. | n.a. |
|
||||
| NEW | public | java.util.List | getWritableMediaTypes() | n.a. | n.a. |
|
| Change |
| INTERFACE_ADDED |
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.codec.multipart.MultipartWriterSupport | n.a. |
| Status | Interface | Compatibility Changes: |
| NEW | org.springframework.http.codec.HttpMessageWriter | n.a. |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | PartHttpMessageWriter() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | reactor.core.publisher.Mono | write(org.reactivestreams.Publisher, | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| MODIFIED (!) | final (<- not_final ) public | org.springframework.http.converter.json.Jackson2ObjectMapperBuilder | modulesToInstall(java.lang.Class[])
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | public | org.springframework.http.converter.json.Jackson2ObjectMapperBuilder | postConfigurer(java.util.function.Consumer) | n.a. | n.a. |
|
||||||||||||
| NEW | public | org.springframework.http.converter.json.Jackson2ObjectMapperBuilder | serializationInclusion(com.fasterxml.jackson.annotation.JsonInclude$Value) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| MODIFIED (!) | final (<- not_final ) public | void | setModulesToInstall(java.lang.Class[])
Annotations:
| n.a. |
|
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | -852489210499143232 | -8578554704772377436 |
| New | true | 7406654002264348686 | -8578554704772377436 |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | org.springframework.http.HttpHeaders | readOnlyHttpHeaders(org.springframework.util.MultiValueMap) | n.a. | n.a. |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 1973976252191546225 | 2069937152339670231 |
| New | true | -7652736830685700287 | 2069937152339670231 |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | MediaType(org.springframework.util.MimeType) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | org.springframework.http.RequestEntity$HeadersBuilder | delete(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$HeadersBuilder | get(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$HeadersBuilder | head(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$BodyBuilder | method(org.springframework.http.HttpMethod, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$BodyBuilder | method(org.springframework.http.HttpMethod, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$HeadersBuilder | options(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$BodyBuilder | patch(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$BodyBuilder | post(java.lang.String, | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.RequestEntity$BodyBuilder | put(java.lang.String, | n.a. | n.a. |
|
| Status | Superclass | Compatibility Changes: |
| NEW | org.springframework.http.RequestEntity | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | java.lang.String | getUriTemplate() | n.a. | n.a. |
|
||||||||||
| NEW | public | java.lang.Object[] | getVars()
Annotations:
| n.a. | n.a. |
|
||||||||||
| NEW | public | java.util.Map | getVarsMap()
Annotations:
| n.a. | n.a. |
|
||||||||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | AbstractServerHttpRequest(java.net.URI, | n.a. |
|
|
||||||
| NEW | public | AbstractServerHttpRequest(java.net.URI, | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW (*) | public abstract | org.springframework.http.server.reactive.ServerHttpRequest$Builder | remoteAddress(java.net.InetSocketAddress) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| NEW (!) | static public | org.springframework.http.server.RequestPath | parse(java.lang.String, | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||
| UNCHANGED | public | java.lang.Object | invoke(org.aopalliance.intercept.MethodInvocation)
Annotations:
|
| n.a. |
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | UrlBasedCorsConfigurationSource(org.springframework.web.util.pattern.PathPatternParser) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| NEW | public | void | setAllowInitLookupPath(boolean) | n.a. | n.a. |
|
||||||||||||
| UNCHANGED | public | void | setAlwaysUseFullPath(boolean)
Annotations:
| n.a. |
|
|
||||||||||||
| UNCHANGED | public | void | setLookupPathAttributeName(java.lang.String)
Annotations:
| n.a. |
|
|
||||||||||||
| UNCHANGED | public | void | setRemoveSemicolonContent(boolean)
Annotations:
| n.a. |
|
|
||||||||||||
| UNCHANGED | public | void | setUrlDecode(boolean)
Annotations:
| n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServletRequestPathFilter() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | public | void | doFilter(javax.servlet.ServletRequest, |
| n.a. |
|
| Serializable | default serialVersionUID | serialVersionUID in class | |
| Old | true | 8587293763534252511 | n.a. |
| New | true | -759740155268105476 | n.a. |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | java.lang.String | n.a. | PATH_ATTRIBUTE |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | public | ServletRequestPathUtils() | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
| NEW | static public | void | clearParsedRequestPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | java.lang.Object | getCachedPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | java.lang.String | getCachedPathValue(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.server.RequestPath | getParsedRequestPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | boolean | hasCachedPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | boolean | hasParsedRequestPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||
| NEW | static public | org.springframework.http.server.RequestPath | parseAndCache(javax.servlet.http.HttpServletRequest) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
| NEW | static public | java.net.InetSocketAddress | parseForwardedFor(org.springframework.http.HttpRequest,
Annotations:
| n.a. | n.a. |
|
| Status | Modifier | Type | Field | Compatibility Changes: |
| NEW | public static final | org.springframework.web.util.UrlPathHelper | n.a. | defaultInstance |
| NEW | public static final | java.lang.String | n.a. | PATH_ATTRIBUTE |
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | java.lang.String | getLookupPathForRequest(javax.servlet.http.HttpServletRequest,
Annotations:
| n.a. |
|
|
||||||||||||
| NEW | static public | java.lang.String | getResolvedLookupPath(javax.servlet.ServletRequest) | n.a. | n.a. |
|
||||||||||||
| NEW | public | java.lang.String | resolveAndCacheLookupPath(javax.servlet.http.HttpServletRequest) | n.a. | n.a. |
|