Eclipse Jersey 3.0.11

Jersey 3.0.x is Jakarta EE 9/Jakarta REST 3.0 compatible release. Jersey 3.0.11 changes include:

  • 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.
  • A number of fixes
Release Date
Release Type
Service release (bug fixes only)