Skip to content

Commit

Permalink
Merge pull request #1248 from jim-krueger/Changes-since-3.1
Browse files Browse the repository at this point in the history
fast-track: Add 4.0 content to Specification appendix
  • Loading branch information
jim-krueger committed Apr 1, 2024
2 parents 6f3fa90 + 787cf44 commit dc87ce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Expand Up @@ -14,4 +14,9 @@
* <<javaee>>: Removal of `@ManagedBean`
annotation support. Managed bean support is now part of CDI.
* <<java-se>>: Clarified when the two alternative ways of publishing on
Java SE must be supported.
Java SE must be supported.
* Removed `Link.JaxbLink` and `Link.JaxbAdapter` inner classes.
* Added `containsHeaderString()` method to `ClientRequestContext`, `ClientResponseContext`,
`ContainerRequestContext`, `ContainerResponseContext`, and `HttpHeaders`.
* Added `APPLICATION_MERGE_PATCH_JSON` and `APPLICATION_MERGE_PATCH_JSON_TYPE` to `MediaType`
* Added `getMatchedResourceTemplates()` method to `UriInfo`.
Expand Up @@ -180,7 +180,7 @@ public void getHeaders() {
}
abortWithEntity(sb.toString());
}

public void getHeadersIsMutable() {
String key = "KEY";
MultivaluedMap<String, String> headers = requestContext.getHeaders();
Expand Down

0 comments on commit dc87ce9

Please sign in to comment.