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

2.23

Compare
Choose a tag to compare
@jerseyrobot jerseyrobot released this 01 Jun 12:27
· 449 commits to master since this release

Bug

  • [JERSEY-3069] - LanguageTag#equals broken?
  • [JERSEY-3061] - @template syntax in docs incorrect
  • [JERSEY-2996] - Bad maven coordinates in Example 4.8
  • [JERSEY-2990] - @context not effectuated in ExceptionMapper
  • [JERSEY-2988] - @context doesn't work on CDI beans in Tomcat
  • [JERSEY-2975] - Need OSGi imports in jersey-gf-ejb to support GlassFish 5.x
  • [JERSEY-2970] - HK2-dependency uses invalid activation for profile javadoc-jdk8+
  • [JERSEY-2969] - Client#close() not shutting down Async Executor
  • [JERSEY-2967] - Jersey Server-Sent Event Client does not close the connection?
  • [JERSEY-2928] - declarative-linking: @BeanParam linking support
  • [JERSEY-2852] - ApacheConnector: ClientResponse does not close ClosableHttpResponse
  • [JERSEY-2728] - SSLHandshakeException masked by useless IllegalStateException: Already connected

Improvement

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