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

2.22.2

Choose a tag to compare

@pavelbucek pavelbucek released this 24 Feb 16:57
· 460 commits to master since this release

Bug

  • [JERSEY-2728] - SSLHandshakeException masked by useless IllegalStateException: Already connected
  • [JERSEY-2852] - ApacheConnector: ClientResponse does not close ClosableHttpResponse
  • [JERSEY-2928] - declarative-linking: @BeanParam linking support
  • [JERSEY-2967] - Jersey Server-Sent Event Client does not close the connection?
  • [JERSEY-2969] - Client#close() not shutting down Async Executor
  • [JERSEY-2970] - HK2-dependency uses invalid activation for profile javadoc-jdk8+
  • [JERSEY-2988] - @context doesn't work on CDI beans in Tomcat
  • [JERSEY-2990] - @context not effectuated in ExceptionMapper

Improvement

  • [JERSEY-3047] - [jersey-media-multipart] FormDataParamException declared as private