| Status | Fully Qualified Name |
| MODIFIED (!) | org.springframework.mock.http.client.MockClientHttpResponse |
| MODIFIED (!) | org.springframework.mock.http.client.reactive.MockClientHttpResponse |
| MODIFIED | org.springframework.test.web.client.response.DefaultResponseCreator |
| MODIFIED (!) | org.springframework.test.web.client.response.MockRestResponseCreators |
| MODIFIED (!) | org.springframework.test.web.reactive.server.ExchangeResult |
| MODIFIED (!) | org.springframework.test.web.reactive.server.StatusAssertions |
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MockClientHttpResponse(byte[],
| n.a. |
|
|
||||||
| REMOVED (!) | public | MockClientHttpResponse(java.io.InputStream,
| n.a. |
|
|
||||||
| NEW | public | MockClientHttpResponse(byte[],
| n.a. | n.a. |
|
||||||
| NEW | public | MockClientHttpResponse(java.io.InputStream,
| n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
| Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | MockClientHttpResponse(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW | public | MockClientHttpResponse(org.springframework.http.HttpStatusCode) | n.a. | n.a. |
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatusCode() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | static public | org.springframework.test.web.client.response.DefaultResponseCreator | withStatus(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW | static public | org.springframework.test.web.client.response.DefaultResponseCreator | withStatus(org.springframework.http.HttpStatusCode) | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||
| UNCHANGED | public | int | getRawStatusCode()
Annotations:
| n.a. |
|
|
||||||||||||
| MODIFIED (!) | public | org.springframework.http.HttpStatusCode (<- org.springframework.http.HttpStatus) | getStatus() | n.a. |
|
|
| Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
| REMOVED (!) | public | org.springframework.test.web.reactive.server.WebTestClient$ResponseSpec | isEqualTo(org.springframework.http.HttpStatus) | n.a. |
|
|
||||||
| NEW | public | org.springframework.test.web.reactive.server.WebTestClient$ResponseSpec | isEqualTo(org.springframework.http.HttpStatusCode) | n.a. |
|
|