Update deprecation notices on rawStatusCode

Mark for removal where not marked, and set to 7.0
consistently as the target for removal.

See gh-33440
This commit is contained in:
rstoyanchev
2024-08-28 18:49:49 +03:00
parent 57cb8c7abf
commit 186deb777f
27 changed files with 36 additions and 36 deletions

View File

@@ -179,7 +179,7 @@ public class ExchangeResult {
/**
* Return the HTTP status code as an integer.
* @since 5.1.10
* @deprecated as of 6.0, in favor of {@link #getStatus()}
* @deprecated in favor of {@link #getStatus()}, for removal in 7.0
*/
@Deprecated(since = "6.0", forRemoval = true)
public int getRawStatusCode() {