Release Notes - Jersey 2.13
Release date: 26-Sep-2014
Bug
- [JERSEY-2616] - AsyncResponse and ChunkedOutput handlers called repeatedly
- [JERSEY-2621] - JarFileScanner ignores recursive flag on Windows
- [JERSEY-2623] - Package scanning not compatible with current JBoss EAP and WildFly
- [JERSEY-2628] - Excessive error logging in ReaderInterceptorExecutor
New Feature
Pull Requests
- [Pull 100] - JERSEY-2623 - Package scanning not compatible with current JBoss EAP and WildFly
- [Pull 104] - Switching to most recent version of html4j - version 1.0
- [Pull 105] - JERSEY-2643 If a bean is not required, don't throw an exception if the bean isn't found
Highlights
Support for Rx added into Jersey client
Generic rx-client module was introduced with support for RxJava, Java8, Jsr166e and Guava. New module was added to the incubator.
Previous releases