Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

2.21

Compare
Choose a tag to compare
@pavelbucek pavelbucek released this 17 Aug 07:02
· 618 commits to master since this release

Bug

  • [JERSEY-2591] - Inheritance of JAX-RS resources is not working.
  • [JERSEY-2797] - Jersey(2.10.4) Entity provider selection algorithm gives less priority to custom providers(MessageBodyWriter) making it not to be invoked
  • [JERSEY-2844] - Content-Type header in response not set correctly when CXF present on classpath and 'Accept' header present
  • [JERSEY-2847] - AcceptableMediaType overrides toString incorrectly.
  • [JERSEY-2870] - Incorrect Free Software Foundation address
  • [JERSEY-2878] - Jersey Client - request().get(InputStream.class) returns an InputStream that cannot be closed
  • [JERSEY-2910] - SSE EventSource does not shut down after calling close() until next event arrives
  • [JERSEY-2912] - SSE - NullPointerException while sending comment (':comment') without event ('data:' and 'event:)