From 787cf447d2275d43a60c6ed8fe9aa362fdd1e764 Mon Sep 17 00:00:00 2001 From: jim-krueger Date: Fri, 29 Mar 2024 14:10:21 -0500 Subject: [PATCH] Review comments --- .../chapters/appendix/_changes-since-3.1-release.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jaxrs-spec/src/main/asciidoc/chapters/appendix/_changes-since-3.1-release.adoc b/jaxrs-spec/src/main/asciidoc/chapters/appendix/_changes-since-3.1-release.adoc index c981939f..c298b3b3 100644 --- a/jaxrs-spec/src/main/asciidoc/chapters/appendix/_changes-since-3.1-release.adoc +++ b/jaxrs-spec/src/main/asciidoc/chapters/appendix/_changes-since-3.1-release.adoc @@ -16,7 +16,7 @@ annotation support. Managed bean support is now part of CDI. * <>: Clarified when the two alternative ways of publishing on Java SE must be supported. * Removed `Link.JaxbLink` and `Link.JaxbAdapter` inner classes. -* Added `getHeaderString()` method to `ClientRequestContext`, `ClientResponseContext`, +* Added `containsHeaderString()` method to `ClientRequestContext`, `ClientResponseContext`, `ContainerRequestContext`, `ContainerResponseContext`, and `HttpHeaders`. -* Added `APPLICATION_MERGE_PATCH_JSON` to `MediaType` +* Added `APPLICATION_MERGE_PATCH_JSON` and `APPLICATION_MERGE_PATCH_JSON_TYPE` to `MediaType` * Added `getMatchedResourceTemplates()` method to `UriInfo`. \ No newline at end of file