Replace RFC 7807 with RFC 9457 in documentation

See gh-33594
This commit is contained in:
Johnny Lim
2024-09-25 23:18:08 +09:00
committed by rstoyanchev
parent 3303c98650
commit 1ec9a115a8
7 changed files with 7 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ import static com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY;
@JacksonXmlRootElement(localName = "problem", namespace = ProblemDetailJacksonXmlMixin.RFC_7807_NAMESPACE)
public interface ProblemDetailJacksonXmlMixin {
/** RFC 7807 namespace. */
/** RFC 7807 (obsoleted by RFC 9457) namespace. */
String RFC_7807_NAMESPACE = "urn:ietf:rfc:7807";