Reviews run for a minimum of one week. The outcome of the review is decided on this date. This is the last day to make comments or ask questions about this review.
3.1.3
Jersey 3.1.3 is a Jakarta REST 3.1 (Jakarta EE 10) compatible release. The main updates from the previous 3.1.2 version contain:
- ASM 9.5 (JDK 21 support)
- Netty Connector supports RequestEntityProcessing.BUFFERED (i.e. not only chunk encoding)
- Allow for choosing the client connector using ClientProperties.CONNECTOR_PROVIDER property. Works also when the property is set using microprofile-config.properties (with org.glassfish.jersey.ext.microprofile:jersey-mp-config & org.eclipse.microprofile.config implementation)
- ParamConverters #toString() and fromString() do not throw IEA exception by default (unless configured to do so by CommonProprties.PARAM_CONVERTERS_THROW_IAE) to speedup request processing.
- Log in to post comments