2.47
Jersey 2.x is JavaEE8/Jakarta EE 8/JAX-RS 2.1/Jakarta REST 2.1 compatible release. Jersey 2.47 main improvements:
- Prevent NPE in AbstractJaxbProvider
- Netty Expect 100-Continue fix
- The implementation of Netty HTTP redirect logic is custom replaceable.
- Backport compatibility of JacksonFeature with RestEasy to 2.x
- Release instances blocking GC when JAXB has PerThread injections
- Allow the BASIC auth to be not in the 1st place for the WWW_AUTHENTICATE header
- Adopt ASM 9.8
- [2.x] File upload handling after redirect
- Fixed reconnectDelay
- Fix for the InputStream caching cases for Servlets
- Order the release of RequestScoped beans to prevent NPE
- Add OWASP plugin to a profile
- IPv6 support for HTTP requests
- Prevent NPE in the servlet container by writing when servlet is shutdown
- Dependencies versions update
- Compare cookies by paths
- Pass Generic Type of OutboundResponse entity to MBW.
- Allow HTTP headers to be modified by a writer on an aborted response
- Clean usage of commons-io where possible
- Make aborted response HttpHeaders appendable