-
Notifications
You must be signed in to change notification settings - Fork 121
History
Markus KARG edited this page Jul 6, 2024
·
9 revisions
- Changes for Jakarta EE 11 release.
- Changes for Jakarta EE 10 release.
- Java SE Bootstrap API - Issue #509
- Support for multipart media type - Issue #418
- Better alignment with JSON-B - Issue #742
- Automatic loading of provider extensions - Issue #751
- Deprecation of
@Context
in preparation for better alignment with CDI
- Changes for Jakarta EE 9 release.
- Changes for Jakarta EE 8 release.
- Bundling corrections.
- Bundling corrections.
- Maven dependencies now
jakarta
instead ofjavax
.
- Maven Coordinates now
jakarta.ws.rs:jakarta.ws.rs-api
- Clarified Javadoc in
FormParam.java
- Clarified use of
@Provider
in Javadoc ofClientRequestFilter.java
andClientResponseFilter.java
- Fixed HTML in Javadoc of
AsyncResponse.java
- Explained use of
@Provider
in Javadoc ofFeature.java
- Fixed HTML tag in Javadoc of
Link.java