We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf69f commit 2c58eeaCopy full SHA for 2c58eea
spring-web/src/main/java/org/springframework/http/HttpMethod.java
@@ -138,7 +138,7 @@ public static HttpMethod valueOf(String method) {
138
* @deprecated in favor of {@link #valueOf(String)}
139
*/
140
@Nullable
141
- @Deprecated
+ @Deprecated(since = "6.0", forRemoval = true)
142
public static HttpMethod resolve(@Nullable String method) {
143
return (method != null ? valueOf(method) : null);
144
}
0 commit comments